Skip to content

Commit

Permalink
make color work for dark mode too
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed May 8, 2024
1 parent 93e2b22 commit 540936d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ val Team11 = Color(0xff655555)
val White = Color(0xffffffff)

val GrassGreen = Color(0xff80b158)
val GrassGray = Color(0xffb1b1b1)
val GrassGray = Color(0xff888888)
val LeafGreen = Color(0xff006a00)

val LightColors = lightColors(
Expand Down

0 comments on commit 540936d

Please sign in to comment.