diff options
Diffstat (limited to 'js/background.js')
-rw-r--r-- | js/background.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/background.js b/js/background.js index 89118d0..30bd6e0 100644 --- a/js/background.js +++ b/js/background.js @@ -210,7 +210,7 @@ function updateIcon() { if (obj.disabled) { chrome.browserAction.setBadgeText({text: 'off'}); - chrome.browserAction.setBadgeBackgroundColor({color: 'red'}); + chrome.browserAction.setBadgeBackgroundColor({color: '#fc5953'}); if (chrome.browserAction.setBadgeTextColor) { //Not supported in Chrome chrome.browserAction.setBadgeTextColor({color: '#fafafa'}); } |