Skip to content

Commit

Permalink
palette: make import color not as red
Browse files Browse the repository at this point in the history
I hope this color will look fine

close andreikop/enki#409
  • Loading branch information
hlamer committed Apr 18, 2016
1 parent 50971b2 commit e239ae0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion qutepart/syntax/colortheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, textFormatClass):
'dsString': textFormatClass(color='#be0303'),
'dsVerbatimString': textFormatClass(color='#be0303'),
'dsSpecialString': textFormatClass(color='#fe5500'),
'dsImport': textFormatClass(color='#fe5500', bold=True),
'dsImport': textFormatClass(color='#e14b00', bold=True),

'dsDataType': textFormatClass(color='#0057ad'),
'dsDecVal': textFormatClass(color='#af8000'),
Expand Down
2 changes: 0 additions & 2 deletions qutepart/syntax/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
contain not a text value, but ContextSwitcher object
"""

import os.path
import sys
import re
import logging

Expand Down

0 comments on commit e239ae0

Please sign in to comment.