mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
chore: push for isaac
This commit is contained in:
parent
a5151ef112
commit
45ca7a9718
62 changed files with 385 additions and 55 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue