Theme not app
This commit is contained in:
parent
bb7a637151
commit
2cb7b2aa74
|
@ -154,9 +154,9 @@ function change_theme {
|
|||
for a in "${THEMES[@]}"
|
||||
do
|
||||
if [[ $a == "basic" ]]; then
|
||||
themelist="$applist $n $a on"
|
||||
themelist="$themelist $n $a on"
|
||||
else
|
||||
themelist="$applist $n $a off"
|
||||
themelist="$themelist $n $a off"
|
||||
fi
|
||||
n=$[n+1]
|
||||
theme_index=$[theme_index+1]
|
||||
|
|
Loading…
Reference in New Issue