From 290915929840ae4e85585e6ff64a787db467b6af Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Mon, 18 Mar 2024 18:18:36 +0100 Subject: [PATCH] fix private overlay color in dark mode --- Main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.kt b/Main.kt index f8ddf3d..b51d2c7 100644 --- a/Main.kt +++ b/Main.kt @@ -52,7 +52,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"