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
|
||||
|
||||
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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue