Skip to content

Commit 34a5820

Browse files
committed
[design] change default state
1 parent a145f66 commit 34a5820

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

‎js/bookmarks.js‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ var bookmarks = (function(){
6868
name: "Amazon",
6969
url: "https://www.amazon.co.uk/",
7070
accent: {
71-
override: true,
71+
override: false,
7272
color: {
73-
r: 255,
74-
g: 168,
75-
b: 0
73+
r: null,
74+
g: null,
75+
b: null
7676
}
7777
},
7878
timeStamp: 1546453107633
@@ -144,11 +144,11 @@ var bookmarks = (function(){
144144
name: "Reddit",
145145
url: "https://www.reddit.com/",
146146
accent: {
147-
override: true,
147+
override: false,
148148
color: {
149-
r: 255,
150-
g: 69,
151-
b: 0
149+
r: null,
150+
g: null,
151+
b: null
152152
}
153153
},
154154
timeStamp: 1546453111491

‎js/state.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ var state = (function(){
185185
accent: {
186186
current: {
187187
r: 0,
188-
g: 130,
189-
b: 250,
188+
g: 80,
189+
b: 255
190190
},
191191
random: {
192192
active: false,

0 commit comments

Comments
(0)