mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-02 12:22:01 +03:00
63bfe9c5e4
* chore: move themes to default assets * feat: add self-provided themes * fix: embed themes into binary
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"
|
|
}
|
|
}
|