Browse Source

highlight zoomed windows

LawAbidingCactus 4 years ago
parent
commit
9d810752cd
2 changed files with 4 additions and 4 deletions
  1. 2 2
      README.md
  2. 2 2
      tmux-colorscheme.conf

+ 2 - 2
README.md

@@ -2,14 +2,14 @@
 
 
 Retro groove colorscheme for [tmux](https://github.com/tmux/tmux), based on the excellent [gruvbox](https://github.com/morhetz/gruvbox) theme for vim.
 Retro groove colorscheme for [tmux](https://github.com/tmux/tmux), based on the excellent [gruvbox](https://github.com/morhetz/gruvbox) theme for vim.
 
 
-<img src="scrot.png" style="width: 100%; max-width: 600px; text-align: center;"/>
+<img src="https://i.imgur.com/6IQCia6.png" style="width: 100%; max-width: 600px; text-align: center;"/>
 
 
 This is a heavily modified fork of [tmux-gruvbox](https://github.com/egel/tmux-gruvbox).
 This is a heavily modified fork of [tmux-gruvbox](https://github.com/egel/tmux-gruvbox).
 
 
 Features/Differences:
 Features/Differences:
 - Uses gruvbox's hexadecimal colors (most terminal emulators have truecolor support)
 - Uses gruvbox's hexadecimal colors (most terminal emulators have truecolor support)
 - Indicates when the prefix key has been pressed
 - Indicates when the prefix key has been pressed
-- If vi-mode is enabled (if `$EDITOR` contains `vim`), the statusbar will indicate its mode while being edited
+- If vi-mode is enabled (if `$EDITOR` contains `vi`), the statusbar will indicate its mode while being edited
 - Highlights unfocused windows with activity or terminal bells
 - Highlights unfocused windows with activity or terminal bells
 - Does not use custom glyphs
 - Does not use custom glyphs
 
 

+ 2 - 2
tmux-colorscheme.conf

@@ -58,5 +58,5 @@ set-option -wg clock-mode-colour "#FE8019"
 set-option -g status-left "#[bg=#A89984, fg=#3C3836]#{?client_prefix,#[bg=#fe8019],#[bg=#A89984]} #{session_name} "
 set-option -g status-left "#[bg=#A89984, fg=#3C3836]#{?client_prefix,#[bg=#fe8019],#[bg=#A89984]} #{session_name} "
 set-option -g status-right "#[bg=#3C3836, fg=#7C6F64] %Y-%m-%d %H:%M:%S #[bg=#A89984, fg=#3C3836]#{?client_prefix,#[bg=#fe8019],#[bg=#A89984]} #{host_short} "
 set-option -g status-right "#[bg=#3C3836, fg=#7C6F64] %Y-%m-%d %H:%M:%S #[bg=#A89984, fg=#3C3836]#{?client_prefix,#[bg=#fe8019],#[bg=#A89984]} #{host_short} "
 
 
-set-option -wg window-status-current-format " #{window_index} #{window_name} "
-set-option -wg window-status-format " #{window_index} #{window_name} "
+set-option -wg window-status-current-format "#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_index} #{window_name} "
+set-option -wg window-status-format "#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_index} #{window_name} "