bennyxguo / Obsidian-Obsidianite

🎨 Obsidian.md custom theme, it's dark and simple but yet still stays sparkles!
MIT License
285 stars 50 forks source link

[ characters are hard to view in text editor mode #29

Closed tekwizz123 closed 1 year ago

tekwizz123 commented 3 years ago

Currently the [ characters are very hard to see when using the text editor mode and the only way I can really see the difference is the fact that links have a blue underline. Is there any way these highlights could use a slightly different color that stands out a bit more? Its easy for the eyes to loose track of these characters given how much they blend into the background.

bennyxguo commented 3 years ago

Ok, I will check on this one. Thanks for your issue.

krokofant commented 3 years ago

Alternatively could [ & ] (.cm-s-obsidian span.cm-formatting-link) have the same opacity as the url (.cm-url)?

Currently the square brackets have the same color but 0.25 opacity compared to the url opacity of 0.4.

Before and after: image image


Alternative 2, I kind of like this use of monospace font (font-family: var(--font-monospace);) for the square brackets.

Before and after: image image

krokofant commented 1 year ago

This issue doesn't seem as bad in the new live preview editor, in part since the markdown is only visible when you highlight a link.

I'll close this but if you still find it annoying bump this issue.