Files
PhotonVision/photon-client/src/theme.js

9 lines
157 B
JavaScript
Raw Normal View History

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