diff options
-rw-r--r-- | Base/res/terminal-colors/Gruvbox Dark.ini | 26 | ||||
-rw-r--r-- | Base/res/terminal-colors/Gruvbox Light.ini | 26 |
2 files changed, 52 insertions, 0 deletions
diff --git a/Base/res/terminal-colors/Gruvbox Dark.ini b/Base/res/terminal-colors/Gruvbox Dark.ini new file mode 100644 index 0000000000..45272733b1 --- /dev/null +++ b/Base/res/terminal-colors/Gruvbox Dark.ini @@ -0,0 +1,26 @@ +[Options] +ShowBoldTextAsBright=false + +[Primary] +Background=#282828 +Foreground=#ebdbb2 + +[Normal] +Black=#282828 +Red=#cc241d +Green=#98971a +Yellow=#d79921 +Blue=#458588 +Magenta=#b16286 +Cyan=#689d6a +White=#a89984 + +[Bright] +Black=#928374 +Red=#fb4934 +Green=#b8bb26 +Yellow=#fabd2f +Blue=#83a598 +Magenta=#d3869b +Cyan=#8ec07c +White=#ebdbb2 diff --git a/Base/res/terminal-colors/Gruvbox Light.ini b/Base/res/terminal-colors/Gruvbox Light.ini new file mode 100644 index 0000000000..80671052de --- /dev/null +++ b/Base/res/terminal-colors/Gruvbox Light.ini @@ -0,0 +1,26 @@ +[Options] +ShowBoldTextAsBright=false + +[Primary] +Background=#fbf1c7 +Foreground=#3c3836 + +[Normal] +Black=#fbf1c7 +Red=#cc241d +Green=#98971a +Yellow=#d79921 +Blue=#458588 +Magenta=#b16286 +Cyan=#689d6a +White=#7c6f64 + +[Bright] +Black=#928374 +Red=#9d0006 +Green=#79740e +Yellow=#b57614 +Blue=#076678 +Magenta=#8f3f71 +Cyan=#427b58 +White=#3c3836 |