rssguard/resources/skins/dark/theme.css

33 lines
546 B
CSS
Raw Normal View History

2017-01-12 10:32:57 +01:00
QWidget {
background-color: rgb(39, 43, 48);
2021-03-10 06:46:50 +01:00
alternate-background-color: rgb(65, 71, 77);
2017-01-12 10:32:57 +01:00
color: #c8c8c8;
}
2017-01-12 08:29:19 +01:00
2020-04-17 08:50:53 +02:00
QWidget::item:selected {
background-color: #1b8cbc;
}
QWidget::item:disabled {
background-color: #3a4047;
}
QMenu {
border: 1px solid #3a4047;
}
2017-01-12 08:29:19 +01:00
QStatusBar::item {
border: none;
2017-01-12 10:32:57 +01:00
}
QSplitter::handle, QSplitter::handle:pressed {
background-color: #525559;
}
QSplitter::handle:horizontal, QSplitter::handle:vertical {
width: 1px;
}
2021-03-10 06:46:50 +01:00
QTreeView {
selection-background-color: #1b8cbc;
}