feat(themes): add night-owl theme (#3393)

Co-authored-by: Bruno Mesquita <bmesquita@atlassian.com>
This commit is contained in:
Bruno Mesquita 2024-10-25 05:09:37 -03:00 committed by GitHub
parent 556bd2dc9d
commit 3c079d8752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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"
}
}