From abcf861fcbfbaaf1d615f154dfcfa75e938bd377 Mon Sep 17 00:00:00 2001 From: Marcos Gabriel Miller Date: Sat, 27 Mar 2021 17:22:35 -0300 Subject: [PATCH] [themes] add rastafari-powerline --- themes/rastafari-powerline.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 themes/rastafari-powerline.json diff --git a/themes/rastafari-powerline.json b/themes/rastafari-powerline.json new file mode 100644 index 0000000..b7c8c21 --- /dev/null +++ b/themes/rastafari-powerline.json @@ -0,0 +1,21 @@ +{ + "icons": [ "awesome-fonts" ], + "defaults": { + "separator-block-width": 0, + "warning": { + "fg": "#000000", + "bg": "#FFFFFF" + }, + "critical": { + "fg": "#000000", + "bg": "#FFFFFF" + } + }, + "cycle": [ + {"fg": "#FFFFFF", "bg": "#008000"}, + {"fg": "#000000", "bg": "#ffff00"}, + {"fg": "#000000", "bg": "#ff0000"} + + ] + +} \ No newline at end of file