36:96aec8cf1ae9
Anton Shestakov <av6@dwimlabs.net>, Tue, 22 Mar 2016 16:22:03 +0800
contacts: hash bare jid for fallback avatar background color

next change 41:260f3df482df
previous change 31:d0248d45562f

js/tram.js

Permissions: -rw-r--r--

Other formats: Feeds:
// Generated by CoffeeScript 1.10.0
(function() {
window.Tram = {
info: {
client: 'Tram IM',
version: '0.1'
},
config: {
host: location.host,
domain: location.hostname
},
colors: {
presence: {
online: '#5cb85c',
away: '#f0ad4e',
xa: '#d9534f',
unavailable: '#777',
"default": '#337ab7'
},
avatar: ['#f75782', '#d27b2b', '#a5902b', '#759d2b', '#2da46b', '#2fa196', '#319db4', '#4292f4', '#c16af4', '#f545cd']
}
};
}).call(this);
//# sourceMappingURL=tram.js.map