mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 22:26:54 +03:00
3c079d8752
Co-authored-by: Bruno Mesquita <bmesquita@atlassian.com>
18 lines
313 B
Plaintext
18 lines
313 B
Plaintext
// 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"
|
|
}
|
|
}
|