andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 39 forks source link

The color of the imports is "too" red #409

Closed dglent closed 8 years ago

dglent commented 8 years ago

I find that the red color of the import keyword in python is too flashing. It doesn't help to read the imported modules (brakes the eyes)

dglent commented 8 years ago

Is better now but before before was much better with the pink which made the module names more readable.

andreikop commented 8 years ago

Open a pull request for https://github.com/hlamer/qutepart/blob/master/qutepart/syntax/colortheme.py

dglent commented 8 years ago

What do you think about this (without bold) ? 'dsImport': textFormatClass(color='#b969c3'),