Rename caret_selection to caret-selection.
This commit is contained in:
parent
012e124eaf
commit
d3c6ebcf15
@ -820,7 +820,7 @@ def data(readonly=False):
|
||||
SettingValue(typ.QssColor(), 'purple'),
|
||||
"Background color of the statusbar in caret mode."),
|
||||
|
||||
('statusbar.bg.caret_selection',
|
||||
('statusbar.bg.caret-selection',
|
||||
SettingValue(typ.QssColor(), '#a12dff'),
|
||||
"Background color of the statusbar in caret selection enabled mode."),
|
||||
|
||||
|
@ -108,7 +108,7 @@ class StatusBar(QWidget):
|
||||
}
|
||||
|
||||
QWidget#StatusBar[caret_selection_active="true"] {
|
||||
{{ color['statusbar.bg.caret_selection'] }}
|
||||
{{ color['statusbar.bg.caret-selection'] }}
|
||||
}
|
||||
|
||||
QWidget#StatusBar[prompt_active="true"] {
|
||||
|
Loading…
Reference in New Issue
Block a user