diff --git a/public/themes/verdant.json b/public/themes/verdant.json new file mode 100644 index 00000000..3ae409c2 --- /dev/null +++ b/public/themes/verdant.json @@ -0,0 +1,16 @@ +{ + "backgroundColor": "#DCF0E0", + "windowColor": "#CAEBCE", + "glowColor": "#94ab93", + "white": "#000", + "gray": "#66676b", + "black": "#16161e", + "red": "#8a384c", + "green": "#1d8262", + "yellow": "#c7c41a", + "blue": "#1d8699", + "cyan": "#4eb8ba", + "magenta": "#b35287", + "violet": "#8872a1", + "orange": "#a65902" +} diff --git a/src/utils/themes.js b/src/utils/themes.js index bd49b143..8e983908 100644 --- a/src/utils/themes.js +++ b/src/utils/themes.js @@ -8,5 +8,6 @@ export const themes = [ "nord", "onedark", "synthwave", - "tokyonight" + "tokyonight", + "verdant" ]