mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
modify color and background image in desktop version
This commit is contained in:
+9
-5
@@ -299,8 +299,8 @@ const vuetify = createVuetify({
|
||||
'primary': '#c67e48',
|
||||
'primary-darken-1': '#b67443',
|
||||
'on-primary': '#ffffff',
|
||||
'secondary': '#8a8d93',
|
||||
'secondary-darken-1': '#545659',
|
||||
'secondary': '#8c8c8c',
|
||||
'secondary-darken-1': '#595754',
|
||||
'on-secondary': '#ffffff',
|
||||
'success': '#4cd964',
|
||||
'success-darken-1': '#40b654',
|
||||
@@ -321,6 +321,7 @@ const vuetify = createVuetify({
|
||||
'on-surface': '#413935',
|
||||
'notification-background': '#ffffff',
|
||||
'on-notification-background': '#000',
|
||||
'grey': '#8c8c8c',
|
||||
'grey-50': '#fafafa',
|
||||
'grey-100': '#f0f2f8',
|
||||
'grey-200': '#eeeeee',
|
||||
@@ -331,7 +332,7 @@ const vuetify = createVuetify({
|
||||
'grey-700': '#616161',
|
||||
'grey-800': '#424242',
|
||||
'grey-900': '#212121',
|
||||
'perfect-scrollbar-thumb': '#dbdade',
|
||||
'perfect-scrollbar-thumb': '#dedcda',
|
||||
'skin-bordered-background': '#fff',
|
||||
'skin-bordered-surface': '#fff',
|
||||
'expansion-panel-text-custom-bg': '#fafafa'
|
||||
@@ -340,6 +341,7 @@ const vuetify = createVuetify({
|
||||
'code-color': '#ff8000',
|
||||
'overlay-scrim-background': '#413935',
|
||||
'tooltip-background': '#212121',
|
||||
'tooltip-color': '#ffffff',
|
||||
'overlay-scrim-opacity': 0.5,
|
||||
'hover-opacity': 0.04,
|
||||
'focus-opacity': 0.1,
|
||||
@@ -369,7 +371,7 @@ const vuetify = createVuetify({
|
||||
'primary': '#c67e48',
|
||||
'primary-darken-1': '#b67443',
|
||||
'on-primary': '#ffffff',
|
||||
'secondary': '#4d4c4b',
|
||||
'secondary': '#9d9b99',
|
||||
'secondary-darken-1': '#3e3d3c',
|
||||
'on-secondary': '#fff',
|
||||
'success': '#4cd964',
|
||||
@@ -391,6 +393,7 @@ const vuetify = createVuetify({
|
||||
'on-surface': '#fcf0e3',
|
||||
'notification-background': '#1e1e1e',
|
||||
'on-notification-background': '#fff',
|
||||
'grey': '#4d4c4b',
|
||||
'grey-50': '#212121',
|
||||
'grey-100': '#424242',
|
||||
'grey-200': '#616161',
|
||||
@@ -409,7 +412,8 @@ const vuetify = createVuetify({
|
||||
variables: {
|
||||
'code-color': '#ff8000',
|
||||
'overlay-scrim-background': '#1a1a1a',
|
||||
'tooltip-background': '#d7d7d7',
|
||||
'tooltip-background': '#333333',
|
||||
'tooltip-color': '#eeeeee',
|
||||
'overlay-scrim-opacity': 0.6,
|
||||
'hover-opacity': 0.04,
|
||||
'focus-opacity': 0.1,
|
||||
|
||||
Reference in New Issue
Block a user