Move statusbar colors together in configdata.yml
This commit is contained in:
parent
69d4bb6c6a
commit
71f48a1e30
@ -1469,16 +1469,6 @@ colors.completion.category.border.bottom:
|
||||
type: QssColor
|
||||
desc: Bottom border color of the completion widget category headers.
|
||||
|
||||
colors.statusbar.insert.fg:
|
||||
default: white
|
||||
type: QssColor
|
||||
desc: Foreground color of the statusbar in insert mode.
|
||||
|
||||
colors.statusbar.insert.bg:
|
||||
default: darkgreen
|
||||
type: QssColor
|
||||
desc: Background color of the statusbar in insert mode.
|
||||
|
||||
colors.completion.item.selected.fg:
|
||||
default: black
|
||||
type: QtColor
|
||||
@ -1504,16 +1494,6 @@ colors.completion.match.fg:
|
||||
type: QssColor
|
||||
desc: Foreground color of the matched text in the completion.
|
||||
|
||||
colors.statusbar.passthrough.fg:
|
||||
default: white
|
||||
type: QssColor
|
||||
desc: Foreground color of the statusbar in passthrough mode.
|
||||
|
||||
colors.statusbar.passthrough.bg:
|
||||
default: darkblue
|
||||
type: QssColor
|
||||
desc: Background color of the statusbar in passthrough mode.
|
||||
|
||||
colors.completion.scrollbar.fg:
|
||||
default: white
|
||||
type: QssColor
|
||||
@ -1678,6 +1658,26 @@ colors.statusbar.normal.bg:
|
||||
type: QssColor
|
||||
desc: Background color of the statusbar.
|
||||
|
||||
colors.statusbar.insert.fg:
|
||||
default: white
|
||||
type: QssColor
|
||||
desc: Foreground color of the statusbar in insert mode.
|
||||
|
||||
colors.statusbar.insert.bg:
|
||||
default: darkgreen
|
||||
type: QssColor
|
||||
desc: Background color of the statusbar in insert mode.
|
||||
|
||||
colors.statusbar.passthrough.fg:
|
||||
default: white
|
||||
type: QssColor
|
||||
desc: Foreground color of the statusbar in passthrough mode.
|
||||
|
||||
colors.statusbar.passthrough.bg:
|
||||
default: darkblue
|
||||
type: QssColor
|
||||
desc: Background color of the statusbar in passthrough mode.
|
||||
|
||||
colors.statusbar.private.fg:
|
||||
default: white
|
||||
type: QssColor
|
||||
|
Loading…
Reference in New Issue
Block a user