duotone-syntax icon indicating copy to clipboard operation
duotone-syntax copied to clipboard

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

Open montykamath opened this issue 7 years ago • 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!

montykamath avatar Mar 10 '18 21:03 montykamath

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.

simurai avatar Mar 14 '18 07:03 simurai