dotfiles

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

commit af11c4d54183237ff24e81d6ed94c5e0d005a692
parent babc58304348c5e700d6605d36f43f7df34fa6f1
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 14 Oct 2020 09:24:29 +0200

tmux: change light status bar bgcolor

Former-commit-id: b1ef8a58900dcff83d560bc704a2b0abbb1a0ca4
Diffstat:
Mtmux/tmux-light.conf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmux/tmux-light.conf b/tmux/tmux-light.conf @@ -10,8 +10,8 @@ set -g default-terminal "xterm-256color" set -g pane-active-border-style fg='#145a9c' set -g set-titles on set -g set-titles-string '#H:#S.#I.#P #W #T' -set -g status-bg '#ffffff' -set -g status-fg white +set -g status-bg '#e4e4e4' +set -g status-fg '#2c2625' set -g status-interval 5 set -g status-justify right set -g status-left-length 40