tmux icon indicating copy to clipboard operation
tmux copied to clipboard

Adding support to customize the current window colors

Open mrbrandao opened this issue 2 years ago • 5 comments

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

mrbrandao avatar Jun 16 '23 15:06 mrbrandao

How does this work if the values are not set?

ethancedwards8 avatar Jul 08 '23 23:07 ethancedwards8

i think this would be best implemented in #224 and closed

Theoreticallyhugo avatar Oct 23 '24 10:10 Theoreticallyhugo

@ethancedwards8 do you have anything against merging this?

Theoreticallyhugo avatar May 21 '25 17:05 Theoreticallyhugo

Once the merge conflicts are fixed I'm good with it. Thanks!

ethancedwards8 avatar May 21 '25 17:05 ethancedwards8

i resolved the merge conflicts, but it needs fixing. am working on it. dont merge yet :D

Theoreticallyhugo avatar May 22 '25 14:05 Theoreticallyhugo