This commit is contained in:
2022-03-09 17:30:27 +00:00
parent 9f2a01a31b
commit 3cb4547f82

View File

@@ -1534,21 +1534,21 @@ export default new Vuetify({
theme: { theme: {
themes: { themes: {
light: { light: {
primary: "#00205BFF", //dark blue primary: "#00205B", //dark blue
secondary: "#00843DFF", //green secondary: "#00843D", //green
accent: "#DB7022FF", //lighter orangey red, more friendly looking accent: "#DB7022", //lighter orangey red, more friendly looking
error: "#FF5252FF", //lighter red error: "#FF5252", //lighter red
disabled: "#C7C7C7FF", disabled: "#C7C7C7",
readonlybanner: "#808080FF" readonlybanner: "#808080"
}, },
dark: { dark: {
//color adjuster tool: https://www.hexcolortool.com/#00205c //color adjuster tool: https://www.hexcolortool.com/#00205c
primary: "#7F9FDAFF", //dark blue LIGHTENED 50% primary: "#7F9FDA", //dark blue LIGHTENED 50%
secondary: "#006B24FF", //green DARKENED 10% secondary: "#006B24", //green DARKENED 10%
accent: "#DB7022FF", //lighter orangey red, more friendly looking accent: "#DB7022", //lighter orangey red, more friendly looking
error: "#FF5252FF", //lighter red error: "#FF5252", //lighter red
disabled: "#C7C7C7FF", disabled: "#C7C7C7",
readonlybanner: "#808080FF" readonlybanner: "#808080"
} }
}, },
options: { variations: false } options: { variations: false }