diff options
| -rw-r--r-- | home-manager/config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/tmux/tmux.conf b/home-manager/config/tmux/tmux.conf index b93f6d6..d62e67c 100644 --- a/home-manager/config/tmux/tmux.conf +++ b/home-manager/config/tmux/tmux.conf @@ -14,7 +14,7 @@ set-option -g renumber-windows on set-option -g focus-events on # TERMINAL FEATURES {{{2 -set-option -ga terminal-overrides ',tmux-256color:Tc' +set-option -ga terminal-overrides ',tmux-256color:RGB' # APPEARANCE {{{2 set-option -g status-justify left |
