mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-03 13:33:00 +03:00
19 lines
300 B
Plaintext
19 lines
300 B
Plaintext
// Vesper theme
|
|
// https://github.com/raunofreiberg/vesper
|
|
|
|
themes {
|
|
vesper {
|
|
fg "#ffffff"
|
|
bg "#101010"
|
|
black "#101010"
|
|
red "#f5a191"
|
|
green "#90b99f"
|
|
yellow "#e6b99d"
|
|
blue "#aca1cf"
|
|
magenta "#e29eca"
|
|
cyan "#ea83a5"
|
|
white "#a0a0a0"
|
|
orange "#ffc799"
|
|
}
|
|
}
|