summaryrefslogtreecommitdiffstats
path: root/example/themes
diff options
context:
space:
mode:
Diffstat (limited to 'example/themes')
-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]