fix(themes): gruvbox-dark (#1499)
This commit is contained in:
parent
4bb0bfcafb
commit
253a140804
1 changed files with 6 additions and 6 deletions
|
|
@ -1,15 +1,15 @@
|
||||||
# Gruvbox theme
|
# Gruvbox theme
|
||||||
|
|
||||||
themes:
|
themes:
|
||||||
gruvbox-light:
|
gruvbox-dark:
|
||||||
bg: [251, 82, 75]
|
bg: [40, 40, 40]
|
||||||
red: [205, 75, 69]
|
red: [204, 36, 29]
|
||||||
green: [152, 151, 26]
|
green: [152, 151, 26]
|
||||||
yellow: [215, 153, 33]
|
yellow: [215, 153, 33]
|
||||||
blue: [69, 133, 136]
|
blue: [69, 133, 136]
|
||||||
magenta: [177, 98, 134]
|
magenta: [177, 98, 134]
|
||||||
orange: [214, 93, 14]
|
orange: [214, 93, 14]
|
||||||
fg: [60, 56, 54]
|
fg: [213, 196, 161]
|
||||||
cyan: [104, 157, 106]
|
cyan: [104, 157, 106]
|
||||||
black: [40, 40, 40]
|
black: [60, 56, 54]
|
||||||
white: [213, 196, 161]
|
white: [251, 241, 199]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue