fixed #378
This commit is contained in:
parent
2382ceeb51
commit
8f0495b18a
@ -1,5 +1,6 @@
|
|||||||
QWidget {
|
QWidget {
|
||||||
background-color: rgb(39, 43, 48);
|
background-color: rgb(39, 43, 48);
|
||||||
|
alternate-background-color: rgb(65, 71, 77);
|
||||||
color: #c8c8c8;
|
color: #c8c8c8;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -26,3 +27,7 @@ QSplitter::handle, QSplitter::handle:pressed {
|
|||||||
QSplitter::handle:horizontal, QSplitter::handle:vertical {
|
QSplitter::handle:horizontal, QSplitter::handle:vertical {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTreeView {
|
||||||
|
selection-background-color: #1b8cbc;
|
||||||
|
}
|
@ -1,5 +1,3 @@
|
|||||||
/* This is Qt CSS theme file for the overall GUI of the application. */
|
|
||||||
|
|
||||||
QTextEdit {
|
QTextEdit {
|
||||||
selection-background-color: #4861f0;
|
selection-background-color: #4861f0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user