From ea6fb062d98a00b18faa29807cc260435ccf38d8 Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Thu, 11 Jul 2024 12:40:42 +0300 Subject: [PATCH] make tmux transparent --- home/.config/tmux/themes/tomorrow-night.tmux | 4 ++-- home/.tmux.conf | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/home/.config/tmux/themes/tomorrow-night.tmux b/home/.config/tmux/themes/tomorrow-night.tmux index 5da7f73..511d660 100644 --- a/home/.config/tmux/themes/tomorrow-night.tmux +++ b/home/.config/tmux/themes/tomorrow-night.tmux @@ -20,8 +20,8 @@ setw -g window-status-current-style bg="#282a2e" setw -g window-status-current-style fg="#81a2be" ## highlight active window -setw -g window-style 'bg=#282a2e' -setw -g window-active-style 'bg=#1d1f21' +# setw -g window-style 'bg=#282a2e' +# setw -g window-active-style 'bg=#1d1f21' setw -g pane-active-border-style '' ## highlight activity in status bar diff --git a/home/.tmux.conf b/home/.tmux.conf index 67404e8..681bea7 100755 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -49,7 +49,8 @@ TMUX_USERNAME_FG="#000000" TMUX_STATUS_AQUA="#8abeb7" # Styles -STYLE_DEFAULT="fg=white,bg=$TMUX_STATUS_BG" +# STYLE_DEFAULT="fg=white,bg=$TMUX_STATUS_BG" +STYLE_DEFAULT="fg=white" STYLE_ACTIVE_ITEM="#[fg=$TMUX_STATUS_TEXT_COLOR,bg=$TMUX_ACTIVE_COLOR,noreverse,bold]" STYLE_RED="#[fg=$TMUX_NAMESPACE_FG,bg=$TMUX_STATUS_RED,bold]" STYLE_AQUA="#[fg=$TMUX_USERNAME_FG,bg=$TMUX_STATUS_AQUA,bold]"