Joshua Shoemaker 6bf2d43f96 refact: context groups | feat: area detection
and a bunch of small things. hate yourself for this massive commit
2023-09-02 10:39:03 -05:00

8 lines
81 B
TypeScript

const colors = {
BRAND_PRIMARY: {
hex: '#dc8dec',
}
}
export { colors }