current_buffer in unicode wrapper
[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" : 103,
24 "CYCLE_COLOR" :[103,173,30,54,58,179,145],
25 "TWEET" : {
26 "nick" : 103,
27 "clock" : 58,
28 "id" : 173,
29 "favorited" : 54,
30 "rt" : 145,
31 "link" : 30,
32 "hashtag" : 103,
33 "keyword" : "on_light_blue"
34 },
35
36 "MESSAGE" : {
37 "sender" : 103,
38 "recipient" : 103,
39 "to" : 54,
40 "clock" : 58,
41 "id" : 173
42 },
43
44 "PROFILE" : {
45 "statuses_count" : 173,
46 "friends_count" : 30,
47 "followers_count" : 179,
48 "nick" : 103,
49 "profile_image_url" : 30,
50 "description" : 58,
51 "location" : 54,
52 "url" : 30,
53 "clock" : 58
54 },
55
56 "TREND" : {
57 "url": 30
58 },
59
60 "CAL" : {
61 "days": 103,
62 "today": "on_light_blue"
63 },
64
65 "GROUP" : {
66 "name": 103,
67 "member": 179,
68 "subscriber": 30,
69 "mode": 54,
70 "description": 58,
71 "clock": 173
72 }
73 }