mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 08:57:14 +03:00
9f716487ca
* 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
27 lines
609 B
YAML
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] |