From 0aec1e16079ab74fddeca8da9cce4fe092619de1 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 4 Sep 2019 09:44:16 +0530 Subject: [PATCH] :lipstick: Fixed default accent color --- assets/css/themes.scss | 2 +- layouts/default.vue | 2 +- pages/index.vue | 4 ++-- static/icons/logo.svg | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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 @@
  • - +