From 116eac365831c9e22420e58729f7ffe6200ec534 Mon Sep 17 00:00:00 2001 From: Marco DeBortoli Date: Tue, 5 Sep 2023 03:36:29 +0000 Subject: [PATCH] Add the everforest dark theme --- public/themes/everforest-dark.json | 16 ++++++++++++++++ src/utils/themes.js | 1 + 2 files changed, 17 insertions(+) create mode 100644 public/themes/everforest-dark.json diff --git a/public/themes/everforest-dark.json b/public/themes/everforest-dark.json new file mode 100644 index 00000000..9b5cca09 --- /dev/null +++ b/public/themes/everforest-dark.json @@ -0,0 +1,16 @@ +{ + "backgroundColor": "#232a2e", + "windowColor": "#2d353b", + "glowColor": "#425047", + "white": "#d3c6aa", + "gray": "#7a8478", + "black": "#000000", + "red": "#e67e80", + "green": "#a7c080", + "yellow": "#dbbc7f", + "blue": "#7fbbb3", + "cyan": "#83c092", + "magenta": "#d699b6", + "violet": "#d699b6", + "orange": "#e69875" +} diff --git a/src/utils/themes.js b/src/utils/themes.js index 8e983908..bef1b90b 100644 --- a/src/utils/themes.js +++ b/src/utils/themes.js @@ -3,6 +3,7 @@ export const themes = [ "bushido", "catppuccin", "dracula", + "everforest-dark", "hacker", "monokai", "nord",