summaryrefslogtreecommitdiff
path: root/Base/res
diff options
context:
space:
mode:
authorcircl <circl.lastname@gmail.com>2022-01-01 18:04:40 +0100
committerLinus Groh <mail@linusgroh.de>2022-01-01 18:23:50 +0100
commitad01f6030b44e070651526975e74651f5be4c6f4 (patch)
tree0cede1271982d00b75543b461789d9a5896230f9 /Base/res
parent3013e74d3a9f0b6804e16e6b83f4f5a6f44cd569 (diff)
downloadserenity-ad01f6030b44e070651526975e74651f5be4c6f4.zip
Terminal: Add Solarized color schemes
Both dark and light variants
Diffstat (limited to 'Base/res')
-rw-r--r--Base/res/terminal-colors/Solarized Dark.ini26
-rw-r--r--Base/res/terminal-colors/Solarized Light.ini26
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