From 0fa80e419f13acdef39b019919c7ffa54cdb334f Mon Sep 17 00:00:00 2001 From: Linkon <116425752+Linkon-lcw@users.noreply.github.com> Date: Tue, 20 Jan 2026 01:18:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0Mica=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=EF=BC=8C=E6=94=AF=E6=8C=81Windows=2011=E4=BA=91?= =?UTF-8?q?=E6=AF=8D=E6=95=88=E6=9E=9C=E9=80=8F=E6=98=8E=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/mica.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 themes/mica.json diff --git a/themes/mica.json b/themes/mica.json new file mode 100644 index 0000000..a4b335a --- /dev/null +++ b/themes/mica.json @@ -0,0 +1,26 @@ +{ + "name": "云母", + "id": "mica", + "mode": "light", + "config": { + "tdesign": { + "brandColor": "#0052D9", + "warningColor": "#E37318", + "errorColor": "#D32029", + "successColor": "#248232" + }, + "custom": { + "--ss-bg-color": "transparent", + "--ss-card-bg": "rgba(255, 255, 255, 0.7)", + "--ss-text-main": "#1a1a1a", + "--ss-text-secondary": "#5e5e5e", + "--ss-border-color": "rgba(0, 0, 0, 0.1)", + "--ss-header-bg": "transparent", + "--ss-sidebar-bg": "rgba(255, 255, 255, 0.85)", + "--ss-item-hover": "rgba(0, 0, 0, 0.05)", + "--ss-sidebar-text": "#1a1a1a", + "--ss-sidebar-active-bg": "rgba(0, 0, 0, 0.08)", + "--ss-sidebar-active-text": "#1a1a1a" + } + } +}