insanum / obsidian_gruvbox

A gruvbox theme for Obsidian
MIT License
162 stars 38 forks source link

Ensure headers with links are colorized #24

Closed kiriappeee closed 2 years ago

kiriappeee commented 2 years ago

Currently, if a header links to a URL, it gets turned to an orange shade (--text-a). I don't know if this behaviour is expected or if it changed due to recent updates.

This is a matter of preference, but I think it's nicer if the colour matches the original header colour.

This update, ensures that in both editing and preview mode, the link styling respects the header colour.\

This is what it looks like without styling

Reading mode:

image

Editing mode:

image

With styling

Reading mode:

image

Editing mode:

image


Feel free to close the PR if the colours don't feel right though.