tmux colors
I modified the colors for panes in tmux to be more uniform. Also updated the README file to be more consistent with my note format.
This commit is contained in:
10
.tmux.conf
10
.tmux.conf
@@ -54,15 +54,15 @@ bind L resize-pane -R 5
|
||||
## set some pretty colors
|
||||
## ----------------------
|
||||
## set pane colors - hilight the active pane
|
||||
set -g pane-border-style bg=colour0,fg=colour1
|
||||
set -g pane-active-border-style bg=colour8,fg=colour2
|
||||
set -g pane-border-style bg=colour0,fg=colour8
|
||||
set -g pane-active-border-style bg=colour36,fg=colour2
|
||||
|
||||
## colorize messages in the command line
|
||||
set-option -g message-style bg=colour0,fg=colour9
|
||||
|
||||
#set inactive/active window styles
|
||||
set -g window-style fg=colour247,bg=colour236
|
||||
set -g window-active-style fg=colour250,bg=black
|
||||
set -g window-style fg=colour0,bg=colour8
|
||||
set -g window-active-style fg=colour36,bg=colour2
|
||||
|
||||
## ----------------------
|
||||
## Status Bar
|
||||
@@ -80,7 +80,7 @@ set-option -g status-style bg=colour0,fg=colour7,bright
|
||||
|
||||
## set window list colors
|
||||
set-window-option -g window-status-style fg=colour8,bg=colour0,bright
|
||||
set-window-option -g window-status-current-style fg=colour35,bg=colour0,bright
|
||||
set-window-option -g window-status-current-style fg=colour36,bg=colour0,bright
|
||||
|
||||
## show host name and IP address on left side of status bar
|
||||
set -g status-left-length 70
|
||||
|
||||
Reference in New Issue
Block a user