🚀 Key value arranged according to RGB

This commit is contained in:
ful1e5 2020-09-27 12:45:53 +05:30
parent ac296df1d7
commit b004279cba

View file

@ -7,9 +7,9 @@ export const outPaths = {
}; };
export const keyColors: Colors = { export const keyColors: Colors = {
base: "#00FF00",
outline: "#0000FF",
watch: { watch: {
background: "#FF0000" background: "#FF0000"
} },
base: "#00FF00",
outline: "#0000FF"
}; };