Page 1 of 1

Tabs -> Selected -> Background color:

Posted: Mon Jan 15, 2024 8:09 pm
by Stamimail
viewtopic.php?p=61531#p61531

Tested on:
Everything (1.5a) 1.5.0.1366a (x86)

Fonts and Colors
Item: Tabs
Item states: Selected
Background color: [green]

For some reason the color goes to "Close tab" button.
Only after setting the Noraml color too, the Selected color is fixed.

Re: Tabs -> Selected -> Background color:

Posted: Mon Jan 15, 2024 10:26 pm
by NotNull
Can't reproduce this. After setting Selected color to green:
2024-01-15 23_25_23-Everything (statusbar) 1.5.0.1366a (x64).png
2024-01-15 23_25_23-Everything (statusbar) 1.5.0.1366a (x64).png (80.53 KiB) Viewed 1276 times

Re: Tabs -> Selected -> Background color:

Posted: Mon Jan 15, 2024 11:03 pm
by Stamimail
Tested again. The bug is still there.
Try x86

Re: Tabs -> Selected -> Background color:

Posted: Tue Jan 16, 2024 12:53 am
by vsub
NotNull wrote: Mon Jan 15, 2024 10:26 pm Can't reproduce this. After setting Selected color to green:
...
Some info as to why it works for you and doesn't for the op
If you select from the windows setting the default color mode for apps to be dark,then Everything "User Default" will be as if you use the "Dark" theme in Everything

When the default color mode(windows settings)is set to light and Everything is using the User Default\Standard,then changing the background color for the selected tab will only affect the color of the close button while hovering over it

If the windows settings is Light and you set the theme in Everything to be dark,then changing the selected tab background color WILL be changed properly

To put it simply,when everything is in white\light mode,the option to change the selected tab background color does not work properly

Re: Tabs -> Selected -> Background color:

Posted: Tue Jan 16, 2024 4:28 am
by void
Thank you for the issue report Stamimail,

Everything will try to render the tab control with the stock Windows Visual Styles.

Everything will render the tab control itself if you:
  • Use the dark theme.
  • Set an accent color.
  • Set a custom normal background color.
I will add "Set a custom selected background color" to this list for the next alpha update.

The issue you see is Everything rendering the tab control with the stock Windows Visual Styles and the custom button rendered with your selected background color.

The next alpha update will correctly show the selected tab in your desired color.

Re: Tabs -> Selected -> Background color:

Posted: Wed Jan 17, 2024 3:43 pm
by NotNull
vsub wrote: Tue Jan 16, 2024 12:53 am To put it simply,when everything is in white\light mode,the option to change the selected tab background color does not work properly
Good find, @vsub! Should have thought of that myself, but light mode is apparently in my blind spot (all dark mode here).

Thanks!