X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=theme.md;h=a679141f77acdf85de36d95838ee865cf56ef384;hp=e5ecbab1124b2845866bb9db36e760a7dc04c0f2;hb=d7d9c67c828cc917c2c0bb5f84a7f76efbb0ab93;hpb=ff1a4e5f3dd26866a109ae391db4a927d3462b8c diff --git a/theme.md b/theme.md index e5ecbab..a679141 100644 --- 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, @@ -134,7 +140,8 @@ 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. @@ -143,7 +150,12 @@ Color reference can be found at * `rt`: color for `RT` word in tweet's content. * `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__.