From 125adbd84474837a53559e0959b7332763903fdb Mon Sep 17 00:00:00 2001 From: inkch Date: Tue, 16 Jan 2024 20:11:27 +0900 Subject: [PATCH] tmux: tweaking ui colors --- dot_config/tmux/tmux.conf.tmpl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index ae373b8..2b0ba17 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -122,12 +122,16 @@ bind -T root M-q \ set key-table off \;\ set status on \;\ set status-right '#[bold align=centre]DIVING' + set -g status-bg '#5b7d78' + set -g status-fg '#ccc' bind -T off M-q \ - set -u prefix \;\ - set -u key-table \;\ - set -u status off \;\ - set status-right '' + set -u prefix \;\ + set -u key-table \;\ + set -u status off \;\ + set status-right '' + set -g status-bg '#333' + set -g status-fg '#ccc'