Set colors for every plugin in plain theme.

This commit is contained in:
Ceda EI 2019-02-17 11:10:13 +05:30
parent 1ac232d791
commit 25e5c14130
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
WISH_DEFAULT_BG=-1
WISH_DEFAULT_FG=-1
WISH_POWERLINE=0
for i in ${WISH_PLUGINS[@]}; do
eval WISH_$(echo $i | tr '[:lower:]' '[:upper:]')_BG=-1
eval WISH_$(echo $i | tr '[:lower:]' '[:upper:]')_FG=-1
done