aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-25 10:20:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-25 10:24:45 +1300
commit38c96c44e908d456b503722b8850bf303a273cfa (patch)
treeb1ede7947e5eca6e9e38ce4b3a03e3421827ef68 /tmux
parentAdd an issue (diff)
downloaddotfiles-38c96c44e908d456b503722b8850bf303a273cfa.tar.gz
dotfiles-38c96c44e908d456b503722b8850bf303a273cfa.zip
Revise custom tmux colouring
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf.m413
1 files changed, 6 insertions, 7 deletions
diff --git a/tmux/tmux.conf.m4 b/tmux/tmux.conf.m4
index a4af9f8e..4e3cce4d 100644
--- a/tmux/tmux.conf.m4
+++ b/tmux/tmux.conf.m4
@@ -112,17 +112,16 @@ set-option -g message-style "bg=colour18,fg=colour231"
# Window choosers are white on blue
set-window-option -g mode-style "bg=colour18,fg=colour231"
-# Pane borders are always in dark gray
-set-option -g pane-border-style "fg=TMUX_COLOR"
-set-option -g pane-active-border-style "fg=TMUX_COLOR"
+# Pane borders are always in the background color
+set-option -g pane-border-style "fg=TMUX_BG"
+set-option -g pane-active-border-style "fg=TMUX_BG"
-# Inactive windows have a slightly grayed-out background and default text
+# Inactive windows have slightly washed-out system colours
set-option -g window-style "bg=colour232,fg=colour248"
set-option -g window-active-style "bg=colour0,fg=colour15"
-# The status bar defaults to light gray on dark gray, which applies to the left
-# and right status bar sections described in status-left and status-right above
-set-option -g status-style "bg=TMUX_COLOR,fg=colour248"
+# The status bar has the defined background and foreground colours
+set-option -g status-style "bg=TMUX_BG,fg=TMUX_FG"
# Titles of windows default to black text with no embellishment
set-window-option -g window-status-style "fg=colour16"