Skip to content

Commit f3fed12

Browse files
committed
Changed default settings
1 parent 37c081c commit f3fed12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ chrome.runtime.onInstalled.addListener(async details => {
116116
switch (details.reason) {
117117
case "install":
118118
browser.storage.local.set({ // Set basic settings
119-
background_color: "#007EF380",
119+
background_color: "#007EF333",
120120
color: "#007EF3FF",
121121
shadowActivated: false,
122122
shadowColor: "#007EF3FF",

0 commit comments

Comments
 (0)