summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-06-14 22:34:05 +0200
committerGitHub <noreply@github.com>2022-06-14 22:34:05 +0200
commit253a14080496ba065399b94c6f6d8ba063e08f43 (patch)
treec7f7be7ef4515c1606d81724094e5d154480c78a /example
parent4bb0bfcafb8c68ba248ddf1d9d75c2b05aba7808 (diff)
fix(themes): gruvbox-dark (#1499)
Diffstat (limited to 'example')
-rw-r--r--example/themes/gruvbox-dark.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/example/themes/gruvbox-dark.yaml b/example/themes/gruvbox-dark.yaml
index d672ec3b8..676bc42b9 100644
--- a/example/themes/gruvbox-dark.yaml
+++ b/example/themes/gruvbox-dark.yaml
@@ -1,15 +1,15 @@
# Gruvbox theme
themes:
- gruvbox-light:
- bg: [251, 82, 75]
- red: [205, 75, 69]
+ 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: [60, 56, 54]
+ fg: [213, 196, 161]
cyan: [104, 157, 106]
- black: [40, 40, 40]
- white: [213, 196, 161]
+ black: [60, 56, 54]
+ white: [251, 241, 199]