Skip to content

Commit f28097e

Browse files
jalyn-leesamipe
authored andcommitted
style: update color
1 parent b6c6e25 commit f28097e

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

src/plugins/index.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
1-
/**
2-
* plugins/index.ts
3-
*
4-
* Automatically included in `./src/main.ts`
5-
*/
61

7-
// Plugins
82
import vuetify from './vuetify'
93
import router from '../router'
10-
11-
// Types
124
import type { App } from 'vue'
135

146
export function registerPlugins(app: App) {

src/plugins/vuetify.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ import * as directives from 'vuetify/directives';
99
const light: ThemeDefinition = {
1010
dark: false,
1111
colors: {
12-
background: '#fefefe',
13-
base: "#fcf7f0",
1412
surface: '#fcf7f0',
13+
"surface-bright": '#f3f3f3',
1514
primary: '#020d67',
1615
'primary-darken-1': '#b2540b',
1716
secondary: '#0032a3',
@@ -32,9 +31,9 @@ const light: ThemeDefinition = {
3231
const dark: ThemeDefinition = {
3332
dark: true,
3433
colors: {
35-
background: '#181833',
3634
base: "#222222",
37-
surface: '#fefefe',
35+
"surface-bright": '#181833',
36+
surface: '#222222',
3837
primary: '#020d67',
3938
'primary-darken-1': '#b2540b',
4039
secondary: '#0032a3',

0 commit comments

Comments
 (0)