You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's no secret I have never been a fan of the default color scheme of Reloaded-II - specifically the 'inactive' text color.
In the above image, the mod fields on the bottom left, Search Mods, Search Apps have this text color that I consider hard to read.
On the Download Mods page:
Official Repository (selected - so its red with default theme)
Search Mods - This one is a preview text so it makes sense to be off-white - I think the gray coloring should be made brighter at least.
Edit Mod page:
Very hard to read each field without clicking. ^
On the main splash/settings page:
No hover:
With hover:
Fix the inconsistency with the hover tinting
[Mod Loader Settings]
Powerful software warning ✅
Show Console text ✅
Any 'preview' text for search etc will still be an off-white gray, but made brighter ✅ - Split up 'inactive' text to NOT use <Color x:Key="BorderColor">#4c4c4c</Color> - keeping this color for borders etc. - Any other 'inactive' text that isn't a 'preview' type text will be made white
Update / Final Decisions
Ultimately brightening BorderColor to #7c7c7c seems to be a decent compromise for the secondary/inactive text type. This keeps it different from primary White, and doesn't clash too hard with the border lines. Splitting these up had a lot of extra effort that seemed unnecessary after experimenting and settling on #7c7c7c.
Also adding the two main splash screen/setting page's hover consistency.
The text was updated successfully, but these errors were encountered:
dreamsyntax
changed the title
Enhancement: Accessible and Consistent Colors Across All Text Fields
Enhancement: Accessible Colors and Consistency with MouseHover
Dec 10, 2024
dreamsyntax
added a commit
to dreamsyntax/Reloaded-II
that referenced
this issue
Dec 10, 2024
dreamsyntax
changed the title
Enhancement: Accessible Colors and Consistency with MouseHover
Enhancement: Accessible Colors and Consistency with MouseOver
Dec 10, 2024
It's no secret I have never been a fan of the default color scheme of Reloaded-II - specifically the 'inactive' text color.
In the above image, the mod fields on the bottom left, Search Mods, Search Apps have this text color that I consider hard to read.
On the Download Mods page:
Edit Mod page:
Very hard to read each field without clicking. ^
On the main splash/settings page:
No hover:
With hover:
Fix the inconsistency with the hover tinting
[Mod Loader Settings]
Powerful software warning ✅
Show Console text ✅
Any 'preview' text for search etc will still be an off-white gray, but made brighter ✅
- Split up 'inactive' text to NOT use<Color x:Key="BorderColor">#4c4c4c</Color>
- keeping this color for borders etc.- Any other 'inactive' text that isn't a 'preview' type text will be made whiteUpdate / Final Decisions
BorderColor
to#7c7c7c
seems to be a decent compromise for the secondary/inactive text type. This keeps it different from primary White, and doesn't clash too hard with the border lines. Splitting these up had a lot of extra effort that seemed unnecessary after experimenting and settling on#7c7c7c
.The text was updated successfully, but these errors were encountered: