feat(tmux): upgrade color setup

This commit is contained in:
João Paulo Dubas 2024-02-13 22:30:06 +00:00
parent 147a4d4edd
commit 387a7dfef2
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:ARe2mtya5B5Jubp6H/lf5i94DXLj7iAaqXpR5Uq+3Xc

View File

@ -55,7 +55,9 @@ unbind r
bind r source-file ~/.config/tmux/tmux.conf\; display "Reloaded conf."
# Full color for vim
set -g default-terminal "screen-256color"
# based on https://gist.github.com/andersevenrud/015e61af2fd264371032763d4ed965b6
set -g default-terminal "tmux-256color"
set -sg terminal-overrides ",*:RGB"
#### COLOUR (Solarized 256)