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