Make colours work now focus has been disabled

master
Jonathan Hodgson 3 years ago
parent 49c7a32c7f
commit f555ccd352
  1. 2
      shells/zsh/includes/colors.zsh

@ -306,7 +306,7 @@ function backgroundColor() {
function foregroundColor() {
echo -n "%F{$(getColor $1)}"
}
HASFOCUS="true"
function focusBackgroundColor() {
if [ "$HASFOCUS" = "true" ]; then
backgroundColor "$@"

Loading…
Cancel
Save