From b24de605f5598d81752c5260573a40059151de8b Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Wed, 27 Dec 2017 20:19:54 +0100 Subject: [PATCH] Set highlight color for lightbg --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 70fd666..d7c1831 100644 --- a/.zshrc +++ b/.zshrc @@ -29,7 +29,7 @@ then alias ack=$ack fi alias darkbg='xtermcontrol --bg "#000" --fg "#FFF"' -alias lightbg='xtermcontrol --bg "#EEE" --fg "#000"' +alias lightbg='xtermcontrol --bg "#EEE" --fg "#000" --highlight="#0FF"' alias defaultbg='. ~/.zxtermcolors' alias ag='ag --color-path 32'