[themes] add moonlight theme (powerline)

This commit is contained in:
Ramon Saraiva 2022-09-27 11:10:33 -03:00
parent a7979e7d66
commit 88f24100ff
3 changed files with 29 additions and 0 deletions

View file

@ -97,3 +97,8 @@ List of available themes
:alt: Default
Default (nothing or -t default)
.. figure:: ../screenshots/themes/moonlight-powerline.png
:alt: Moonlight Powerline
Moonlight Powerline (-t moonlight-powerline) (contributed by `Ramon Saraiva <https://github.com/ramonsaraiva>`__)

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -0,0 +1,24 @@
{
"icons": ["awesome-fonts"],
"defaults": {
"separator-block-width": 0,
"warning": {
"fg": "#e4f3fa",
"bg": "#fc7b7b"
},
"critical": {
"fg": "#e4f3fa",
"bg": "#ff5370"
}
},
"cycle": [
{
"fg": "#e4f3fa",
"bg": "#403c64"
},
{
"fg": "#e4f3fa",
"bg": "#212337"
}
]
}