Files
narpfel a7038e1263 Fix terminal colours in light theme (#8342)
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.
2025-12-20 13:56:25 +02:00
..