Merge pull request #932 from ramonsaraiva/add-moonlight-theme

Add moonlight theme (powerline)
This commit is contained in:
tobi-wan-kenobi 2022-09-27 17:05:00 +02:00 committed by GitHub
commit e70402e92c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"
}
]
}