diff --git a/frontend/renderer/plugins/vuetify.ts b/frontend/renderer/plugins/vuetify.ts
index 2f38fd4523..bd7e2751a8 100644
--- a/frontend/renderer/plugins/vuetify.ts
+++ b/frontend/renderer/plugins/vuetify.ts
@@ -26,6 +26,7 @@ function makeThemeFromCssModule(theme: CSSModuleClasses, isDark: boolean): Theme
font: theme.fontColor,
icon: theme.iconColor,
'dropdown-background': theme.dropdownBackgroundColor,
+ 'cockpit-highlight': theme.cockpitHighlightColor,
},
variables: {
'border-color': theme.borderColor,
diff --git a/frontend/src/assets/scss/dark.module.scss b/frontend/src/assets/scss/dark.module.scss
index 06a795992a..9683700d11 100644
--- a/frontend/src/assets/scss/dark.module.scss
+++ b/frontend/src/assets/scss/dark.module.scss
@@ -1,5 +1,5 @@
$background-color: #000;
-$surface-color: rgb(126 166 214);
+$surface-color: #3D4753;
$primary-color: #f09630;
$secondary-color: #3d4753;
$error-color: #f44336;
@@ -10,6 +10,7 @@ $border-color: #d6dfe9;
$border-opacity: 0.4;
$font-color: #222;
$icon-color: #F5F5F5;
+$cockpit-highlight-color: #2ca5b1;
$icon-background: rgb(61 71 83 / 85%);
$bottom-menu-background: rgb(78 91 107 / 60%);
$sidebar-background: rgb(61 71 83 / 90%);
@@ -31,6 +32,7 @@ $cockpit-chip-background: rgb(61 71 83);
borderOpacity: $border-opacity;
fontColor: $font-color;
iconColor: $icon-color;
+ cockpitHighlightColor: $cockpit-highlight-color;
iconBackground: $icon-background;
bottomMenuBackground: $bottom-menu-background;
sidebarBackground: $sidebar-background;
diff --git a/frontend/src/assets/scss/light.module.scss b/frontend/src/assets/scss/light.module.scss
index 1a68c0be9c..357bd86e0e 100644
--- a/frontend/src/assets/scss/light.module.scss
+++ b/frontend/src/assets/scss/light.module.scss
@@ -10,6 +10,7 @@ $border-color: #d6dfe9;
$border-opacity: 1;
$font-color: #222;
$icon-color: #3D4753;
+$cockpit-highlight-color: #2ca5b1;
$icon-background: rgb(255 255 255);
$bottom-menu-background: rgb(225 230 237 / 60%);
$sidebar-background: rgb(225 230 237);
@@ -31,6 +32,7 @@ $cockpit-chip-background: rgb(225 230 237);
borderOpacity: $border-opacity;
fontColor: $font-color;
iconColor: $icon-color;
+ cockpitHighlightColor: $cockpit-highlight-color;
iconBackground: $icon-background;
bottomMenuBackground: $bottom-menu-background;
sidebarBackground: $sidebar-background;
diff --git a/frontend/src/components/cockpit/about-me/AboutMeView.vue b/frontend/src/components/cockpit/about-me/AboutMeView.vue
index d6a7c04c86..b1c27156ba 100644
--- a/frontend/src/components/cockpit/about-me/AboutMeView.vue
+++ b/frontend/src/components/cockpit/about-me/AboutMeView.vue
@@ -17,7 +17,7 @@
{{ item.props.circle }} {{ item.title }}