diff --git a/docs/themes.rst b/docs/themes.rst index 759ea86..16f69a6 100644 --- a/docs/themes.rst +++ b/docs/themes.rst @@ -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 `__) diff --git a/screenshots/themes/moonlight-powerline.png b/screenshots/themes/moonlight-powerline.png new file mode 100644 index 0000000..025df6b Binary files /dev/null and b/screenshots/themes/moonlight-powerline.png differ diff --git a/themes/moonlight-powerline.json b/themes/moonlight-powerline.json new file mode 100644 index 0000000..b46b96a --- /dev/null +++ b/themes/moonlight-powerline.json @@ -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" + } + ] +}