bbidulock / icewm

A window manager designed for speed, usability, and consistency
Other
589 stars 100 forks source link

Alt+Tab: color of the active menu item #687

Closed zaza42 closed 1 year ago

zaza42 commented 1 year ago

Since there is so much development going on in the Alt-Tab menu…

Could we have a theme option to specify the color (or xpm) of the active menu item in Alt+Tab menu? My theme uses a green bar for every active menu except the alt-tab. (menusel.xpm and taskbar/taskbuttonactive.xpm)

menu-active menubar

alttab-active This color is specified by ColorNormalMenu in default.theme, and it is also the background of the (ctr+esc) menu.

I would like something like this: alttab-active-zold

zpct commented 1 year ago

Isn't ColorQuickSwitchActive what you're looking for?

I notice there's in fact no option for ColorQuickSwitchActiveText. Instead, text for ColorQuickSwitchActive relies on ColorActiveTitleBarText. An option for ColorQuickSwitchActiveText will give a bit more flexibility to make themes.

zaza42 commented 1 year ago

Wow, thanx! That was it.

Sorry for bothering and I that I didn't look into it further.