From 0cbc688f9241c614b9c9c79317555c694a1dcd3e Mon Sep 17 00:00:00 2001 From: Joel Hansen Date: Fri, 28 Jan 2022 16:16:59 +1000 Subject: [PATCH] Base: Add "Base16" terminal color themes Port of the "Base16" light and dark themes by Chris Kempson. --- Base/res/terminal-colors/Base16 Dark.ini | 26 +++++++++++++++++++++++ Base/res/terminal-colors/Base16 Light.ini | 26 +++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 Base/res/terminal-colors/Base16 Dark.ini create mode 100644 Base/res/terminal-colors/Base16 Light.ini diff --git a/Base/res/terminal-colors/Base16 Dark.ini b/Base/res/terminal-colors/Base16 Dark.ini new file mode 100644 index 0000000000..cf1874df8b --- /dev/null +++ b/Base/res/terminal-colors/Base16 Dark.ini @@ -0,0 +1,26 @@ +[Options] +ShowBoldTextAsBright=false + +[Primary] +Background=#181818 +Foreground=#d8d8d8 + +[Normal] +Black=#181818 +Red=#ab4642 +Green=#a1b56c +Yellow=#f7ca88 +Blue=#7cafc2 +Magenta=#ba8baf +Cyan=#86c1b9 +White=#d8d8d8 + +[Bright] +Black=#585858 +Red=#ab4642 +Green=#a1b56c +Yellow=#f7ca88 +Blue=#7cafc2 +Magenta=#ba8baf +Cyan=#86c1b9 +White=#f8f8f8 diff --git a/Base/res/terminal-colors/Base16 Light.ini b/Base/res/terminal-colors/Base16 Light.ini new file mode 100644 index 0000000000..b15919d863 --- /dev/null +++ b/Base/res/terminal-colors/Base16 Light.ini @@ -0,0 +1,26 @@ +[Options] +ShowBoldTextAsBright=false + +[Primary] +Background=#f8f8f8 +Foreground=#383838 + +[Normal] +Black=#f8f8f8 +Red=#ab4642 +Green=#a1b56c +Yellow=#f7ca88 +Blue=#7cafc2 +Magenta=#ba8baf +Cyan=#86c1b9 +White=#383838 + +[Bright] +Black=#b8b8b8 +Red=#dc9656 +Green=#e8e8e8 +Yellow=#d8d8d8 +Blue=#585858 +Magenta=#282828 +Cyan=#a16946 +White=#181818