From a6a34307d8d5151fec865b8f2ca17f6f72f3cf95 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Fri, 3 Feb 2017 09:02:37 -0500 Subject: [PATCH] Add files via upload --- messaging.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + "'.");