remove default theme, add retweet count and favorites count
[rainbowstream.git] / rainbowstream / colorset / default.json
diff --git a/rainbowstream/colorset/default.json b/rainbowstream/colorset/default.json
deleted file mode 100644 (file)
index cfa251c..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-{
-    /* 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",
-        "favorited" : "light_green",
-        "rt"        : "grey",
-        "link"      : "light_cyan",
-        "hashtag"   : "grey",
-        "keyword"   : "on_light_yellow"
-    },
-
-    "MESSAGE" : {
-        "sender"    : "grey",
-        "recipient" : "grey",
-        "to"        : "light_magenta",
-        "clock"     : "grey",
-        "id"        : "grey"
-    },
-
-    "PROFILE" : {
-        "statuses_count"    : "light_green",
-        "friends_count"     : "light_green",
-        "followers_count"   : "light_green",
-        "nick"              : "grey",
-        "profile_image_url" : "light_cyan",
-        "description"       : "light_yellow",
-        "location"          : "light_magenta",
-        "url"               : "light_cyan",
-        "clock"             : "white"
-    },
-
-    "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"
-    }
-}