feat(theme): add theme ao (#3478)
This commit is contained in:
parent
e14a2897d9
commit
069b16ea30
1 changed files with 15 additions and 0 deletions
15
zellij-utils/assets/themes/ao.kdl
Normal file
15
zellij-utils/assets/themes/ao.kdl
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
themes {
|
||||||
|
ao {
|
||||||
|
fg "#acc4e4"
|
||||||
|
bg "#2c5484"
|
||||||
|
black "#000000"
|
||||||
|
red "#000000"
|
||||||
|
green "#3c6eb4"
|
||||||
|
yellow "#ffba00"
|
||||||
|
blue "#45b1e8"
|
||||||
|
magenta "#d2a8ff"
|
||||||
|
cyan "#6eb0ff"
|
||||||
|
white "#f3f4f6"
|
||||||
|
orange "#e59728"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue