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

A way to not tone down punctuation and brackets using stylesheet? #29

Open
montykamath opened this issue Mar 10, 2018 · 1 comment
Open

Comments

@montykamath
Copy link

Is there a way to override something styles.less to not tone down punctuation and brackets and less important things? Would like to use for coding so punctuation is still pretty important. Thanks!

@simurai
Copy link
Owner

simurai commented Mar 14, 2018

Yeah, you could try to override it in your styles.less file like:

.syntax--punctuation.syntax--punctuation.syntax--punctuation.syntax--punctuation,
.syntax--bracket,
.syntax--brace {
  color: hsl(240, 8%, 48%);
}

image

Although hiding punctuation in this theme is intentional. It's not for everyone's taste, though.

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

2 participants