X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=theme.md;h=4f1a6035f8cbafc95c731784ec3484b50be6b0e2;hp=6e27d090e27758df0fd6a6a08dcf7f025db15238;hb=4efb38a4b5c7340a07a3e2d31f64a246b644fe40;hpb=37cf396abd4e6bd3e0337d0e0125308d3df89a19 diff --git a/theme.md b/theme.md index 6e27d09..4f1a603 100644 --- a/theme.md +++ b/theme.md @@ -25,23 +25,32 @@ Examples are available in "DECORATED_NAME" : 198, "CYCLE_COLOR" :[198,57,166,50,179,74,112], "TWEET" : { + "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" : { "partner" : 112, "me" : 112, - "me_frame" : 74, "partner_frame" : 198, + "me_frame" : 74, "sender" : 112, "recipient" : 112, "to" : 50, @@ -134,9 +143,11 @@ 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. + * `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. @@ -145,6 +156,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__.