Files
PhotonVision/photon-client/src/theme.js
Declan Freeman-Gleason 8b46ad1cab UI Redesign (#22)
* Rework UI into a new, responsive layout

* Send two streams (only one is currently downscaled)
2020-07-13 19:34:31 -07:00

8 lines
156 B
JavaScript

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