From bdb608b1e8948ca8610be068efdf005cfbb2f3a3 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 15 May 2020 01:59:16 +0300 Subject: [PATCH] .screenrc: Change hardstatus colors The current window (highlighted): black on green; other windows: black on brown (dim yellow). --- .screenrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.screenrc b/.screenrc index f9c7319..070b586 100644 --- a/.screenrc +++ b/.screenrc @@ -79,7 +79,7 @@ termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007 # for inactive windows - black on cyan # for active window - white on blue hardstatus alwayslastline -hardstatus string "%{= ck}%-w%{= bw}%n%f %t%{-}%+w %-=" +hardstatus string "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" # set these terminals up to be 'optimal' instead of vt100 termcapinfo xterm*|rxvt*|linux*|Eterm* OP -- 2.39.2