Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaped symbols (\[, \$, etc.) should be rendered as regular text #114

Open
lebigot opened this issue Jan 4, 2023 · 1 comment
Open

Comments

@lebigot
Copy link

lebigot commented Jan 4, 2023

Escaped symbols (\[, \$, etc.) are meant to be regular text.

The problem is that they currently appear in the same muted color as special characters ([, $, *, etc.).

They should be rendered in the same color as regular text, so as to be more legible (especially in dark mode).

Thanks!

@lebigot
Copy link
Author

lebigot commented Apr 4, 2023

OK, here is the solution to this issue:

.cm-s-obsidian span.cm-hmd-escape-char {
  color: var(--text-normal);
}

I still think that it would make sense to have this in the Things theme (or in any theme, for that matter).

@lebigot lebigot closed this as completed Apr 4, 2023
@lebigot lebigot reopened this Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant