Remove old colors->tabs.separator option.

This commit is contained in:
Florian Bruhin 2015-01-09 14:19:04 +01:00
parent 5947994479
commit 8fb1a887db
2 changed files with 0 additions and 11 deletions

View File

@ -178,7 +178,6 @@
|<<colors-tabs.indicator.stop,tabs.indicator.stop>>|Color gradient end for the tab indicator.
|<<colors-tabs.indicator.error,tabs.indicator.error>>|Color for the tab indicator on errors..
|<<colors-tabs.indicator.system,tabs.indicator.system>>|Color gradient interpolation system for the tab indicator.
|<<colors-tabs.seperator,tabs.seperator>>|Color for the tab seperator.
|<<colors-hints.fg,hints.fg>>|Font color for hints.
|<<colors-hints.fg.match,hints.fg.match>>|Font color for the matched part of hints.
|<<colors-hints.bg,hints.bg>>|Background color for hints.
@ -1328,12 +1327,6 @@ Valid values:
Default: +pass:[rgb]+
[[colors-tabs.seperator]]
=== tabs.seperator
Color for the tab seperator.
Default: +pass:[#555555]+
[[colors-hints.fg]]
=== hints.fg
Font color for hints.

View File

@ -720,10 +720,6 @@ DATA = collections.OrderedDict([
SettingValue(typ.ColorSystem(), 'rgb'),
"Color gradient interpolation system for the tab indicator."),
('tabs.seperator',
SettingValue(typ.QssColor(), '#555555'),
"Color for the tab seperator."),
('hints.fg',
SettingValue(typ.CssColor(), 'black'),
"Font color for hints."),