tmux-gruvbox
tmux-gruvbox copied to clipboard
Gruvbox color scheme for Tmux.
Hello Everyone, dear users of this repository, recently I've made an important decision to update the GitHub username of my current profile. The details of this decision will explain in...
1. **Move zoom indicator to index:** `*Z` can be difficult to see after long names. Window indices are consistent and feels like a more natural place for the indicator: `#I#{?window_zoomed_flag,*Z,}`...
As a Developer I want to know how can I contribute to the project so that my propositions have a format suited for team collaboration
With tmux 3.2, background color is not showing all the way.
I've tried in xterm and gnome-terminal on bullseye but the statusline is not styled with the angle separators as expected. If I login remotely from my archlinux laptop, it works...
I'm trying to use another plugin https://github.com/MunifTanjim/tmux-mode-indicator to display current tmux mode with the current `status-right`. It seems tmux-gruvbox to be overriding the custom config. Config: ```tmux set -g status-right...
I noticed that the window does not get highlighted when monitor-bell or activity-monitor is on in tmux. Is the highlighting being masked by something in the conf file?
Will it be possible (already exists?) a possibility to change date and time display? For example have something like `%d.%m.%Y`. Thank you!
Avoid overriding the colours defined in the style in the format. This fixes bug #12.
* feat: define dark and light color palettes * feat: add customization of status-right & status-left sections * feat: rename to gruvbox_dark256 and implement alpha option * fix: transparency for...