zellij/zellij-utils/assets/themes/menace.kdl
Jae-Heon Ji ff36798c9e
feat: provide default themes (#2307)
* refactor: move themes to zellij-assets

* feat: add theme to the binary

* chore: move new theme from example to assets
2023-04-27 00:26:07 +09:00

18 lines
321 B
Plaintext

// orange-green-blue
themes {
menace {
fg "#e3a555"
bg 40 42 54
red "#f74c17"
green 80 250 123
yellow 241 250 140
blue 98 114 164
magenta 255 121 198
orange 255 184 108
cyan 139 233 253
black "#04399d"
white 255 255 255
}
}