Remove 3 unused color options (COLOR_TIME_…)

This commit is contained in:
Florent Le Coz 2015-08-31 12:07:10 +02:00
parent 980130f1db
commit 2697159c89

View file

@ -199,11 +199,8 @@ class Theme(object):
COLOR_MORE_INDICATOR = (6, 4)
# Time
COLOR_TIME_SEPARATOR = (106, -1)
COLOR_TIME_LIMITER = (0, -1)
CHAR_TIME_LEFT = ''
CHAR_TIME_RIGHT = ''
COLOR_TIME_NUMBERS = (0, -1)
# Tabs
COLOR_TAB_NORMAL = (7, 4)