Skip to content

Commit

Permalink
BC-7832 Change brb theming colors (#3440)
Browse files Browse the repository at this point in the history
  • Loading branch information
CeEv authored Nov 12, 2024
1 parent e85ec46 commit b802e57
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions src/themes/brb/vuetify.options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
};

Expand Down
2 changes: 1 addition & 1 deletion src/themes/thr/vuetify.options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
};

Expand Down

0 comments on commit b802e57

Please sign in to comment.