diff --git a/public/themes/gruvbox_dark copy.css b/public/themes/gruvbox_dark copy.css new file mode 100644 index 000000000..964bfbf3b --- /dev/null +++ b/public/themes/gruvbox_dark copy.css @@ -0,0 +1,9 @@ +:root { + --bg-color: #fbf1c7; + --main-color: #d79921; + --caret-color: #458588; + --sub-color: #98971a; + --text-color: #3c3836; + --error-color: #cc241d; + --extra-error-color: #9d0006; +} \ No newline at end of file diff --git a/public/themes/gruvbox_dark.css b/public/themes/gruvbox_dark.css new file mode 100644 index 000000000..c14bb05db --- /dev/null +++ b/public/themes/gruvbox_dark.css @@ -0,0 +1,9 @@ +:root { + --bg-color: #282828; + --main-color: #d79921; + --caret-color: #458588; + --sub-color: #b8bb26; + --text-color: #ebdbb2; + --error-color: #fb4934 ; + --extra-error-color: #cc241d; +} \ No newline at end of file diff --git a/public/themes/list.json b/public/themes/list.json index 98591793f..ccc505a46 100644 --- a/public/themes/list.json +++ b/public/themes/list.json @@ -153,5 +153,15 @@ "name": "striker", "bgColor": "#124883", "textColor": "#d6dbd9" + }, + { + "name": "gruvbox_dark", + "bgColor": "#282828", + "textColor": "#ebdbb2" + }, + { + "name": "gruvbox_light", + "bgColor": "#fbf1c7", + "textColor": "#458588" } ]