jesseweed / seti-syntax

A subtle dark colored theme for Atom.
MIT License
185 stars 66 forks source link

Improvements for Python syntax highlighting #150

Open ghost opened 7 years ago

ghost commented 7 years ago

The Python syntax highlighting uses primarily just white and the theme color for nearly everything, which makes Python code hard to read. For example, defined function calls, method calls, variables, and strings all use the same color (in my case, default blue), so it's hard to easily discern what everything is when looking through Python files. Having separate, more defined colors for those would make this perfect; Python is the only language whose Seti syntax highlighting I have trouble working with.

Veratil commented 7 years ago

I work primarily in Python and I also am very disappointed with the support for Python.