remove invalid options from .tmux.conf
This commit is contained in:
parent
2cec7d90e1
commit
9112244940
13
.tmux.conf
13
.tmux.conf
@ -116,25 +116,24 @@ set -g status-right "#(date) #H"
|
|||||||
# default statusbar colors
|
# default statusbar colors
|
||||||
set-option -g status-bg colour235 #base02
|
set-option -g status-bg colour235 #base02
|
||||||
set-option -g status-fg colour136 #yellow
|
set-option -g status-fg colour136 #yellow
|
||||||
set-option -g status-attr default
|
|
||||||
|
|
||||||
# default window title colors
|
# default window title colors
|
||||||
set-window-option -g window-status-fg colour244 #base0
|
|
||||||
set-window-option -g window-status-bg default
|
set-window-option -g window-status-bg default
|
||||||
#set-window-option -g window-status-attr dim
|
#set-window-option -g window-status-attr dim
|
||||||
|
|
||||||
# active window title colors
|
# active window title colors
|
||||||
set-window-option -g window-status-current-fg colour166 #orange
|
|
||||||
set-window-option -g window-status-current-bg default
|
set-window-option -g window-status-current-bg default
|
||||||
#set-window-option -g window-status-current-attr bright
|
#set-window-option -g window-status-current-attr bright
|
||||||
|
|
||||||
# pane border
|
# pane border
|
||||||
set-option -g pane-border-fg colour235 #base02
|
|
||||||
set-option -g pane-active-border-fg colour240 #base01
|
|
||||||
|
|
||||||
# message text
|
# message text
|
||||||
set-option -g message-bg colour235 #base02
|
|
||||||
set-option -g message-fg colour166 #orange
|
|
||||||
|
|
||||||
# pane number display
|
# pane number display
|
||||||
set-option -g display-panes-active-colour colour33 #blue
|
set-option -g display-panes-active-colour colour33 #blue
|
||||||
|
Loading…
Reference in New Issue
Block a user