From 22fac29727d7dc4681742c0dab155b8608685002 Mon Sep 17 00:00:00 2001 From: cweijan Date: Fri, 13 Dec 2024 22:39:22 +0800 Subject: [PATCH] Update theme color. --- resource/vditor/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource/vditor/index.css b/resource/vditor/index.css index 3aa8125..0973375 100644 --- a/resource/vditor/index.css +++ b/resource/vditor/index.css @@ -26,7 +26,7 @@ a { .vditor-toolbar__item .vditor-tooltipped[data-type="selectTheme"] { width: 55px; font-size: 14px; - color: var(--vscode-charts-red); + color: var(--vscode-charts-blue); } html {