]> git.phdru.name Git - dotfiles.git/commitdiff
.screenrc: change status colors
authorOleg Broytman <phd@phdru.name>
Thu, 1 Sep 2016 19:54:22 +0000 (22:54 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 1 Sep 2016 19:55:50 +0000 (22:55 +0300)
for inactive windows - black on cyan
for active window - white on blue

.screenrc

index 5e0864d38573288b49de166857ff3aa8207256a8..8b4839006352f3ca938932b95e8f37b5574c2d2c 100644 (file)
--- 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