Drawcallui#3
Merged
Merged
Conversation
davo0411
added a commit
that referenced
this pull request
Oct 13, 2025
- Add ColorUtils namespace with luminance/contrast calculation (WCAG compliant) - Add ContrastSelectable variants for automatic text contrast adjustment - Add GetContrastingTextColor for accessible UI text coloring - Add ButtonWithFlash for visual feedback on actions - Add FeatureToggle for clean minimalist on/off switches - Add restore-settings icon support (featureSettingRevert) - Update FeatureIssues to use FrameBorder for button styling - Improve category header styling with theme text colors - Add proper spacing between logo and text in headers These utilities provide the foundation for improved UI accessibility and visual polish throughout the menu system. Part of UI modernization effort - PR #2 of 8 Related: - Depends on: PR #1 (Foundation) - Blocks: PR #3 (Font System) - See: PR_1530_SPLIT_PLAN.md for full breakdown Testing: - Verify button flash animations work correctly - Test contrast calculation with various color combinations - Check that category headers render properly - Verify feature toggles respond to clicks
davo0411
added a commit
that referenced
this pull request
Oct 13, 2025
…upport - Add PathHelpers namespace for consistent file system path handling - Implement theme JSON loading/saving system with validation - Add 9 theme presets (Default, Amber, DragonBlood, DwemerBronze, Forest, HighContrast, Light, NordicFrost, Ocean) - Add ThemeManager core for theme discovery and application - Add THEME config mode to State - Update SettingsOverrideManager to use PathHelpers - Integrate theme loading/saving into Menu - Add CreateDefaultThemes and theme discovery at plugin startup - Remove PR #2 files (Font system - to be added in next PR) - Remove PR #3 files (Settings UI overhaul - to be added in future PR) - Remove PR #4 files (UI candy/blur - to be added in future PR) - Remove PR #5 files (Performance overlay improvements - to be added in future PR)
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.
No description provided.