mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-03-26 15:29:43 +08:00
深色主題寫好啦!
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user