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

Adding support to customize the current window colors #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mrbrandao
Copy link

@mrbrandao mrbrandao commented Jun 16, 2023

Those changes enables support to customize the current window foreground and background colors

  • Enabling the support to customize the current window fg/bg colors via @dracula-current-window-colors
  • Enabling as well support to customize the inactive window fg/bg colors via @dracula-window-colors

Such as:

set -g @dracula-current-window-colors '[background] [foregroud]' 

Examples:

# set the background of the current window status color to `dark_purple` and the foreground to `cyan`
set -g @dracula-current-window-colors 'dark_purple cyan'

# define the inactive window background to `gray` and foreground to `pink` 
set -g @dracula-window-colors 'gray pink'

current-window-colors-example

Ps: This PR might have relation with the issue #128

+ 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 mrbrandao force-pushed the current-window-status-colors branch from 72fc501 to a446f47 Compare June 16, 2023 22:39
@ethancedwards8
Copy link
Member

How does this work if the values are not set?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants