Remove old colors->tabs.separator option.
This commit is contained in:
parent
5947994479
commit
8fb1a887db
@ -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.
|
||||
|
@ -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."),
|
||||
|
Loading…
Reference in New Issue
Block a user