Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: support different colors of active/inactive panes #128

Open
ericfengchao opened this issue Oct 4, 2021 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@ericfengchao
Copy link

Describe the feature you'd like

support different colors of active/inactive panes. something like this

image

@ericfengchao ericfengchao added the enhancement New feature or request label Oct 4, 2021
@ethancedwards8
Copy link
Member

If you can find an existing implementation, please share it. I'll be happy to implement this.

@o0th
Copy link
Contributor

o0th commented Oct 6, 2021

It should be easy to achieve, something like

set -g window-style 'fg=#f8f8f2,bg=##44475a'
set -g window-active-style 'fg=#f8f8f2,bg=#282a36'

mrbrandao added a commit to mrbrandao/tmux-dracula-theme that referenced this issue Jun 16, 2023
+ Enabling the support to customize the current window fg/bg colors via
`@dracula-current-window-colors`
+ Enabling as well support to customize the inactivity fg/bg window
colors via `@dracula-window-colors`
+ This might be related with the issue dracula#128
mrbrandao added a commit to mrbrandao/tmux-dracula-theme that referenced this issue Jun 16, 2023
+ Enabling the support to customize the current window fg/bg colors via
`@dracula-current-window-colors`
+ Enabling as well support to customize the inactivity fg/bg window
colors via `@dracula-window-colors`
+ This might be related with the issue dracula#128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

3 participants