We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2aa2218 + 308e193 commit 9158eb1Copy full SHA for 9158eb1
app/public/js/main.js
@@ -15,13 +15,13 @@ var scale_factor = 6,
15
max_life = 20000;
16
17
var svg_background_color_online = '#0288D1',
18
- svg_background_color_offline = '#E91E63'
+ svg_background_color_offline = '#E91E63',
19
svg_text_color = '#FFFFFF',
20
newuser_box_color = 'rgb(41, 128, 185)',
21
push_color = 'rgb(155, 89, 182)',
22
issue_color = 'rgb(46, 204, 113)',
23
pull_request_color = 'rgb(46, 204, 113)',
24
- comment_color = 'rgb(46, 204, 113)'
+ comment_color = 'rgb(46, 204, 113)',
25
edit_color = '#fff',
26
total_sounds = 51;
27
0 commit comments