duotone-syntax
duotone-syntax copied to clipboard
A way to not tone down punctuation and brackets using stylesheet?
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!
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%);
}

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