improve search query
[rainbowstream.git] / rainbowstream / colorset / solarized.json
CommitLineData
e504d4f4
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
e504d4f4
O
21 */
22
fa6e062d
O
23 "DECORATED_NAME" : 64,
24 "CYCLE_COLOR" :[124,32,64,66,130,23],
e504d4f4 25 "TWEET" : {
571ea706 26 "mynick" : 66,
318cdd67
O
27 "nick" : 64,
28 "clock" : 32,
67c663f8 29 "id" : 130,
318cdd67 30 "favorited" : 64,
67c663f8
O
31 "retweet_count" : 64,
32 "favorite_count" : 124,
318cdd67
O
33 "rt" : 66,
34 "link" : 23,
35 "hashtag" : 64,
37cf396a 36 "mytweet" : 66,
318cdd67 37 "keyword" : "on_light_green"
e504d4f4
O
38 },
39
40 "MESSAGE" : {
03c0d30b 41 "partner" : 64,
42 "me" : 64,
bcb5518e 43 "partner_frame" : 124,
ff1a4e5f 44 "me_frame" : 23,
03c0d30b 45 "sender" : 64,
46 "recipient" : 64,
47 "to" : 130,
48 "clock" : 32,
49 "id" : 124
e504d4f4
O
50 },
51
52 "PROFILE" : {
fa6e062d
O
53 "statuses_count" : 124,
54 "friends_count" : 32,
55 "followers_count" : 130,
56 "nick" : 64,
57 "profile_image_url" : 23,
58 "description" : 66,
59 "location" : 64,
60 "url" : 23,
61 "clock" : 32
e504d4f4
O
62 },
63
64 "TREND" : {
fa6e062d 65 "url": 23
2a0cabee
O
66 },
67
68 "CAL" : {
fa6e062d 69 "days": 64,
e43ebfa6 70 "today": "light_green"
2d341029
O
71 },
72
73 "GROUP" : {
fa6e062d
O
74 "name": 64,
75 "member": 130,
76 "subscriber": 32,
77 "mode": 164,
78 "description": 66,
79 "clock": 32
e504d4f4 80 }
1a0ac1b8 81}