From baed0153a2c282afaadce66e21e3beeece69d292 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 23 Dec 2021 13:48:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E8=8A=82=E6=97=A5=E4=B8=BB?= =?UTF-8?q?=E9=A2=98=E9=A2=9C=E8=89=B2=E6=B5=85=E4=B8=80=E4=BA=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/theme.lua b/parts/theme.lua index 63614486..d243d29b 100644 --- a/parts/theme.lua +++ b/parts/theme.lua @@ -2,8 +2,8 @@ local THEME={ cur=false,--Current theme } local themeColor={ - xmas={COLOR.R,COLOR.Z,COLOR.G}, - sprfes={COLOR.R,COLOR.O,COLOR.Y}, + xmas={COLOR.lR,COLOR.Z,COLOR.lG}, + sprfes={COLOR.lR,COLOR.O,COLOR.lY}, } function THEME.calculate(Y,M,D)