✨ New Features
- Theme Renaming & Streamlining: For improved consistency and a more streamlined workflow, the
Frosted Glass Auto
theme has been officially renamed to simply Frosted Glass. Going forward, the separateFrosted Glass Light
andFrosted Glass Dark
themes will no longer receive updates; all future enhancements and fixes will be integrated directly into the unifiedFrosted Glass
theme. - Enhanced System Color Consistency:
- Light Theme: The
app-header
, sidebar, andprimary-background-color
now feature harmonized background and associated text/icon colors, ensuring a consistent light aesthetic across the application. Transparency levels have been subtly adjusted for a smoother visual flow. - Dark Theme: Similarly, background and text/icon colors have been aligned for dark mode. The
primary-background-color
has been adjusted to have an alpha value of0.6
(from1.0
), allowing the main background to fully participate in the frosted glass effect.
- Light Theme: The
- Improved Token Variable Consistency: Where possible, direct color values throughout the theme have been replaced with references to defined
token-color-*
variables. This significantly enhances maintainability and ensures greater consistency across the entire theme.
🐛 Bug Fixes
- Text Divider Row Background Fix: Resolved an issue where the
custom:text-divider-row
background was not consistently matching the theme in both light and dark modes, ensuring a seamless visual integration. #22