diff options
author | Joel Hansen <git@hansejo.com> | 2022-01-28 15:42:59 +1000 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-01-28 06:40:53 +0000 |
commit | 6a76f94426d3eba0b10ed687dc556a5e24cb68cf (patch) | |
tree | a87c5e19eefc989777bf968b5fe4f2c31ba74878 | |
parent | 03037d1d3d0fd51ce91e91d8e2161b89fd32c755 (diff) | |
download | serenity-6a76f94426d3eba0b10ed687dc556a5e24cb68cf.zip |
Base: Add "Gruvbox" terminal color themes
Port of the "Gruvbox" light and dark themes by Pavel Pertsev.
-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 |