Bumped version 1.5.2
[rainbowstream.git] / theme.md
index 5d37d351b7ecdf7cd3ddd3b7b485b5cb77cfc487..4f1a6035f8cbafc95c731784ec3484b50be6b0e2 100644 (file)
--- a/theme.md
+++ b/theme.md
@@ -1,6 +1,4 @@
 ## Available themes
-#### Default
-![Default](./screenshot/themes/Default.png)
 #### Monokai
 ![Monokai](./screenshot/themes/Monokai.png)
 #### Solarized
@@ -27,21 +25,37 @@ Examples are available in
     "DECORATED_NAME" : 198,
     "CYCLE_COLOR" :[198,57,166,50,179,74,112],
     "TWEET" : {
-        "nick"      : 112,
-        "clock"     : 57,
-        "id"        : 166,
-        "favourite" : 50,
-        "rt"        : 179,
-        "link"      : 74,
-        "keyword"   : "on_light_green"
+        "mynick"          : 179,
+        "nick"            : 112,
+        "clock"           : 57,
+        "id"              : 166,
+        "client"          : 74,
+        "favorited"       : 50,
+        "retweet_count"   : 50,
+        "favorite_count"  : 198,
+        "rt"              : 179,
+        "link"            : 74,
+        "hashtag"         : 198,
+        "mytweet"         : 179,
+        "keyword"         : "on_light_green"
+    },
+
+    "NOTIFICATION":{
+        "source_nick"   : 112,
+        "notify"        : 179,
+        "clock"         : 57
     },
 
     "MESSAGE" : {
-        "sender"    : 112,
-        "recipient" : 112,
-        "to"        : 50,
-        "clock"     : 57,
-        "id"        : 166
+        "partner"       : 112,
+        "me"            : 112,
+        "partner_frame" : 198,
+        "me_frame"      : 74,
+        "sender"        : 112,
+        "recipient"     : 112,
+        "to"            : 50,
+        "clock"         : 57,
+        "id"            : 166
     },
 
     "PROFILE" : {
@@ -63,6 +77,15 @@ Examples are available in
     "CAL" : {
         "days": 57,
         "today": "on_light_blue"
+    },
+
+    "GROUP" : {
+        "name": 112,
+        "member": 57,
+        "subscriber": 198,
+        "mode": 112,
+        "description": 166,
+        "clock": 57
     }
 }
 ```
@@ -120,19 +143,33 @@ Color reference can be found at
   * Color selection is cycle through this list but with _memoization_.
   * It's means that same names will appear in same colors.
 * `TWEET`: colors of parts in a tweet's ouput.
-  * `nick` : color for Twitter __username__.
+  * `mynick` : color for your Twitter __username__.
+  * `nick` : color for other Twitter __username__.
   * `clock`: color for time of tweet.
-  * `id`: color for tweet's id
-  * `favorite`: color for the star symbol when a tweet is favorited by you
+  * `id`: color for tweet's id.
+  * `client`: color for used Twitter client.
+  * `favorite`: color for the star symbol when a tweet is favorited by you.
+  * `retweet_count`: color for retweets count.
+  * `favorite_count`: color for favorites count.
   * `rt`: color for `RT` word in tweet's content.
-  * `link`: color for an url
-  * `keyword`: color for highlighted keyword (in tweets search)
+  * `link`: color for an url.
+  * `hashtag`: color for a hashtag.
+  * `mytweet`: color for tweet's text from yourself.
+  * `keyword`: color for highlighted keyword (in tweets search).
+* `NOTIFICATION`: colors of notification events.
+  * `source_nick`: color for user's __username__.
+  * `notify`: color for notification message.
+  * `clock`: color for time of notification event.
 * `MESSAGE`: colors of parts in message's output.
+  * `partner`: color for __partner__.
+  * `me`: color for __authenticated user__.
+  * `partner_frame`: color for __partner's frame__.
+  * `me_frame`: color for __authenticated user's frame__.
   * `sender`: color for sender's __username__.
   * `recipient`: color for recipient's __username__.
   * `to`: color for the `>>>` symbol.
   * `clock`: color for time of message.
-  * `id`: color for message's id
+  * `id`: color for message's id.
 * `PROFILE`: colors for parts in profile's ouput.
   * `statuses_count`: color for statuses count.
   * `friends_count`: color for friends count.
@@ -146,15 +183,21 @@ Color reference can be found at
 * `TREND`: colors for trend's output:
   * `url`: color for trend's url.
 * `CAL`: colors for calendar's output:
-  * `days`: color for days in current month
+  * `days`: color for days in current month.
   * `today`: color for today.
+* `GROUP`: colors for twitter list output:
+  * `name`: color for twitter list's name.
+  * `member`: color member count.
+  * `subscriber`: color subscriber count.
+  * `mode`: color twitter list's mode.
+  * `description`: color twitter list's description.
+  * `clock`: color twitter list's created time.
 
 ### Theme usage
 While entered Rainbow Stream:
 * `theme` and hit ENTER to see which is available.
 * `theme` + TAB twice will show themes list instantly.
 * `theme monokai` will apply `monokai` theme immediately. You can use TAB key for theme's name autocompletion.
-* `theme current_as_default` will set current theme as next time's default.
 
 ### Theme contribution
 I appreciate any contribution for themes for this app.