mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-30 17:15:01 +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>
15 lines
230 B
Plaintext
15 lines
230 B
Plaintext
QPlainTextEdit:focus {
|
|
border: 1px solid palette(highlight);
|
|
}
|
|
|
|
QSplitter::handle {
|
|
background: palette(dark);
|
|
}
|
|
|
|
/*
|
|
* For `qt5-styleplugins`: motif, cde, gtk2, etc.
|
|
*/
|
|
QStatusBar::item {
|
|
border: none;
|
|
}
|