tweetcast/client/config.js
author Raphael Velt <raph.velt@gmail.com>
Fri, 10 Feb 2012 16:32:13 +0100
changeset 496 e307f08f59c5
parent 410 bf5cf5a9e737
permissions -rw-r--r--
Added tag V01.30 for changeset 7453030fd06f

var tracking_keywords = [ "#rsln" ],
    annotations = {
        "default" : {
            "colors" : {
                "tweet" : "#ffffff",
                "timeline" : "#585858",
                "h" : 0,
                "s" : 0
            }
        },
        "positive" : {
            "display_name" : "++",
            "keywords" : [ /\+\+/ ],
            "colors" : {
                "tweet" : "#c5e7cd",
                "timeline" : "#1D973D",
                "h" : .3,
                "s" : .65
            }
        },
        "negative" : {
            "display_name" : "--",
            "keywords" : [ /\-\-/ ],
            "colors" : {
                "tweet" : "#f6ced0",
                "timeline" : "#CE0A15",
                "h" : 0,
                "s" : .8
            }
        },
        "reference" : {
            "display_name" : "==",
            "keywords" : [ /\=\=/ ],
            "colors" : {
                "tweet" : "#ecedc1",
                "timeline" : "#C5A62D",
                "h" : .16,
                "s" : .8
            }
        },
        "question" : {
            "display_name" : "??",
            "keywords" : [ /\?\?/ ],
            "colors" : {
                "tweet" : "#bfdbec",
                "timeline" : "#036AAE",
                "h" : .6,
                "s" : .8
            }
        }
    }