From 529db9105ba004ff6e190abfb4791f65ef23336f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 10 Feb 2016 19:30:50 +0300 Subject: [PATCH] .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. --- .screenrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2