-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Color fixes in the UI. #2722
Color fixes in the UI. #2722
Conversation
…e blue and didn't had it own color. Fixed some color contrast issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fixes, but for the future remove your formatter or prettier. This will be wiped out by the precompiler and the added whitespace would be typically denied.
Also it makes your changes harder to read which usually leads to a denied PR.
Sorry for that, I will have exclusion on this project for future updates |
The whitespace removal was from the remove whitespace script. I think. |
i have prettifier extension on my vscodium so when I save it auto prettifies the code. I have already excluded this project now for the future update. |
Ok |
* Setup for testing * Working Example for Background * Almost all MainBackgrounColor working * Random Color PoC * Fix DBorderColor * prevent old logic from replacing colors in memory at startup * Comment out resources in xaml * Finish new Button * Remove Pulse, Load Windows default Theme * Fix Colors * Fix Toggle Colors * working version, with shared still being mostly applied be replace instead of resouces * Load all entries in themes.json as Resource and reference them in inputXML.xaml * Rename File to match Function Name * Hotfix for Sync with main * Remove Static Set-WinUtilUITheme function/file * Rename File and Function * Cleanup and Stuff * Unify Button Theme with rest of UI * Refactor/Optimazation * Performance optimization * Add Comments * Rename Functions and Variables to be more concise and descriptive * Add persistence to the user Theme Preference across winutil restarts * Reimplement Theme Chagnes from #2722 * Add AUTO option to follow window theme and add dropdown instead toggle * Formatting and deleting temp file * Fix small display bug where Dropdown would remain open for settings and themes * Remove terniary operators because only PS7+ is supported
Fixed some colors which helps in better color contrast and fixed the text under the Update tab where the description is called default color. Added style to Textblock.
Type of Change
Description
Testing
Impact
Issue related to PR
Additional Information
Checklist