f48bdb7366c4080137b2bce3316dbce1edebab29
[rainbowstream.git] / rainbowstream / colorset / tomorrow_night.json
1 {
2 /* Color config
3 There are 16 basic colors supported :
4 * default
5 * black
6 * red
7 * green
8 * yellow
9 * blue
10 * magenta
11 * cyan
12 * grey
13 * light_red
14 * light_green
15 * light_yellow
16 * light_blue
17 * light_magenta
18 * light_cyan
19 * white
20 and 256 terminal's colors from 0 to 255
21 */
22
23 "DECORATED_NAME" : 67,
24 "CYCLE_COLOR" :[67,166,30,97,58,179,145],
25 "TWEET" : {
26 "mynick" : 145,
27 "nick" : 67,
28 "clock" : 58,
29 "id" : 58,
30 "favorited" : 97,
31 "retweet_count" : 97,
32 "favorite_count" : 166,
33 "rt" : 145,
34 "link" : 30,
35 "hashtag" : 67,
36 "mytweet" : 145,
37 "keyword" : "on_light_blue"
38 },
39
40 "NOTIFICATION":{
41 "source_nick" : 67,
42 "notify" : 145,
43 "clock" : 58
44 },
45
46 "MESSAGE" : {
47 "partner" : 67,
48 "me" : 67,
49 "partner_frame" : 166,
50 "me_frame" : 30,
51 "sender" : 67,
52 "recipient" : 67,
53 "to" : 97,
54 "clock" : 58,
55 "id" : 166
56 },
57
58 "PROFILE" : {
59 "statuses_count" : 166,
60 "friends_count" : 30,
61 "followers_count" : 179,
62 "nick" : 67,
63 "profile_image_url" : 30,
64 "description" : 58,
65 "location" : 97,
66 "url" : 30,
67 "clock" : 58
68 },
69
70 "TREND" : {
71 "url": 30
72 },
73
74 "CAL" : {
75 "days": 67,
76 "today": "on_light_blue"
77 },
78
79 "GROUP" : {
80 "name": 67,
81 "member": 179,
82 "subscriber": 30,
83 "mode": 97,
84 "description": 58,
85 "clock": 166
86 }
87 }