From d88e50819dff1979dc14f648ce9a3687f48fff22 Mon Sep 17 00:00:00 2001 From: EillesWan Date: Sat, 25 Jun 2022 22:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E4=BA=86=EF=BC=9F=E6=B2=A1=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- msctLib/settings.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/msctLib/settings.py b/msctLib/settings.py index ac9b306..b8285d5 100644 --- a/msctLib/settings.py +++ b/msctLib/settings.py @@ -2,13 +2,20 @@ DEFAULTBLUE = (0, 137, 242) +# 0089F2 WEAKBLUE = (0, 161, 231) +# 00A1E7 LIGHTBLUE = (38, 226, 255) +# 26E2FF RED = (255, 52, 50) +# FF3432 PURPLE = (171, 112, 255) +# AB70FF GREEN = (0, 255, 33) WHITE = (242, 244, 246) +# F2F4F6 BLACK = (18, 17, 16) +# 121110 settings = { 'language' : 'zh-CN', @@ -22,4 +29,4 @@ class msctSetting: pass def __call__(self, **kwds): - pass \ No newline at end of file + pass