Commit Graph

9 Commits

Author SHA1 Message Date
Zack Spear
12b31bc28d fix: correct color assignments in ThemeHelper for updateDockerLogColor
- Updated color mappings in the FGCOLORS array to ensure proper theme color representation.
- Changed THEME_AZURE to map to COLOR_BLACK and THEME_BLACK to map to COLOR_WHITE, enhancing visual clarity across themes.
2025-05-19 17:03:31 -07:00
Zack Spear
b8b666990c refactor: add error handling for missing theme directory in ThemeHelper.php 2025-05-05 12:26:58 -07:00
Zack Spear
199f4ca111 refactor: update theme width class names in ThemeHelper.php and default-base.css for consistency 2025-05-05 12:26:57 -07:00
Zack Spear
7c408531bd refactor: improve ThemeHelper constructor by enforcing theme parameter and removing redundant initialization method 2025-05-05 12:26:57 -07:00
Zack Spear
8c6b10165e refactor: enhance ThemeHelper class to support unlimited width and update DefaultPageLayout.php for new constructor parameters 2025-05-05 12:26:57 -07:00
Zack Spear
83363f1cdd refactor: update error message in ThemeHelper class for clarity and consistency 2025-04-07 13:37:22 -07:00
Zack Spear
9672a76dba refactor: remove redundant initialized property from ThemeHelper class to streamline code 2025-04-07 13:36:28 -07:00
Zack Spear
78dead079f refactor: enforce theme initialization check in ThemeHelper constructor and remove redundant checks in theme methods 2025-04-07 13:21:17 -07:00
Zack Spear
f041c83a92 feat: implement ThemeHelper class to centralize theme management and improve color handling across various pages 2025-04-07 11:44:58 -07:00