feat: did a ton of work

This commit is contained in:
Nick 2024-11-26 04:32:11 -06:00
parent a220b0d9c1
commit 078bd0ac70
67 changed files with 358 additions and 192 deletions

View file

@ -16,6 +16,7 @@ type alias Theme =
, cardBackground : Color
, barGreen : Color
, barRed : Color
, transparent : Color
}
@ -30,4 +31,5 @@ colourTheme =
, cardBackground = rgb255 30 30 30
, barGreen = rgb255 0 102 0
, barRed = rgb255 102 0 0
, transparent = rgba 1 1 1 0
}