feat(themes): add night-owl theme (#3393)
Co-authored-by: Bruno Mesquita <bmesquita@atlassian.com>
This commit is contained in:
parent
556bd2dc9d
commit
3c079d8752
1 changed files with 17 additions and 0 deletions
17
zellij-utils/assets/themes/night-owl.kdl
Normal file
17
zellij-utils/assets/themes/night-owl.kdl
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// Night Owl Theme:
|
||||
|
||||
themes {
|
||||
night-owl {
|
||||
bg "#051525" // Surface2
|
||||
fg "#d7dde9"
|
||||
red "#dd5e56"
|
||||
green "#67d679"
|
||||
blue "#8aa8f8"
|
||||
yellow "#b6d976"
|
||||
magenta "#be94e4" // Pink
|
||||
orange "#fab387" // Peach
|
||||
cyan "#5ec4a9" // Sky
|
||||
black "#051525" // Mantle
|
||||
white "#feffff"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue