mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
const theme = Object.freeze({
|
|
primary: "#006492",
|
|
secondary: "#39A4D5",
|
|
accent: "#FFD843",
|
|
background: "#232C37",
|
|
});
|
|
|
|
export default theme;
|