diff --git a/src/desktop-main.js b/src/desktop-main.js index 67c8932f..7c8702d6 100644 --- a/src/desktop-main.js +++ b/src/desktop-main.js @@ -259,20 +259,20 @@ const vuetify = createVuetify({ 'on-primary': '#ffffff', 'on-success': '#ffffff', 'on-warning': '#ffffff', - 'background': '#28243d', + 'background': '#000000', 'on-background': '#fcf0e3', - 'surface': '#312d4b', + 'surface': '#1c1c1d', 'on-surface': '#fcf0e3', - 'grey-50': '#2a2e42', - 'grey-100': '#474360', - 'grey-200': '#4a5072', - 'grey-300': '#5e6692', - 'grey-400': '#7983bb', - 'grey-500': '#8692d0', - 'grey-600': '#aab3de', - 'grey-700': '#b6bee3', - 'grey-800': '#cfd3ec', - 'grey-900': '#e7e9f6', + 'grey-50': '#212121', + 'grey-100': '#424242', + 'grey-200': '#616161', + 'grey-300': '#757575', + 'grey-400': '#909090', + 'grey-500': '#a2a2a2', + 'grey-600': '#b4b4b4', + 'grey-700': '#c6c6c6', + 'grey-800': '#d8d8d8', + 'grey-900': '#eaeaea', 'perfect-scrollbar-thumb': '#4a5072', 'skin-bordered-background': '#312d4b', 'skin-bordered-surface': '#312d4b' diff --git a/src/views/desktop/MainLayout.vue b/src/views/desktop/MainLayout.vue index cec09eeb..447ff964 100644 --- a/src/views/desktop/MainLayout.vue +++ b/src/views/desktop/MainLayout.vue @@ -85,7 +85,7 @@