Tweak color

This commit is contained in:
Luis Ángel San Martín Rodríguez 2022-10-11 21:32:16 +02:00
parent 794c0c47b5
commit 3a58f71096

View File

@ -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");