diff --git a/assets/css/themes.scss b/assets/css/themes.scss
index 5a9c5410f..b8f11e888 100644
--- a/assets/css/themes.scss
+++ b/assets/css/themes.scss
@@ -37,7 +37,7 @@
--err-color: invert(#393939, 1);
// Active color
- --ac-color: #51FF0D;
+ --ac-color: #50fa7b;
// Active text color
--act-color: #121212;
}
diff --git a/layouts/default.vue b/layouts/default.vue
index 97deea4b4..c05719a00 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -158,7 +158,7 @@
// Apply theme from settings.
document.documentElement.className = this.$store.state.postwoman.settings.THEME_CLASS || '';
// Load theme color data from settings, or use default color.
- let color = this.$store.state.postwoman.settings.THEME_COLOR || '#51FF0D';
+ let color = this.$store.state.postwoman.settings.THEME_COLOR || '#50fa7b';
let vibrant = this.$store.state.postwoman.settings.THEME_COLOR_VIBRANT;
if (vibrant == null) vibrant = true;
document.documentElement.style.setProperty('--ac-color', color);
diff --git a/pages/index.vue b/pages/index.vue
index f5f6feadc..c32e3d541 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -32,7 +32,7 @@
-
+