1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"data":{
"colors":{
"c_principal":"#1D1D1D",
"c_background":"#1D1D1D",
"c_ct_background":"#080808",
"c_ct_background2":"#080808",
"c_ct_text":"#F5F5F5",
"c_cw_background":"#3F51B5",
"c_cw_text":"#FFFFFF",
"c_links":"#52B2FF",
"c_ml_background":"#1D1D1D",
"c_ml_icons":"#D9D9D9",
"c_ntfBubble_color":"#7986CB",
"c_ntf_background":"#673AB7",
"c_ntf_text":"#FFFFFF",
"c_scrollbar":"#828282",
"c_tw_background":"#111111",
"c_tw_text":"#F5F5F5",
"ct_backgroundType":"solid",
"mode":"advanced"
}
}
}
|