Skip to content

Commit

Permalink
Darkmode style refactoring and tweaking
Browse files Browse the repository at this point in the history
Refactoring:
* Refactor CSS to make clear what varies with light/dark mode and what doesn't.
* Consistently use 2 spaces for indenting in CSS file.
* Remove unused Chroma CSS classes to make styling easier to understand.
* Add some comments about how Chroma CSS classes map to Go code.
* Organize Chroma CSS classes so that like-styled classes are contiguous.
* Display "operators" like regular code - doesn't make sense to style ":="
  specially but not "=" e.g.

Style tweaks:
* Adjust dark mode styling to be less blue, more subdued.
  • Loading branch information
mmcgrana committed Mar 17, 2024
1 parent c7e9d6f commit 9099b00
Show file tree
Hide file tree
Showing 2 changed files with 273 additions and 417 deletions.
Loading

0 comments on commit 9099b00

Please sign in to comment.