This commit is contained in:
Martin Rotter 2021-03-10 06:46:50 +01:00
parent 2382ceeb51
commit 8f0495b18a
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,6 @@
QWidget {
background-color: rgb(39, 43, 48);
alternate-background-color: rgb(65, 71, 77);
color: #c8c8c8;
}
@ -26,3 +27,7 @@ QSplitter::handle, QSplitter::handle:pressed {
QSplitter::handle:horizontal, QSplitter::handle:vertical {
width: 1px;
}
QTreeView {
selection-background-color: #1b8cbc;
}

View File

@ -1,5 +1,3 @@
/* This is Qt CSS theme file for the overall GUI of the application. */
QTextEdit {
selection-background-color: #4861f0;
}