fix colours

This commit is contained in:
John Mertz 2024-08-16 22:39:19 -06:00
parent 6729114cc8
commit cc4fae36ce
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@ white = "#FEFEFE"
yellow = "#DFA43A"
[colors.normal]
black = "#76052D"
black = "#450325"
blue = "#8E0AD7"
cyan = "#09C784"
green = "#27D70A"
magenta = "#D70A53"
red = "#D7270A"
white = "#2B0211"
white = "#FBE6EE"
yellow = "#D78E0A"
[colors.primary]