Remove 3 unused color options (COLOR_TIME_…)
This commit is contained in:
parent
980130f1db
commit
2697159c89
1 changed files with 0 additions and 3 deletions
|
@ -199,11 +199,8 @@ class Theme(object):
|
||||||
COLOR_MORE_INDICATOR = (6, 4)
|
COLOR_MORE_INDICATOR = (6, 4)
|
||||||
|
|
||||||
# Time
|
# Time
|
||||||
COLOR_TIME_SEPARATOR = (106, -1)
|
|
||||||
COLOR_TIME_LIMITER = (0, -1)
|
|
||||||
CHAR_TIME_LEFT = ''
|
CHAR_TIME_LEFT = ''
|
||||||
CHAR_TIME_RIGHT = ''
|
CHAR_TIME_RIGHT = ''
|
||||||
COLOR_TIME_NUMBERS = (0, -1)
|
|
||||||
|
|
||||||
# Tabs
|
# Tabs
|
||||||
COLOR_TAB_NORMAL = (7, 4)
|
COLOR_TAB_NORMAL = (7, 4)
|
||||||
|
|
Loading…
Reference in a new issue