chore: push for isaac

This commit is contained in:
Nick 2024-11-25 18:50:12 -06:00
parent a5151ef112
commit 45ca7a9718
62 changed files with 385 additions and 55 deletions

View file

@ -13,7 +13,9 @@ type alias Theme =
, highlightTextHover : Color
, backgroundColour : Color
, debugColour : Color
, darker : Color
, cardBackground : Color
, barGreen : Color
, barRed : Color
}
@ -25,5 +27,7 @@ colourTheme =
, highlightTextHover = rgb255 120 60 0
, backgroundColour = rgb255 40 40 40
, debugColour = rgb255 227 28 121
, darker = rgb255 30 30 30
, cardBackground = rgb255 30 30 30
, barGreen = rgb255 0 102 0
, barRed = rgb255 102 0 0
}