This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
colors.json
46 lines (42 loc) · 1.64 KB
/
colors.json
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
{
"UI_On": [115, 229, 255, 1],
"UI_Neutral": [201, 215, 223, 1],
"UI_Custom": [179, 255, 198, 1],
"UI_Disabled": [255, 160, 160, 1],
"UI_Special": [210, 171, 255, 1],
"UI_Borders": [210, 86, 86, 0.8],
"UI_Compass": [115, 229, 255, 0.8],
"Pin_Normal": [201, 215, 223, 1],
"Pin_Previewed": [164, 255, 46, 1],
"Pin_Out_of_logic": [255, 84, 84, 1],
"Pin_Persistent": [53, 239, 255, 1],
"Map_Ancient_Basin": [184, 172, 155, 0.7],
"Map_City_of_Tears": [80, 174, 255, 0.7],
"Map_Crystal_Peak": [179, 136, 196, 0.7],
"Map_Deepnest": [180, 154, 176, 0.7],
"Map_Dirtmouth": [133, 156, 222, 0.7],
"Map_Fog_Canyon": [186, 161, 164, 0.7],
"Map_Forgotten_Crossroads": [125, 163, 222, 0.7],
"Map_Fungal_Wastes": [194, 189, 128, 0.7],
"Map_Godhome": [186, 181, 143, 0.7],
"Map_Greenpath": [115, 230, 165, 0.7],
"Map_Howling_Cliffs": [136, 168, 206, 0.7],
"Map_Kingdoms_Edge": [172, 181, 158, 0.7],
"Map_Queens_Gardens": [82, 244, 185, 0.7],
"Map_Resting_Grounds": [185, 151, 175, 0.7],
"Map_Royal_Waterways": [79, 211, 220, 0.7],
"Map_White_Palace": [158, 170, 183, 0.7],
"Map_Abyss": [171, 173, 166, 0.7],
"Map_Hive": [218, 166, 127, 0.7],
"Map_Ismas_Grove": [101, 228, 182, 0.7],
"Map_Mantis_Village": [196, 174, 140, 0.7],
"Map_Queens_Station": [146, 160, 205, 0.7],
"Map_Soul_Sanctum": [138, 160, 213, 0.7],
"Map_Watchers_Spire": [168, 138, 204, 0.7],
"Room_Normal": [138, 176, 197, 0.5],
"Room_Current": [127, 233, 151, 0.5],
"Room_Adjacent": [168, 137, 205, 0.5],
"Room_Out_of_logic": [255, 115, 115, 0.5],
"Room_Selected": [251, 255, 0, 0.5],
"Room_Benchwarp_Selected": [220, 220 , 220, 1],
}