X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=rainbowstream%2Fcolorset%2Fdefault.json;h=134891d9f187429889262d24643f799aa8fd0d96;hp=e33f9dea38ad5d60e6353386edf975a39715ddc1;hb=fa6e062d577aaf246757ca266f241ce83db252ad;hpb=bf9e3f16d0d7907984aee0eafe3dd1bd21a1af5d diff --git a/rainbowstream/colorset/default.json b/rainbowstream/colorset/default.json index e33f9de..134891d 100644 --- a/rainbowstream/colorset/default.json +++ b/rainbowstream/colorset/default.json @@ -1,28 +1,32 @@ -// Default color config for rainbowstream -// Following 16 basic colors is supported: -// default -// black -// red -// green -// yellow -// blue -// magenta -// cyan -// grey -// light_red -// light_green -// light_yellow -// light_blue -// light_magenta -// light_cyan -// white - { + /* Color config + There are 16 basic colors supported : + * default + * black + * red + * green + * yellow + * blue + * magenta + * cyan + * grey + * light_red + * light_green + * light_yellow + * light_blue + * light_magenta + * light_cyan + * white + and 256 colors from term_0 to term_255 + */ + + "DECORATED_NAME" : "grey", + "CYCLE_COLOR" :["light_red","light_green","light_yellow","light_blue","light_magenta","light_cyan"], "TWEET" : { "nick" : "grey", "clock" : "grey", "id" : "grey", - "favourite" : "light_green", + "favorited" : "light_green", "rt" : "grey", "link" : "light_cyan", "keyword" : "on_light_yellow" @@ -50,5 +54,19 @@ "TREND" : { "url": "light_cyan" + }, + + "CAL" : { + "days": "grey", + "today": "on_grey" + }, + + "GROUP" : { + "name": "grey", + "member": "light_green", + "subscriber": "light_green", + "mode": "grey", + "description": "light_yellow", + "clock": "grey" } -} \ No newline at end of file +}