-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add Scrollbar colorization #22
Comments
This also applies to scroll arrows : All these elements are stored in the ScrollBar category (in MsstyleEditor). I don't feel like this is about Windows 8 Aero style, but it is about Windows 7 Aero style. |
Implemented in version 1.1.19. |
Sorry for that, but in the latest version there is no difference, the scrollbar and scroll buttons are still blue. |
This may be because this is only for Windows 7; the problem is that the scroll bar is also blue in the Aerolite style (present in all Windows since Windows 8). Maybe add an option to enable/disable scrollbar colorization like progress bar ; it is true that for the scrollbar of Aero 10/11 this is not consistent. |
You can recompile it with enabling features you need |
Sorry to revive the discussion, but how do I get this in Windows 10 (or 8 or 11) ? |
It's gray on Windows 10, isn't it? |
If the Aero Lite theme is selected in Windows 8, 10 or 11, the scrollbar selection color is blue. My screenshots are taken from Windows 10. |
The same issue was reported here : #35 |
Will check it later when I'm able to switch the theme, #35 seems to be more problematic though |
It would be enough to move this loop out of the condition which checks for Windows < 8 |
First of all, thank you very much for your wonderful program !
On the Aerolite visual style, the scrollbar is in color. I think this is also the case on Windows 7 and 8, but I'm not sure (except for the aerolite visual style on Windows 8, where it's sure). This is just the highlighted scrollbar. An example :
So my request is about adding support for scrollbar colorization.
The text was updated successfully, but these errors were encountered: