Files
PhotonVision/photon-client/src/theme.js
2021-11-21 20:22:56 -05:00

9 lines
157 B
JavaScript

const theme = Object.freeze({
primary: "#006492",
secondary: "#39A4D5",
accent: "#FFD843",
background: "#232C37",
});
export default theme;