mirror of
https://gitlab.com/ceda_ei/wish
synced 2025-04-03 21:46:51 +02:00
Set colors for every plugin in plain theme.
This commit is contained in:
parent
1ac232d791
commit
25e5c14130
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user