Windows 11 Settings Styler v1.0.1#4648
Merged
Merged
Conversation
m417z
commented
Jul 1, 2026
Member
- Added the following themes: ClassicSearchBar, StoreFrame11, Blue.
* Added the following themes: ClassicSearchBar, StoreFrame11, Blue.
There was a problem hiding this comment.
Pull request overview
This PR updates the Windows 11 Settings Styler mod to v1.0.1 and adds three new built-in themes so users can select them directly from the mod’s settings.
Changes:
- Bumped mod version to 1.0.1 and updated the embedded readme theme gallery.
- Added new themes: ClassicSearchBar, StoreFrame11, and Blue (including settings dropdown entries).
- Wired the new theme names into the theme-selection logic.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+397
to
+401
| ThemeTargetStyles{L"Grid#RootCommandSearchGrid", { | ||
| L"Margin=15,133,0,0", | ||
| L"HorizontalAlignment=0", | ||
| L"Width=282", | ||
| L"CornerRadius=0"}}, |
Comment on lines
+407
to
+408
| ThemeTargetStyles{L"StackPanel#SettingsCommandSearchBoxBackground", { | ||
| L"CornerRadius=3"}}, |
Comment on lines
+415
to
+418
| ThemeTargetStyles{L"TextBox#CommandSearchTextBox > Grid > Button#DeleteButton > Grid", { | ||
| L"Margin=-100,5,5,5", | ||
| L"Width=25", | ||
| L"CornerRadius=3"}}, |
Comment on lines
+437
to
+439
| ThemeTargetStyles{L"TextBox#CommandSearchTextBox > Grid > Button#DeleteButton > Grid#ButtonLayoutGrid", { | ||
| L"CornerRadius=$InRadius", | ||
| L"MinHeight=32"}}, |
Comment on lines
+443
to
+445
| ThemeTargetStyles{L"StackPanel#SettingsCommandSearchBoxBackground", { | ||
| L"CornerRadius=$InRadius", | ||
| L"MinHeight=32"}}, |
Comment on lines
+458
to
+463
| ThemeTargetStyles{L"SplitView#RootSplitView > Grid > Grid#ContentRoot > Border > Grid#ContentGrid", { | ||
| L"Background:=$BgOverlay", | ||
| L"CornerRadius={{Span > 1 ? 0 : $OutRadius}},0,0,0", | ||
| L"Margin={{Span > 1 ? 0 : 65}},48,0,0", | ||
| L"BorderBrush:=$BgBorder", | ||
| L"BorderThickness={{Span > 1 ? 0 : 1}},1,0,0"}}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.