mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 22:26:54 +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
297 B
Plaintext
16 lines
297 B
Plaintext
themes {
|
|
everforest-dark {
|
|
bg "#2b3339"
|
|
fg "#d3c6aa"
|
|
black "#4b565c"
|
|
red "#e67e80"
|
|
green "#a7c080"
|
|
yellow "#dbbc7f"
|
|
blue "#7fbbb3"
|
|
magenta "#d699b6"
|
|
cyan "#83c092"
|
|
white "#d3c6aa"
|
|
orange "#FF9E64"
|
|
}
|
|
}
|