printfn / fend

Arbitrary-precision unit-aware calculator
https://printfn.github.io/fend
MIT License
587 stars 50 forks source link

Syntax highlighting colors in documentation have poor visibility with dark color schemes #295

Closed haykam821 closed 2 months ago

haykam821 commented 2 months ago

The prefers-color-scheme: dark styles on the documentation site make the background brown, but the colors used for syntax highlighting seem to be unchanged. This results in a few hard-to-read text and background color combinations:

Text reading 'fend can also be installed via MacPorts: sudo port install fend' with the word 'sudo' in dark blue, all on a brown background
printfn commented 2 months ago

It's unfortunate pandoc doesn't have built-in support for dark mode. I've manually fixed that dark blue colour and had a quick scan through the rest of the docs, so it should be fine for now, but it'd be nice to have a proper fix for this eventually.