mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-04 11:17:31 +01:00
92aa7c8d97
* Update dark style colours in skinfactory.cpp * Update vergilius metadata.xml, add %8 id * Update nudus skin. Separate it to light and dark versions (SCSS) Co-authored-by: akinokonomi <akinokonomi@example.com>
33 lines
540 B
Plaintext
33 lines
540 B
Plaintext
QListWidget,
|
|
QScrollArea {
|
|
border: 1px solid palette(dark);
|
|
}
|
|
|
|
|
|
QPlainTextEdit:focus {
|
|
border: 1px solid palette(highlight);
|
|
}
|
|
|
|
QToolTip {
|
|
background-color: palette(window);
|
|
border: 1px solid palette(dark);
|
|
border-radius: 2px;
|
|
}
|
|
|
|
/* TODO: Fine for now, may be improved in future */
|
|
QProgressBar {
|
|
background-color: palette(highlight);
|
|
color: palette(window);
|
|
}
|
|
|
|
QSplitter::handle {
|
|
background: palette(dark);
|
|
}
|
|
|
|
/*
|
|
* For `qt5-styleplugins`: motif, cde, gtk2, etc.
|
|
*/
|
|
QStatusBar::item {
|
|
border: none;
|
|
}
|