jkaving / intellij-colors-solarized

Solarized Colorscheme for IntelliJ IDEA
3.26k stars 432 forks source link

Add PY.KEYWORD_ARGUMENT setting #117

Closed al4 closed 8 years ago

al4 commented 8 years ago

I noticed sometime around PyCharm 5 that keyword arguments were appearing as a garish dark purple colour, which was barely readable with Solarized Dark. This PR adds the PY.KEYWORD_ARGUMENT setting, setting it to solarized's violet colour (6c71c4). This colour seems to work well for both light and dark themes.

Edit: revised to add built settings.jar

al4 commented 8 years ago

Light before: light_before Light after: light_after

Dark before: dark_before Dark after: dark_after

jkaving commented 8 years ago

Thanks!

I guess you noticed that there is, unfortunately, no release process in place for this project. A you commented originally, the settings.jar file shouldn't be committed for each change but should rather be released using GitHub's release mechanism. I guess the first step towards that will be to figure out a versioning scheme...