mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-02-17 02:30:48 +01:00
[design] change default state
This commit is contained in:
parent
a145f66110
commit
34a5820012
@ -68,11 +68,11 @@ var bookmarks = (function() {
|
||||
name: "Amazon",
|
||||
url: "https://www.amazon.co.uk/",
|
||||
accent: {
|
||||
override: true,
|
||||
override: false,
|
||||
color: {
|
||||
r: 255,
|
||||
g: 168,
|
||||
b: 0
|
||||
r: null,
|
||||
g: null,
|
||||
b: null
|
||||
}
|
||||
},
|
||||
timeStamp: 1546453107633
|
||||
@ -144,11 +144,11 @@ var bookmarks = (function() {
|
||||
name: "Reddit",
|
||||
url: "https://www.reddit.com/",
|
||||
accent: {
|
||||
override: true,
|
||||
override: false,
|
||||
color: {
|
||||
r: 255,
|
||||
g: 69,
|
||||
b: 0
|
||||
r: null,
|
||||
g: null,
|
||||
b: null
|
||||
}
|
||||
},
|
||||
timeStamp: 1546453111491
|
||||
|
@ -185,8 +185,8 @@ var state = (function() {
|
||||
accent: {
|
||||
current: {
|
||||
r: 0,
|
||||
g: 130,
|
||||
b: 250,
|
||||
g: 80,
|
||||
b: 255
|
||||
},
|
||||
random: {
|
||||
active: false,
|
||||
|
Loading…
Reference in New Issue
Block a user