diff --git a/src/themes/brb/vuetify.options.ts b/src/themes/brb/vuetify.options.ts index 285500c6ab..bc6d087cde 100644 --- a/src/themes/brb/vuetify.options.ts +++ b/src/themes/brb/vuetify.options.ts @@ -5,15 +5,15 @@ import { type ThemeDefinition } from "vuetify"; const brbTheme: ThemeDefinition = { dark: false, colors: { - primary: "#0a9396", - "primary-darken-1": "#086e71", - "primary-lighten": "#e6f4f5", + primary: "#2876d0", + "primary-darken-1": "#1e599c", + "primary-lighten": "#e9f1fa", accent: "#e4032e", - "on-surface": "#294c5a", - "on-background": "#294c5a", - "surface-light": "#f2f4f5", - "on-surface-light": "#294c5a", - "on-white": "#294c5a", + "on-surface": "#0f3551", + "on-background": "#0f3551", + "on-white": "#0f3551", + "surface-light": "#f1f3f5", + "on-surface-light": "#0f3551", }, }; diff --git a/src/themes/thr/vuetify.options.ts b/src/themes/thr/vuetify.options.ts index 1304d66fe6..9e425c38a9 100644 --- a/src/themes/thr/vuetify.options.ts +++ b/src/themes/thr/vuetify.options.ts @@ -11,9 +11,9 @@ const thrTheme: ThemeDefinition = { accent: "#f56b00", "on-surface": "#0f3551", "on-background": "#0f3551", + "on-white": "#0f3551", "surface-light": "#f1f3f5", "on-surface-light": "#0f3551", - "on-white": "#0f3551", }, };