johnstonskj / rust-atelier

Rust native core model for the AWS Smithy IDL
MIT License
76 stars 10 forks source link

Invert colors of images in dark color schemes #10

Closed koalp closed 3 years ago

koalp commented 4 years ago

Whene enabling dark themes, the images are not very visible. This pull request add some CSS that invert images color when using ayu, coal and navy themes.

The drawback is that some images will be awfull if something else than black schemes are added.

An alternative way could be to add a white background behind images.