diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-05-25 19:32:02 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-05-25 19:32:02 +0200 |
| commit | 6b22d12938d736d4ee0316d4a2d230551661411f (patch) | |
| tree | fe23ef93924cfc2cc232cb4d3650692695d98d03 /.config/tmux/tmux.conf | |
| parent | 3506f13427a01d13b80efd02625e4ec6f34d2955 (diff) | |
changed setting back to dark mode, but option for light mode exist
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index c383e36..114a7eb 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -6,11 +6,11 @@ set -g window-status-current-style "underscore" set -g message-command-style 'fg=#000000,bg=#FFFF00' set -g message-style 'fg=#000000, bg=#FFFF00' # dark -# set -g status-bg '#333333' -# set -g status-fg '#FFFFFF' +set -g status-bg '#333333' +set -g status-fg '#FFFFFF' # light -set -g status-bg '#bbbbbb' -set -g status-fg '#000000' +# set -g status-bg '#bbbbbb' +# set -g status-fg '#000000' set -g set-titles on set -g set-titles-string "#T" set -g automatic-rename off |
