Skip to content

Commit

Permalink
fix private overlay color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Mar 18, 2024
1 parent a6d1763 commit 65d106d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ val themeNight = Colors(
textOutline = "#2e2e48",
textWater = "#2e2e48",
textWaterOutline = "#ccf",
privateOverlay = "#f3dacd",
privateOverlay = "#3d364e",
hillshadeLight = "hsl(240, 30%, 50%)",
hillshadeShadow = "hsl(240, 80%, 0%)",
onewayArrow = "#ccf"
Expand Down

0 comments on commit 65d106d

Please sign in to comment.