[themes] add moonlight theme (powerline)
This commit is contained in:
parent
a7979e7d66
commit
88f24100ff
3 changed files with 29 additions and 0 deletions
|
@ -97,3 +97,8 @@ List of available themes
|
||||||
:alt: Default
|
:alt: Default
|
||||||
|
|
||||||
Default (nothing or -t 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>`__)
|
||||||
|
|
BIN
screenshots/themes/moonlight-powerline.png
Normal file
BIN
screenshots/themes/moonlight-powerline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
24
themes/moonlight-powerline.json
Normal file
24
themes/moonlight-powerline.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue