File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ var bookmarks = (function(){
6868name : "Amazon" ,
6969url : "https://www.amazon.co.uk/" ,
7070accent : {
71- override : true ,
71+ override : false ,
7272color : {
73- r : 255 ,
74- g : 168 ,
75- b : 0
73+ r : null ,
74+ g : null ,
75+ b : null
7676}
7777} ,
7878timeStamp : 1546453107633
@@ -144,11 +144,11 @@ var bookmarks = (function(){
144144name : "Reddit" ,
145145url : "https://www.reddit.com/" ,
146146accent : {
147- override : true ,
147+ override : false ,
148148color : {
149- r : 255 ,
150- g : 69 ,
151- b : 0
149+ r : null ,
150+ g : null ,
151+ b : null
152152}
153153} ,
154154timeStamp : 1546453111491
Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ var state = (function(){
185185accent : {
186186current : {
187187r : 0 ,
188- g : 130 ,
189- b : 250 ,
188+ g : 80 ,
189+ b : 255
190190} ,
191191random : {
192192active : false ,
You can’t perform that action at this time.
0 commit comments