simurai
simurai
Yeah, you could try to override it in your styles.less file like: ```less .syntax--punctuation.syntax--punctuation.syntax--punctuation.syntax--punctuation, .syntax--bracket, .syntax--brace { color: hsl(240, 8%, 48%); } ```  Although hiding punctuation in this theme...
Something like this:  Also neat if languages get mixed in the same file: 
Yeah, I tried that once here: https://github.com/simurai/duotone-dark-syntax/pull/4 In the settings you could pick a color variation. But it's kinda a hack and not really supported in Atom, so I closed...
@alehed Yes, eventually all the DuoTone (+chameleon) themes will be deprecated and replaced with: - https://github.com/simurai/tone-dark-syntax - https://github.com/simurai/tone-light-syntax  They're not published yet,...
@dbkaplun Thanks for example code and screenshot.. that's very helpful. Just another question: What's the language package you are using? I can see the grammar as `JavaScript (JSX).
`[email protected]` shouldn't do syntax highlighting. Do you have https://atom.io/packages/language-babel. It has `jsx` support and is quite popular.
Yes, `react` is probably it. I'll try it out with your sample code and see why it's so dark.
Ok, this should be improved with https://github.com/simurai/duotone-syntax/pull/21 and published as `2.0.1`. 
> Looks like your Atom is significantly redder than mine.. on your screen, beginPath is white and on mine it's lavender. Maybe that has something to do with it? In...
Yeah, that's a good idea. Left a bit toned down and then right stronger.