mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-22 01:11:40 +00:00
* Rework UI into a new, responsive layout * Send two streams (only one is currently downscaled)
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
const theme = Object.freeze({
|
|
primary: "#006492",
|
|
secondary: "#39A4D5",
|
|
accent: "#FFD843",
|
|
background: "#232C37",
|
|
});
|
|
|
|
export default theme; |