diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | tmux-colorscheme.conf | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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. -<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). Features/Differences: - Uses gruvbox's hexadecimal colors (most terminal emulators have truecolor support) - 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 - Does not use custom glyphs diff --git a/tmux-colorscheme.conf b/tmux-colorscheme.conf index fcda108..5b0f838 100644 --- a/tmux-colorscheme.conf +++ b/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-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} " |
