Removed personal changes (#4)
* save-load file to restore when not connected * added white & blue color schemes
This commit is contained in:
parent
36323c593f
commit
a0b53ef5c6
|
@ -29,13 +29,6 @@ const options = {
|
|||
three: ["#44a340", "#8cc665"],
|
||||
max: ["#1e6823", "#44a340"]
|
||||
},
|
||||
greenish: {
|
||||
none: ["#", "#"],
|
||||
one: ["#d6e685", "#"],
|
||||
two: ["#8cc665", "#"],
|
||||
three: ["#44a340", "#"],
|
||||
max: ["#1e6823", "#"]
|
||||
},
|
||||
white: {
|
||||
none: ["#000", "#000"],
|
||||
one: ["#444", "#222"],
|
||||
|
@ -44,7 +37,7 @@ const options = {
|
|||
max: ["#eee", "#aaa"]
|
||||
},
|
||||
blue: {
|
||||
none: ["#", "#"],
|
||||
none: ["#111", "#111"],
|
||||
one: ["#0723b2", "#041469"],
|
||||
two: ["#0244b2", "#0723b2"],
|
||||
three: ["#006ec9", "#0244b2"],
|
||||
|
|
Loading…
Reference in New Issue