From df04e7eea676a3edbd68480d933b818a3d0fe676 Mon Sep 17 00:00:00 2001 From: Mehtaab Gill Date: Sun, 6 Sep 2020 06:34:22 -0600 Subject: [PATCH] style(themes): Added dark-vue theme. (#427) * Added dark-vue theme. * Deleted new theme. Edited old vue-dark theme --- themes/index.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/index.js b/themes/index.js index 6b3ec6d..c460a29 100644 --- a/themes/index.js +++ b/themes/index.js @@ -89,6 +89,12 @@ const themes = { text_color: "273849", bg_color: "fffefe", }, + 'vue-dark': { + title_color: "41b883", + icon_color: "41b883", + text_color: "fffefe", + bg_color: "273849", + }, "shades-of-purple": { title_color: "fad000", icon_color: "b362ff", @@ -185,12 +191,6 @@ const themes = { text_color: "ffffff", bg_color: "000000", }, - "vue-dark":{ - title_color: "19f9d8", - icon_color: "19f9d8", - text_color: "ffffff", - bg_color: "002b36", - }, "ayu-mirage": { title_color: "f4cd7c", icon_color: "73d0ff",