summaryrefslogtreecommitdiffstats
path: root/example/themes/gruvbox.yaml
diff options
context:
space:
mode:
authorKunal Mohan <44079328+kunalmohan@users.noreply.github.com>2022-04-02 03:19:42 +0530
committerGitHub <noreply@github.com>2022-04-02 03:19:42 +0530
commit9f716487caceae9da18dfad856f58a09a7079678 (patch)
tree609eb51815e0bc71359e5f986eef4d00c3e73fa9 /example/themes/gruvbox.yaml
parent843919863610d9a5426bf6c734aeda69d127723c (diff)
Improve theme usage + add default ones (#1274)
* Remove gray from theme config and improve colors for dark themes * improve theme usage * Add new themes and minor fixes * improve tokyo-night theme according to new changes * Fix formatting * change default black colour * docs(CHANGELOG): #1274 improve themes
Diffstat (limited to 'example/themes/gruvbox.yaml')
-rw-r--r--example/themes/gruvbox.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/example/themes/gruvbox.yaml b/example/themes/gruvbox.yaml
new file mode 100644
index 000000000..df54f81c4
--- /dev/null
+++ b/example/themes/gruvbox.yaml
@@ -0,0 +1,27 @@
+# Gruvbox theme
+
+themes:
+ gruvbox-dark:
+ bg: [40, 40, 40]
+ red: [204, 36, 29]
+ green: [152, 151, 26]
+ yellow: [215, 153, 33]
+ blue: [69, 133, 136]
+ magenta: [177, 98, 134]
+ orange: [214, 93, 14]
+ fg: [213, 196, 161]
+ cyan: [104, 157, 106]
+ black: [60, 56, 54]
+ white: [251, 241, 199]
+ gruvbox-light:
+ bg: [251, 82, 75]
+ red: [205, 75, 69]
+ green: [152, 151, 26]
+ yellow: [215, 153, 33]
+ blue: [69, 133, 136]
+ magenta: [177, 98, 134]
+ orange: [214, 93, 14]
+ fg: [60, 56, 54]
+ cyan: [104, 157, 106]
+ black: [40, 40, 40]
+ white: [213, 196, 161] \ No newline at end of file