From 72b7182752c33a91d82e73ee37bad66cb3508e70 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 11 Nov 2020 09:07:14 +0100 Subject: [PATCH] Better color for splitter handler, unify color of selection bg with sking. --- resources/skins/vergilius/theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/skins/vergilius/theme.css b/resources/skins/vergilius/theme.css index 29e018469..848f04b8b 100755 --- a/resources/skins/vergilius/theme.css +++ b/resources/skins/vergilius/theme.css @@ -1,9 +1,13 @@ /* This is Qt CSS theme file for the overall GUI of the application. */ QTextEdit { - selection-background-color: #3297FD; + selection-background-color: #4861f0; } QStatusBar::item { border: none; +} + +QSplitter::handle { + background: rgba(117, 117, 117, 0.5); } \ No newline at end of file