From 6a76f94426d3eba0b10ed687dc556a5e24cb68cf Mon Sep 17 00:00:00 2001 From: Joel Hansen Date: Fri, 28 Jan 2022 15:42:59 +1000 Subject: [PATCH] Base: Add "Gruvbox" terminal color themes Port of the "Gruvbox" light and dark themes by Pavel Pertsev. --- Base/res/terminal-colors/Gruvbox Dark.ini | 26 ++++++++++++++++++++++ Base/res/terminal-colors/Gruvbox Light.ini | 26 ++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 Base/res/terminal-colors/Gruvbox Dark.ini create mode 100644 Base/res/terminal-colors/Gruvbox Light.ini 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