GNU Screen custom theme for white background

This is my favorite screen theme:

Content ~/.screenrc file:

# Look and feel
caption always "%{= yk}%h %=%c"
hardstatus alwayslastline "%-w%{= kW}%50>%n%f* %t%{-}%+w%<"
 
# Our warning of activity
activity "Activity in %t(%n)"
 
# Left Right meta key mods
#ALT-,. and ALT-<>
bindkey "^[," prev
bindkey "^[." next

Leave a Reply