diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-05-16 11:07:09 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-05-16 11:07:09 -0600 |
commit | ddc67a7a5077147ce4ab9f35f0c63ad6ca191558 (patch) | |
tree | 145eee2c622d11c9675cca1bb83e8b6e736dbf54 /tmux.config | |
parent | 9478eaff03beca602f59dcb2ae0e805646127f7e (diff) |
Turning down border colors
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.config b/tmux.config index 94ead0f..d649047 100644 --- a/tmux.config +++ b/tmux.config @@ -71,8 +71,8 @@ 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 colour241 #base02 -set-option -g pane-active-border-fg colour208 #base01 +set-option -g pane-border-fg colour236 #base02 +set-option -g pane-active-border-fg colour239 #base01 ## message text set-option -g message-bg colour235 #base02 set-option -g message-fg colour196 #orange |