Better color for splitter handler, unify color of selection bg with sking.

This commit is contained in:
Martin Rotter 2020-11-11 09:07:14 +01:00
parent 083ac809ea
commit 72b7182752

View File

@ -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);
}