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