Heading Colors
Hi,
Would it be possible to have a theme option where Heading 1 (#), Heading 2 (##), Heading 3 (###) have variations in color. I've been experimenting with using headings to organize some zettels but because all headings are the same color its not visually easy to distinguish the structure..
Thank you
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Also, variations in indenting size could be another visual signifier.
You can tweak heading colors from your theme files. https://github.com/Zettelkasten-Method/The-Archive-Themes/blob/master/Syntax.md#styles-settings
The "PrettyFunctional" theme actually does use different colors for some levels of heading already: https://github.com/Zettelkasten-Method/The-Archive-Themes/blob/master/Themes/PrettyFunctional (Basic).theme.json#L49
Duplicate a theme file (to avoid conflicts when there are updates), replace the color with the RGB hex color of your choice, and you're good to go!
Author at Zettelkasten.de • http://christiantietze.de/
Excellent, thank you!