summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLawAbidingCactus <lawabidingcactus@lawabidingcactus.com>2020-12-18 21:01:37 +0000
committerLawAbidingCactus <lawabidingcactus@lawabidingcactus.com>2020-12-18 21:01:37 +0000
commit9d810752cd813351444da60e3adf774cb6978930 (patch)
tree8b6bb9db53d672d88d456e666fa9c0888c76e301
parent6cf7fa405aefd6060f849fe14bc65eb2a5448333 (diff)
highlight zoomed windows
-rw-r--r--README.md4
-rw-r--r--tmux-colorscheme.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 83f29d1..f9f6d95 100644
--- a/README.md
+++ b/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.
-<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} "