mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Tweak color
This commit is contained in:
@ -80,7 +80,7 @@ FolderContentView::FolderContentView(QWidget *parent)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (theme == Light) {
|
if (theme == Light) {
|
||||||
ctxt->setContextProperty("continueReadingBackgroundColor", "#DDDDDD");
|
ctxt->setContextProperty("continueReadingBackgroundColor", "#E8E8E8");
|
||||||
ctxt->setContextProperty("continueReadingColor", "#000000");
|
ctxt->setContextProperty("continueReadingColor", "#000000");
|
||||||
|
|
||||||
ctxt->setContextProperty("backgroundColor", "#F6F6F6");
|
ctxt->setContextProperty("backgroundColor", "#F6F6F6");
|
||||||
|
Reference in New Issue
Block a user