mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2024-11-11 01:27:35 +08:00
更了?没更
This commit is contained in:
parent
4b53938adf
commit
d88e50819d
@ -2,13 +2,20 @@
|
|||||||
|
|
||||||
|
|
||||||
DEFAULTBLUE = (0, 137, 242)
|
DEFAULTBLUE = (0, 137, 242)
|
||||||
|
# 0089F2
|
||||||
WEAKBLUE = (0, 161, 231)
|
WEAKBLUE = (0, 161, 231)
|
||||||
|
# 00A1E7
|
||||||
LIGHTBLUE = (38, 226, 255)
|
LIGHTBLUE = (38, 226, 255)
|
||||||
|
# 26E2FF
|
||||||
RED = (255, 52, 50)
|
RED = (255, 52, 50)
|
||||||
|
# FF3432
|
||||||
PURPLE = (171, 112, 255)
|
PURPLE = (171, 112, 255)
|
||||||
|
# AB70FF
|
||||||
GREEN = (0, 255, 33)
|
GREEN = (0, 255, 33)
|
||||||
WHITE = (242, 244, 246)
|
WHITE = (242, 244, 246)
|
||||||
|
# F2F4F6
|
||||||
BLACK = (18, 17, 16)
|
BLACK = (18, 17, 16)
|
||||||
|
# 121110
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
'language' : 'zh-CN',
|
'language' : 'zh-CN',
|
||||||
@ -22,4 +29,4 @@ class msctSetting:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def __call__(self, **kwds):
|
def __call__(self, **kwds):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user