diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-10-11 11:41:58 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-10-11 11:41:58 -0600 |
commit | c14a14e9b8843cb844363a6718057bb7499fd42a (patch) | |
tree | b3d14087f8345a79f3108bedd8452a9d463ba03b /tmux.config | |
parent | 8e7bd2cd6bc8ea5a98f98bfb71ae2c40b48c5b4a (diff) |
Adding grey border color
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 0a6d9f7..c29dea8 100644 --- a/tmux.config +++ b/tmux.config @@ -65,7 +65,7 @@ set -g history-limit 20000 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-border-fg colour241 #base02 set-option -g pane-active-border-fg colour208 #base01 ## message text set-option -g message-bg colour235 #base02 |