ElectricRCAircraftGuy / ElectricRCAircraftGuy.github.io

My github pages website at gabrielstaples.com
https://gabrielstaples.com/
5 stars 1 forks source link

Fix code syntax highlighting colors #16

Closed ElectricRCAircraftGuy closed 1 year ago

ElectricRCAircraftGuy commented 2 years ago

I don't like the dark syntax highlighting background and colors. Fix them to be light, like GitHub or Stack Overflow.

See:

  1. https://github.com/mmistakes/minimal-mistakes/issues?q=is%3Aissue+author%3A%40me+is%3Aclosed
    1. In particular: https://github.com/mmistakes/minimal-mistakes/issues/2770
  2. https://github.com/mmistakes/minimal-mistakes/pulls?q=is%3Apr+author%3A%40me+is%3Aclosed
    1. In particular: https://github.com/mmistakes/minimal-mistakes/pull/2771
ElectricRCAircraftGuy commented 1 year ago

Note: commit 464b72d7eb92bd5e0dcb525e6c7f9ca05b8fcbbc made code format between backticks get properly highlighted even when within headings.

See:

git difftool 464b72d7eb92bd5e0dcb525e6c7f9ca05b8fcbbc~..464b72d7eb92bd5e0dcb525e6c7f9ca05b8fcbbc
ElectricRCAircraftGuy commented 1 year ago

From: http://localhost:4001/ydotool-tutorial/ and https://gabrielstaples.com/ydotool-tutorial/

I super hate it! I hate this dark color so much. I want it to look more like Stack Overflow instead.

image

ElectricRCAircraftGuy commented 1 year ago

Fixed by the commit above!: 9315052f82aab14bac5101f9b18470aba779131c

Much better! Here's what it looks like now!:

image

ElectricRCAircraftGuy commented 1 year ago

Done.