MacDownApp / macdown

Open source Markdown editor for macOS.
https://macdown.uranusjr.com/
9.44k stars 1.09k forks source link

Support Light/Dark variants for all Editor Themes, and switch with the system appearance #1134

Open ian-twilightcoder opened 4 years ago

ian-twilightcoder commented 4 years ago

MacDown should support light/dark mode in a similar fashion to Xcode.

  1. Each Editor Theme should have a Light/Dark variant.
  2. If a light editor theme is selected and the system appearance changes from light to dark, then the corresponding dark editor theme should be automatically selected.
zoltanmaric commented 2 years ago

I really like the markdown css from the Apostrophe markdown editor (unfortunately only available on linux). I realised that you can just:

It looks very pretty and it will pick up your dark/light mode from system preferences:

image