From: Oleg Broytman Date: Thu, 1 Sep 2016 19:54:22 +0000 (+0300) Subject: .screenrc: change status colors X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=b0bd4bae841c3352d16ac17211ac26ccd19ef6f8 .screenrc: change status colors for inactive windows - black on cyan for active window - white on blue --- diff --git a/.screenrc b/.screenrc index 5e0864d..8b48390 100644 --- a/.screenrc +++ b/.screenrc @@ -3,9 +3,9 @@ autodetach on # status line at the bottom of terminal # display numbers and titles: -# for inactive windows with default color (presumably black) on cyan -# for active windows with blue on cyan -caption always "%{= cd}%-w%{= cb}%n %t%{-}%+w %-=" +# for inactive windows - black on cyan +# for active window - white on blue +caption always "%{= ck}%-w%{= bw}%n %t%{-}%+w %-=" deflogin on