add color for my nick and fix https open bug
[rainbowstream.git] / rainbowstream / colorset / tomorrow_night.json
CommitLineData
cb491569
O
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
fa6e062d 20 and 256 terminal's colors from 0 to 255
cb491569
O
21 */
22
03b84f25
O
23 "DECORATED_NAME" : 67,
24 "CYCLE_COLOR" :[67,166,30,97,58,179,145],
cb491569 25 "TWEET" : {
571ea706 26 "mynick" : 145,
03b84f25 27 "nick" : 67,
318cdd67 28 "clock" : 58,
67c663f8 29 "id" : 58,
03b84f25 30 "favorited" : 97,
67c663f8
O
31 "retweet_count" : 97,
32 "favorite_count" : 166,
318cdd67
O
33 "rt" : 145,
34 "link" : 30,
03b84f25 35 "hashtag" : 67,
37cf396a 36 "mytweet" : 145,
318cdd67 37 "keyword" : "on_light_blue"
cb491569
O
38 },
39
40 "MESSAGE" : {
03c0d30b 41 "partner" : 67,
42 "me" : 67,
bcb5518e 43 "partner_frame" : 166,
ff1a4e5f 44 "me_frame" : 30,
03c0d30b 45 "sender" : 67,
46 "recipient" : 67,
47 "to" : 97,
48 "clock" : 58,
49 "id" : 166
cb491569
O
50 },
51
52 "PROFILE" : {
03b84f25 53 "statuses_count" : 166,
fa6e062d
O
54 "friends_count" : 30,
55 "followers_count" : 179,
03b84f25 56 "nick" : 67,
fa6e062d
O
57 "profile_image_url" : 30,
58 "description" : 58,
03b84f25 59 "location" : 97,
fa6e062d
O
60 "url" : 30,
61 "clock" : 58
cb491569
O
62 },
63
64 "TREND" : {
fa6e062d 65 "url": 30
cb491569
O
66 },
67
68 "CAL" : {
03b84f25 69 "days": 67,
cb491569 70 "today": "on_light_blue"
2d341029
O
71 },
72
73 "GROUP" : {
03b84f25 74 "name": 67,
fa6e062d
O
75 "member": 179,
76 "subscriber": 30,
03b84f25 77 "mode": 97,
fa6e062d 78 "description": 58,
03b84f25 79 "clock": 166
cb491569
O
80 }
81}