深色主題寫好啦!

This commit is contained in:
2022-12-09 15:13:41 +08:00
parent 6981a4f476
commit 050fe964dd
24 changed files with 126 additions and 5 deletions

View File

@@ -13,10 +13,10 @@ void AppListPage::setTheme(bool dark)
isDark=dark;
if(dark)
{
this->setStyleSheet("#frame{background-color: #252525;border-radius:14px;border:1px solid rgb(64, 64, 64);}");
}else {
//亮色模式
this->setStyleSheet("#frame{background-color: #ffffff;border-radius:14px;border:1px solid rgb(229,229,229);}#webEngineView{border-radius:14px;}");
this->setStyleSheet("#frame{background-color: #ffffff;border-radius:14px;border:1px solid rgb(229,229,229);}");
}
if(isSearch)
{