blog/src/content/posts/2018-04-23-fixing-tmux-colors.md
Michael Zhang 4a89b35ba3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ok kinda working
2023-08-31 03:07:03 -05:00

288 B

title date tags
Fixing tmux colors 2018-04-23
computers

Put this in your ~/.tmux.conf.

set -g default-terminal "screen-256color"

If this isn't set properly, tmux usually assumes 16-color mode, which displays colors probably not like what you're used to.