mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-25 06:07:27 +03:00
ff36798c9e
* refactor: move themes to zellij-assets * feat: add theme to the binary * chore: move new theme from example to assets
16 lines
298 B
Plaintext
16 lines
298 B
Plaintext
themes {
|
|
everforest-light {
|
|
bg "#fff9e8"
|
|
fg "#5c6a72"
|
|
black "#5c6a72"
|
|
red "#f85552"
|
|
green "#8da101"
|
|
yellow "#dfa000"
|
|
blue "#3a94c5"
|
|
magenta "#df69ba"
|
|
cyan "#35a77c"
|
|
white "#dfddc8"
|
|
orange "#FF9E64"
|
|
}
|
|
}
|