diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-07-26 11:10:44 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-07-26 11:10:44 -0600 |
commit | 7731faadfd13881bf2086e30ae5157c05a143440 (patch) | |
tree | 8a5fd9a2d4a072d4997a1940848d2e284303756f /tmux.config | |
parent | 3fafb10ca6800b1e8f23cd64690dddab1b2705d9 (diff) |
Update the active pane border to orange
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.config b/tmux.config index 0b049d5..0a6d9f7 100644 --- a/tmux.config +++ b/tmux.config @@ -66,7 +66,7 @@ set-option -g status-bg colour235 #base02 set-option -g status-fg colour223 #yellow # pane border set-option -g pane-border-fg colour235 #base02 -set-option -g pane-active-border-fg colour142 #base01 +set-option -g pane-active-border-fg colour208 #base01 ## message text set-option -g message-bg colour235 #base02 set-option -g message-fg colour196 #orange |