mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-25 01:41:40 +00:00
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;
|