zellij/example/themes/gruvbox.yaml
Kunal Mohan 9f716487ca
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
2022-04-02 03:19:42 +05:30

27 lines
609 B
YAML

# 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]