simurai/duotone-syntax

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

montykamath opened this issue · 1 comments

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%);
}

image

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