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.
1 parent 37c081c commit f3fed12Copy full SHA for f3fed12
background.js
@@ -116,7 +116,7 @@ chrome.runtime.onInstalled.addListener(async details => {
116
switch (details.reason) {
117
case "install":
118
browser.storage.local.set({ // Set basic settings
119
- background_color: "#007EF380",
+ background_color: "#007EF333",
120
color: "#007EF3FF",
121
shadowActivated: false,
122
shadowColor: "#007EF3FF",
0 commit comments