tested on MacOSX
[rainbowstream.git] / theme.md
index 1ad272f9c0a1c7d09f303bb4990c2cbb83c19546..a679141f77acdf85de36d95838ee865cf56ef384 100644 (file)
--- a/theme.md
+++ b/theme.md
@@ -37,6 +37,12 @@ Examples are available in
         "keyword"         : "on_light_green"
     },
 
+    "NOTIFICATION":{
+        "source_nick"   : 112,
+        "notify"        : 179,
+        "clock"         : 57
+    },
+
     "MESSAGE" : {
         "partner"       : 112,
         "me"            : 112,
@@ -146,6 +152,10 @@ Color reference can be found at
   * `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__.