generate config file by default
[rainbowstream.git] / rainbowstream / colorset / default.json
index 4e3e36a59ea09429431714eedeffde2f7c23297b..134891d9f187429889262d24643f799aa8fd0d96 100644 (file)
@@ -1,33 +1,35 @@
-/*
-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",
+        "keyword"   : "on_light_yellow"
     },
 
     "MESSAGE" : {
@@ -35,7 +37,7 @@ Following 16 basic colors is supported:
         "recipient" : "grey",
         "to"        : "light_magenta",
         "clock"     : "grey",
-        "id"        : "grey",
+        "id"        : "grey"
     },
 
     "PROFILE" : {
@@ -47,11 +49,24 @@ Following 16 basic colors is supported:
         "description"       : "light_yellow",
         "location"          : "light_magenta",
         "url"               : "light_cyan",
-        "clock"             : "white",
+        "clock"             : "white"
     },
 
     "TREND" : {
-        "url": "light_cyan",
-    }
+        "url": "light_cyan"
+    },
+
+    "CAL" : {
+        "days": "grey",
+        "today": "on_grey"
+    },
 
-}
\ No newline at end of file
+    "GROUP" : {
+        "name": "grey",
+        "member": "light_green",
+        "subscriber": "light_green",
+        "mode": "grey",
+        "description": "light_yellow",
+        "clock": "grey"
+    }
+}