dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit ed19234b2fe20e234141e6c9241d4f01b2860a83
parent a1079f6035ba67ff46ebb77433c457667ee45854
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue,  2 Mar 2021 23:22:12 +0100

tmux: fix colors in dark mode

Diffstat:
Mtmux/tmux-dark.conf | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tmux/tmux-dark.conf b/tmux/tmux-dark.conf @@ -3,10 +3,11 @@ # "set" == "set-option" set -g history-limit 30000 set -g mouse on -set -g terminal-overrides 'xterm*:smcup@:rmcup@' set -g default-command $SHELL set -g default-shell $SHELL set -g default-terminal "xterm-256color" +set -g terminal-overrides 'xterm*:smcup@:rmcup@' +set-option -ga terminal-overrides ",xterm-256color:Tc" set -g pane-active-border-style fg='#f59970' set -g set-titles on set -g set-titles-string '#H:#S.#I.#P #W #T'