Skip to content

Commit

Permalink
feat(themes): add night-owl theme (#3393)
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Mesquita <bmesquita@atlassian.com>
  • Loading branch information
brunocmesquita and Bruno Mesquita authored Oct 25, 2024
1 parent 556bd2d commit 3c079d8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions zellij-utils/assets/themes/night-owl.kdl
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 3c079d8

Please sign in to comment.