feat(themes): add Vesper theme (#3443)
This commit is contained in:
parent
50ff90931b
commit
556bd2dc9d
1 changed files with 18 additions and 0 deletions
18
zellij-utils/assets/themes/vesper.kdl
Normal file
18
zellij-utils/assets/themes/vesper.kdl
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
// 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue