From f3516ee6b439bed348c7ff5895957d973e6fdd7a Mon Sep 17 00:00:00 2001 From: Reg Chiu Date: Sun, 9 Aug 2020 23:46:07 +0800 Subject: [PATCH] style(themes): Add vue-dark theme (#345) --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index c0166fd..b102ea6 100644 --- a/themes/index.js +++ b/themes/index.js @@ -167,6 +167,12 @@ const themes = { text_color: "24292e", bg_color: "ffffff", }, + "vue-dark":{ + title_color: "19f9d8", + icon_color: "19f9d8", + text_color: "ffffff", + bg_color: "002b36", + } }; module.exports = themes;