🧹 cleanup

This commit is contained in:
ful1e5 2020-09-27 16:34:19 +05:30
parent 2e4981d161
commit c957fbf177

View file

@ -1,15 +0,0 @@
import path from "path";
import { Colors } from "../types";
export const outPaths = {
schemes: path.resolve("schemes"),
bitmaps: path.resolve("bitmaps")
};
export const keyColors: Colors = {
watch: {
background: "#FF0000"
},
base: "#00FF00",
outline: "#0000FF"
};