mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-03 19:59:43 +01:00
33 lines
546 B
Plaintext
33 lines
546 B
Plaintext
QWidget {
|
|
background-color: rgb(39, 43, 48);
|
|
alternate-background-color: rgb(65, 71, 77);
|
|
color: #c8c8c8;
|
|
}
|
|
|
|
QWidget::item:selected {
|
|
background-color: #1b8cbc;
|
|
}
|
|
|
|
QWidget::item:disabled {
|
|
background-color: #3a4047;
|
|
}
|
|
|
|
QMenu {
|
|
border: 1px solid #3a4047;
|
|
}
|
|
|
|
QStatusBar::item {
|
|
border: none;
|
|
}
|
|
|
|
QSplitter::handle, QSplitter::handle:pressed {
|
|
background-color: #525559;
|
|
}
|
|
|
|
QSplitter::handle:horizontal, QSplitter::handle:vertical {
|
|
width: 1px;
|
|
}
|
|
|
|
QTreeView {
|
|
selection-background-color: #1b8cbc;
|
|
} |