diff --git a/messaging.js b/messaging.js index a11058e5..6ddf3982 100644 --- a/messaging.js +++ b/messaging.js @@ -60,7 +60,7 @@ function updateIcon(tab, styles) { if (!chrome.runtime.lastError) { var t = prefs.get("show-badge") && styles.length ? ("" + styles.length) : ""; chrome.browserAction.setBadgeText({text: t, tabId: tab.id}); - chrome.browserAction.setBadgeBackgroundColor({color: disableAll ? "#aaa" : '#6e6e6e'}); + chrome.browserAction.setBadgeBackgroundColor({color: disableAll ? "#aaa" : '#006666'}); } }); //console.log("Tab " + tab.id + " (" + tab.url + ") badge text set to '" + t + "'.");