more theme tweaks
This commit is contained in:
parent
143cad616f
commit
0418138d76
5 changed files with 11 additions and 11 deletions
|
@ -20,15 +20,15 @@ status() {
|
|||
mon=${monitormap[${workspaces[$1]}]}
|
||||
|
||||
if [ "$focusedws" -eq "$1" ]; then
|
||||
echo -n "#d3c6aa"
|
||||
echo -n "#ffd292"
|
||||
# echo -n "${colors[$mon]}"
|
||||
else
|
||||
# echo -n "${dimmed[$mon]}"
|
||||
echo -n "#3a515d"
|
||||
echo -n "#da827a"
|
||||
fi
|
||||
else
|
||||
# echo -n "$empty"
|
||||
echo -n "#232a2e"
|
||||
echo -n "#202e2f"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue