We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff969c commit e67427eCopy full SHA for e67427e
src/plugins/theme.ts
@@ -2,6 +2,7 @@ import colors from 'vuetify/lib/util/colors.mjs';
2
3
export const dark = {
4
colors: {
5
+ accent: '#d00274',
6
danger: colors.red.base,
7
error: colors.red.base,
8
info: colors.teal.base,
@@ -15,6 +16,7 @@ export const dark = {
15
16
17
export const light = {
18
19
+ accent: '#905',
20
21
22
info: colors.teal.darken1,
0 commit comments