change defaults, make foreground colour user-selectable
[newtab.git] / bg.js
diff --git a/bg.js b/bg.js
index 72d59b4183e6c9a9f920e9f9ac71198fd9ed1d4c..73ee509c8ea30af1c2fcd59a4662c4c5f750b0f4 100644 (file)
--- a/bg.js
+++ b/bg.js
@@ -1,5 +1,5 @@
 document.addEventListener("DOMContentLoaded", function() {
-       chrome.storage.sync.get({"bgvalue": "#222222"}, bgCallback);
+       chrome.storage.sync.get({"bgvalue": "#2E3440"}, bgCallback);
 });
 var bgCallback = function(list) {
 var color = list["bgvalue"];