bar: Make prompt color more important than insert color.
This commit is contained in:
parent
1a449ef7de
commit
2f4cd56033
@ -101,14 +101,14 @@ class StatusBar(QWidget):
|
|||||||
{color[statusbar.bg]}
|
{color[statusbar.bg]}
|
||||||
}}
|
}}
|
||||||
|
|
||||||
QWidget#StatusBar[prompt_active="true"] {{
|
|
||||||
{color[statusbar.bg.prompt]}
|
|
||||||
}}
|
|
||||||
|
|
||||||
QWidget#StatusBar[insert_active="true"] {{
|
QWidget#StatusBar[insert_active="true"] {{
|
||||||
{color[statusbar.bg.insert]}
|
{color[statusbar.bg.insert]}
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
QWidget#StatusBar[prompt_active="true"] {{
|
||||||
|
{color[statusbar.bg.prompt]}
|
||||||
|
}}
|
||||||
|
|
||||||
QWidget#StatusBar[error="true"] {{
|
QWidget#StatusBar[error="true"] {{
|
||||||
{color[statusbar.bg.error]}
|
{color[statusbar.bg.error]}
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user