zellij/example/themes/one-half.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

15 lines
No EOL
322 B
YAML

# One Half Theme
themes:
one-half-dark:
bg: [40, 44, 52]
red: [227, 63, 76]
green: [152, 195, 121]
yellow: [229, 192, 123]
blue: [97, 175, 239]
magenta: [198, 120, 221]
orange: [216, 133, 76]
fg: [220, 223, 228]
cyan: [86, 182, 194]
black: [27, 29, 35]
white: [233, 225, 254]