🌈 Color Schemes

This commit is contained in:
ful1e5 2020-08-22 09:56:53 +05:30
parent 9cdc8eea00
commit dda6cd6d14

View file

@ -23,18 +23,12 @@ const white = "#FFFFFF";
const colorSchemes: ColorSchema = {
Ice: {
base: black,
outline: white,
watch: {
background: white
}
base: white,
outline: black
},
Classic: {
base: black,
outline: white,
watch: {
background: black
}
outline: white
}
};