Skip to content

Commit e67427e

Browse files
Added accent color
1 parent bff969c commit e67427e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/theme.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import colors from 'vuetify/lib/util/colors.mjs';
22

33
export const dark = {
44
colors: {
5+
accent: '#d00274',
56
danger: colors.red.base,
67
error: colors.red.base,
78
info: colors.teal.base,
@@ -15,6 +16,7 @@ export const dark = {
1516

1617
export const light = {
1718
colors: {
19+
accent: '#905',
1820
danger: colors.red.base,
1921
error: colors.red.base,
2022
info: colors.teal.darken1,

0 commit comments

Comments
 (0)