mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
perf: 主题默认跟随系统颜色(自动切换深色浅色模式)
This commit is contained in:
@@ -94,7 +94,7 @@ const defaultPreferences: Preferences = {
|
|||||||
colorPrimary: "hsl(212 100% 45%)",
|
colorPrimary: "hsl(212 100% 45%)",
|
||||||
colorSuccess: "hsl(144 57% 58%)",
|
colorSuccess: "hsl(144 57% 58%)",
|
||||||
colorWarning: "hsl(42 84% 61%)",
|
colorWarning: "hsl(42 84% 61%)",
|
||||||
mode: "light",
|
mode: "auto",
|
||||||
radius: "0.5",
|
radius: "0.5",
|
||||||
semiDarkHeader: false,
|
semiDarkHeader: false,
|
||||||
semiDarkSidebar: false,
|
semiDarkSidebar: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user