diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-05-20 18:42:05 +0200 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-05-20 18:42:05 +0200 |
| commit | aac2054e7e8a9bb3f3975a9055aca609c80f2b3f (patch) | |
| tree | ce9e5e72c43fd2f54c3bbfe62fd3c5c6ab8c07dc /.config/tmux/tmux.conf | |
| parent | 8263451ce5ae7fe4f4aa58c2a040b89fad9ea395 (diff) | |
added a light mode theme
Diffstat (limited to '.config/tmux/tmux.conf')
| -rw-r--r-- | .config/tmux/tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 48f13e5..114a7eb 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -5,8 +5,12 @@ set -g status-right "%A, %F - %H:%M" 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' +# light +# 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 |
