Centralize status colors and overlay tints into CSS variables #48
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/48/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change centralizes status-related colors and overlay tints into CSS custom properties and replaces many hard-coded color literals and shadow values across src/app.css with those variables. The result is a single set of tokens for status colors (success, danger, warning, info, accent) and a set of overlay/shadow/tint tokens used consistently for both light and dark modes.
What changed (summary of behavior):
Why this matters (evidence-based):
Testing
This helps confirm the most common literals are now using variables.
Compatibility / reviewer notes
If you review this, please validate the light-mode token values and run a short visual pass on the most common screens (titlebar, repo list, status badges, dialogs, and select menus) to confirm the new tokens produce the intended appearance.