simurai

Results 143 comments of 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%); } ``` ![image](https://user-images.githubusercontent.com/378023/37389330-3f6a6d9e-27a7-11e8-8045-1101188ec473.png) Although hiding punctuation in this theme...

Something like this: ![screen shot 2016-01-31 at 6 43 26 pm](https://cloud.githubusercontent.com/assets/378023/12701350/94b6a556-c84a-11e5-8123-374d9e836dda.png) Also neat if languages get mixed in the same file: ![screen shot 2016-01-31 at 6 40 44 pm](https://cloud.githubusercontent.com/assets/378023/12701352/9d84cb68-c84a-11e5-9349-754ccd28fbfd.png)

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 ![screen shot 2017-04-18 at 9 19 34 am](https://cloud.githubusercontent.com/assets/378023/25109535/405d60b4-2418-11e7-9b35-e5310d49205c.png) 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`. ![screen shot 2016-11-26 at 10 25 56 pm](https://cloud.githubusercontent.com/assets/378023/20640660/544a5872-b427-11e6-8f91-30a999ac7685.png)

> 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.