[design] add black and white preset themes

This commit is contained in:
zombieFox 2020-01-13 08:06:48 +00:00
parent 77503c66f0
commit 884f0175f0

View File

@ -209,6 +209,82 @@ var theme = (function() {
radius: 0.25, radius: 0.25,
shadow: 1, shadow: 1,
style: "dark" style: "dark"
}, {
name: "Black",
font: {
display: {
name: "Sniglet",
weight: 400,
style: "normal"
},
ui: {
name: "Averia Sans Libre",
weight: 400,
style: "normal"
}
},
color: {
hsl: {
h: 0,
s: 0,
l: 50
},
rgb: {
r: 128,
g: 128,
b: 128
},
contrast: {
light: 5,
dark: 5
}
},
accent: {
r: 128,
g: 128,
b: 128
},
radius: 0.25,
shadow: 0.5,
style: "dark"
}, {
name: "White",
font: {
display: {
name: "Sniglet",
weight: 400,
style: "normal"
},
ui: {
name: "Averia Sans Libre",
weight: 400,
style: "normal"
}
},
color: {
hsl: {
h: 0,
s: 0,
l: 50
},
rgb: {
r: 128,
g: 128,
b: 128
},
contrast: {
light: 5,
dark: 5
}
},
accent: {
r: 128,
g: 128,
b: 128
},
radius: 0.25,
shadow: 0.5,
style: "light"
}, { }, {
name: "Midnight", name: "Midnight",
font: { font: {