zellij/example/themes/molokai.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
309 B
YAML

# Molokai Theme
themes:
molokai-dark:
bg: [27, 29, 30]
red: [255, 0, 0]
green: [0, 140, 0]
yellow: [255, 255, 0]
blue: [102, 217, 239]
magenta: [174, 129, 255]
orange: [253, 151, 31]
fg: [248, 248, 240]
cyan: [0, 255, 255]
black: [0, 0, 0]
white: [255, 255, 255]