mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
Merge branch 'master' of https://gitee.com/EillesWan/Musicreater
This commit is contained in:
commit
4aebf9db16
@ -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
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user