added white & blue color schemes

This commit is contained in:
serkan 2018-12-25 03:48:18 +03:00
parent c5a253df23
commit 4ea54e6efa
1 changed files with 14 additions and 0 deletions

View File

@ -28,6 +28,20 @@ const options = {
two: ["#8cc665", "#d6e685"],
three: ["#44a340", "#8cc665"],
max: ["#1e6823", "#44a340"]
},
white: {
none: ["#000", "#000"],
one: ["#444", "#222"],
two: ["#777", "#444"],
three: ["#aaa", "#777"],
max: ["#eee", "#aaa"]
},
blue: {
none: ["#111", "#111"],
one: ["#0723b2", "#041469"],
two: ["#0244b2", "#0723b2"],
three: ["#006ec9", "#0244b2"],
max: ["#4baffc", "#006ec9"]
}
}
};