- Updated `parseThemeColor` to use readonly string array for `MAIN_COLOR_NAMES`, enhancing type safety. - Modified `themeColorSchema` to spread `MAIN_COLOR_NAMES` into a tuple type, ensuring better type inference for theme colors.
- Updated `parseThemeColor` to use readonly string array for `MAIN_COLOR_NAMES`, enhancing type safety. - Modified `themeColorSchema` to spread `MAIN_COLOR_NAMES` into a tuple type, ensuring better type inference for theme colors.