diff options
Diffstat (limited to 'Base/res')
-rw-r--r-- | Base/res/terminal-colors/Solarized Dark.ini | 26 | ||||
-rw-r--r-- | Base/res/terminal-colors/Solarized Light.ini | 26 |
2 files changed, 52 insertions, 0 deletions
diff --git a/Base/res/terminal-colors/Solarized Dark.ini b/Base/res/terminal-colors/Solarized Dark.ini new file mode 100644 index 0000000000..d0df0de28f --- /dev/null +++ b/Base/res/terminal-colors/Solarized Dark.ini @@ -0,0 +1,26 @@ +[Options] +ShowBoldTextAsBright=false + +[Primary] +Background=#002b36 +Foreground=#839496 + +[Normal] +Black=#073642 +Red=#dc322f +Green=#859900 +Yellow=#b58900 +Blue=#268bd2 +Magenta=#d33682 +Cyan=#2aa198 +White=#eee8d5 + +[Bright] +Black=#002b36 +Red=#cb4b16 +Green=#586e75 +Yellow=#657b83 +Blue=#839496 +Magenta=#6c71c4 +Cyan=#93a1a1 +White=#fdf6e3 diff --git a/Base/res/terminal-colors/Solarized Light.ini b/Base/res/terminal-colors/Solarized Light.ini new file mode 100644 index 0000000000..1b299519f5 --- /dev/null +++ b/Base/res/terminal-colors/Solarized Light.ini @@ -0,0 +1,26 @@ +[Options] +ShowBoldTextAsBright=false + +[Primary] +Background=#fdf6e3 +Foreground=#657b83 + +[Normal] +Black=#073642 +Red=#dc322f +Green=#859900 +Yellow=#b58900 +Blue=#268bd2 +Magenta=#d33682 +Cyan=#2aa198 +White=#eee8d5 + +[Bright] +Black=#002b36 +Red=#cb4b16 +Green=#586e75 +Yellow=#657b83 +Blue=#839496 +Magenta=#6c71c4 +Cyan=#93a1a1 +White=#fdf6e3 |