From: Oleg Broytman Date: Wed, 10 Feb 2016 16:30:50 +0000 (+0300) Subject: .screenrc: change caption colors to match my tmux config X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=529db9105ba004ff6e190abfb4791f65ef23336f .screenrc: change caption colors to match my tmux config Title for the current window: blue on cyan; titles for inactive windows: default (assumed black) on cyan. --- diff --git a/.screenrc b/.screenrc index 26d155a..3227dad 100644 --- a/.screenrc +++ b/.screenrc @@ -2,7 +2,7 @@ autodetach on # status line at the bottom of terminal -caption always "%{= kw}%-w%{= bw} %n %t %{-}%+w %-=" +caption always "%{= cd}%-w%{= cb} %n %t %{-}%+w %-=" deflogin on