diff --git a/qutepart/syntax/colortheme.py b/qutepart/syntax/colortheme.py index 280e8e4..fba6195 100644 --- a/qutepart/syntax/colortheme.py +++ b/qutepart/syntax/colortheme.py @@ -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'), diff --git a/qutepart/syntax/parser.py b/qutepart/syntax/parser.py index bf949cf..d9a103e 100644 --- a/qutepart/syntax/parser.py +++ b/qutepart/syntax/parser.py @@ -13,8 +13,6 @@ contain not a text value, but ContextSwitcher object """ -import os.path -import sys import re import logging