8000 fix(tmux): Use 24 bit color · musq/dotfiles@83dc3d6 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 83dc3d6

Browse files
committed
fix(tmux): Use 24 bit color
1 parent 2a61464 commit 83dc3d6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/config/tmux/tmux.conf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,14 @@ setw -g window-status-current-style bg=colour53,fg=colour214
132132
# | Visual Styling |
133133
# ----------------------------------------------------------------------
134134

135-
# Display things in 256 colors
136-
137135
# https://github.com/tmux/tmux/wiki/FAQ#i-dont-see-italics-or-italics-and-reverse-are-the-wrong-way-round
138136
set -g default-terminal "tmux-256color"
139137

138+
# Display things in 24 bit True color
139+
# https://github.com/tmux/tmux/issues/696#issuecomment-360629057
140+
# https://github.com/tmux/tmux/issues/696#issuecomment-360697557
141+
set-option -ga terminal-overrides ",xterm-256color:Tc"
142+
140143
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
141144

142145
# Pane divider

0 commit comments

Comments
 (0)
0