Skip to content

Commit 655ec10

Browse files
author
Jens van Hellemondt
committed
💄 reverted back to Kingscode style
1 parent 64f01c8 commit 655ec10

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

  • generator/templates/Default/src/plugins/vuetify
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
const light = {
2-
primary: '#2A73C5',
2+
primary: '#002f4e',
3+
secondary: '#000000',
4+
accent: '#ffd0b1',
35
};
46

57
const dark = {
6-
primary: '#2A73C5',
8+
primary: '#002f4e',
9+
secondary: '#000000',
10+
accent: '#ffd0b1',
711
};
812

9-
export default { light, dark };
13+
export default {
14+
light,
15+
dark,
16+
};

0 commit comments

Comments
 (0)