Rename completion background settings to .odd/.even
This commit is contained in:
parent
bc8176ff21
commit
85bee4a7d2
@ -58,8 +58,8 @@ class CompletionView(QTreeView):
|
|||||||
STYLESHEET = """
|
STYLESHEET = """
|
||||||
QTreeView {
|
QTreeView {
|
||||||
font: {{ conf.fonts.completion.entry }};
|
font: {{ conf.fonts.completion.entry }};
|
||||||
background-color: {{ conf.colors.completion.bg }};
|
background-color: {{ conf.colors.completion.even.bg }};
|
||||||
alternate-background-color: {{ conf.colors.completion.alternate_bg }};
|
alternate-background-color: {{ conf.colors.completion.odd.bg }};
|
||||||
outline: 0;
|
outline: 0;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
@ -1272,15 +1272,15 @@ colors.completion.fg:
|
|||||||
type: QtColor
|
type: QtColor
|
||||||
desc: Text color of the completion widget.
|
desc: Text color of the completion widget.
|
||||||
|
|
||||||
colors.completion.bg:
|
colors.completion.odd.bg:
|
||||||
default: '#333333'
|
|
||||||
type: QssColor
|
|
||||||
desc: Background color of the completion widget.
|
|
||||||
|
|
||||||
colors.completion.alternate_bg:
|
|
||||||
default: '#444444'
|
default: '#444444'
|
||||||
type: QssColor
|
type: QssColor
|
||||||
desc: Alternating background color of the completion widget.
|
desc: Background color of the completion widget for odd rows.
|
||||||
|
|
||||||
|
colors.completion.even.bg:
|
||||||
|
default: '#333333'
|
||||||
|
type: QssColor
|
||||||
|
desc: Background color of the completion widget for even rows.
|
||||||
|
|
||||||
colors.completion.category.fg:
|
colors.completion.category.fg:
|
||||||
default: white
|
default: white
|
||||||
|
Loading…
Reference in New Issue
Block a user