feat(themes): add atelier sulphurpool theme (#3596)
This commit is contained in:
parent
069b16ea30
commit
9915387845
1 changed files with 17 additions and 0 deletions
17
zellij-utils/assets/themes/atelier.kdl
Normal file
17
zellij-utils/assets/themes/atelier.kdl
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
// https://github.com/atelierbram/atelier-schemes-terminal
|
||||||
|
|
||||||
|
themes {
|
||||||
|
atelier-sulphurpool {
|
||||||
|
bg "#293256"
|
||||||
|
fg "#979db4"
|
||||||
|
red "#c94922"
|
||||||
|
green "#ac9739"
|
||||||
|
yellow "#c08b30"
|
||||||
|
blue "#3d8fd1"
|
||||||
|
magenta "#9c637a"
|
||||||
|
orange "#c76b29"
|
||||||
|
cyan "#22a2c9"
|
||||||
|
black "#202746"
|
||||||
|
white "#f5f7ff"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue