summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTornaxO7 <50843046+TornaxO7@users.noreply.github.com>2022-07-29 18:05:21 +0200
committerGitHub <noreply@github.com>2022-07-29 18:05:21 +0200
commit76ed4266cf6db9946129e28ffef6179b152b357c (patch)
treef3bc9e0a9df8eefd0a9d1651404c8c800a3f2963
parentcbb698fb62cba35f9451d04b35e6be47675c497d (diff)
Adding solarized-light (#1608)
-rw-r--r--example/themes/solarized-dark.yaml4
-rw-r--r--example/themes/solarized-light.yaml15
2 files changed, 17 insertions, 2 deletions
diff --git a/example/themes/solarized-dark.yaml b/example/themes/solarized-dark.yaml
index ddf9f3841..c93635e47 100644
--- a/example/themes/solarized-dark.yaml
+++ b/example/themes/solarized-dark.yaml
@@ -1,4 +1,4 @@
-# Solarized Theme
+# Solarized dark
themes:
solarized-dark:
@@ -12,4 +12,4 @@ themes:
fg: [253, 246, 227]
cyan: [42, 161, 152]
black: [7, 54, 66]
- white: [238, 232, 213] \ No newline at end of file
+ white: [238, 232, 213]
diff --git a/example/themes/solarized-light.yaml b/example/themes/solarized-light.yaml
new file mode 100644
index 000000000..456833761
--- /dev/null
+++ b/example/themes/solarized-light.yaml
@@ -0,0 +1,15 @@
+# Solarized light
+
+themes:
+ solarized-light:
+ bg: [253, 246, 227]
+ red: [220, 50, 47]
+ green: [133, 153, 0]
+ yellow: [181, 137, 0]
+ blue: [38, 139, 210]
+ magenta: [211, 54, 130]
+ orange: [203, 75, 22]
+ fg: [101, 123, 131]
+ cyan: [42, 161, 152]
+ black: [7, 54, 66]
+ white: [238, 232, 213]