-
-
Notifications
You must be signed in to change notification settings - Fork 446
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 support for multiple themes #147
Comments
Currently there is no way to do that. You can however try changing the search box border to full transparency ( I might expose more styles for theming in the future to allow such customization though. |
Most of the styles are now exposed as xaml files in the installation directory and can be changed. This way it is possible to completely change the appearance of EverythingToolbar. This should fulfill all the requirements in the linked issues. https://github.com/stnkl/EverythingToolbar/releases/tag/1.0.0 |
Hi there I come from #119 Is it possible to change the font? Terrific tool by the way. I've installed in all my computers. |
You can just set a new FontFamily property on the ContentControl element to change the font. |
Refined issue text
Currently, styles of the individual components are tightly integrated into their respective implementation, making it hard to switch styles easily. Especially considering the fact that future design iterations will come with each major version of Windows, having the ability to apply different styles to each component would be beneficial. This would require decoupling the styles from the components and storing them in a separate resource dictionary. Later on the theme will be selected automatically based on the Windows version used or manually by overriding a setting. Potentially the user would be able to write their own resource dictionary to allow further customization as requested in some of the linked issues below.
Original issue text
Operating system: 64-bit Windows 7
Although the height of the toolbar is exactly the same as the height of the taskbar, the toolbar will cover the divider, making it appear higher than the taskbar (approximately 1~2 pixels).
The text was updated successfully, but these errors were encountered: