extract and sort the colors, and reduce their number#283
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR refactors the CSS custom properties (CSS variables) for colors in the HighTable component by introducing a systematic naming convention and consolidating the color palette. The changes replace the old scattered color definitions with a more organized system using "hy-" prefixed variables, reducing the total number of color variables while maintaining the same visual appearance.
- Introduced systematic color naming with
--hy-color-*,--hy-accent-*, and--hy-highlight-*prefixes - Consolidated color definitions from scattered variables into organized color groups
- Updated all color references to use the new systematic naming convention
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
asking for a review @platypii, because it might slightly break customized styles if they used |
The styles are nearly the same, but it will be easier to customize.
Screencast.From.2025-09-23.18-38-37.mp4