rssguard/resources/skins/dark/theme.css

29 lines
442 B
CSS
Raw Normal View History

2017-01-12 10:32:57 +01:00
QWidget {
background-color: rgb(39, 43, 48);
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;
}