-
Notifications
You must be signed in to change notification settings - Fork 0
/
palettes.py
57 lines (55 loc) · 1.09 KB
/
palettes.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Fancade
light_brown = "E79F9D"
brown = "C57184"
dark_brown = "985660"
light_tan = "FFF9F7"
tan = "FFDFC8"
dark_tan = "FFBCAE"
light_purple = "BA92FF"
purple = "9476E3"
dark_purple = "6E58A9"
light_pink = "FFC4F4"
pink = "FF9ED9"
dark_pink = "F777B4"
light_red = "FFA4A4"
red = "FF4E6F"
dark_red = "C73853"
light_orange = "FFB389"
orange = "FF7758"
dark_orange = "D15544"
light_yellow = "FFFF81"
yellow = "FFE200"
dark_yellow = "F0B300"
light_green = "BBFF72"
green = "45C952"
dark_green = "008F50"
light_blue = "00C9FF"
blue = "0096FF"
dark_blue = "0071E5"
white = "FFFFFF"
gray1 = "C6C9D3"
gray2 = "9699A9"
gray3 = "696B7C"
gray4 = "424252"
black = "1E1E28"
# Goodgame
bronze_nick = "#e7820a"
silver_nick = "#b4b4b4"
gold_nick = "#eefc08"
chat_yellow = "#F2F932"
diamond_nick = "#8781bd"
king_nick = "#30d5c8"
top_nick = "#3BCBFF"
dark_pink = "#BD70D7"
undead_nick = "#AB4873"
premium_nick = "#31a93a"
moderator_nick = "#ec4058"
streamer_nick = "#e8bb00"
textinput = "#171d30"
bg = "#0d1221"
# R34 app, dont ask
tag_unactive = "#2b343b"
tag_active = "#073c92"
tagtxt = "#32aadf"
bg = "#121212"
txt = "#cfd4da"