mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
The light theme uses the terminal colours intended for the dark themes. This makes some colours, especially yellow, hard to read. Example: Currently: <img width="677" height="208" alt="before" src="https://github.com/user-attachments/assets/ddac0e15-fe45-4130-a524-0ace9448e000" /> With this PR: <img width="677" height="208" alt="after" src="https://github.com/user-attachments/assets/5e4340d8-c14f-4128-914c-032af3df109e" /> I believe this was regressed in #7970/#7971 where an `@import` of `ansi-dark.scss` nested in a `[data-theme='dark']` selector was changed to an unconditional `@use`, overriding the colours specified for the default theme.