Change tmux color configuration
This commit is contained in:
parent
92b858e4e9
commit
527e678b8b
@ -106,8 +106,8 @@ if-shell "test '#{$TMUX_VERSION_MAJOR} -gt 1 -o \( #{$TMUX_VERSION_MAJOR} -eq 1
|
||||
# Colors
|
||||
# How to use true colors in vim under tmux? #1246 for 2.6 and higher
|
||||
# https://github.com/tmux/tmux/issues/1246:
|
||||
# set -g default-terminal "tmux-256color"
|
||||
# set -ga terminal-overrides ",*256col*:Tc"
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -ga terminal-overrides ",*256col*:Tc"
|
||||
# 2.5 and lower:
|
||||
# set -g default-terminal "screen-256color"
|
||||
|
||||
@ -127,3 +127,5 @@ set -g @plugin 'jimeh/tmux-themepack'
|
||||
set -g @themepack 'powerline/default/cyan'
|
||||
|
||||
run -b '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
# run-shell "~/.tmux/boot.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user