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
294 B
Plaintext
16 lines
294 B
Plaintext
themes {
|
|
pencil-light {
|
|
fg "#005F87"
|
|
bg "#f1f1f1"
|
|
black "#f1f1f1"
|
|
red "#B6D6FD"
|
|
green "#10A778"
|
|
yellow "#A89C14"
|
|
blue "#008EC4"
|
|
magenta "#B6D6FD"
|
|
cyan "#20A5BA"
|
|
white "#424242"
|
|
orange "#D75F5F"
|
|
}
|
|
}
|