Files
kops-arm64/app/src/colors.js
Henning Jacobs 868ce15a01 sort labels
2016-12-23 20:43:34 +01:00

5 lines
107 B
JavaScript

const PRIMARY_COLOR = 0xaaaaff
const SECONDARY_COLOR = 0x222233
export { PRIMARY_COLOR, SECONDARY_COLOR }