From 673c187c64197167b9f7178f311b5832e5be7ff4 Mon Sep 17 00:00:00 2001 From: Joost Date: Sat, 5 Jun 2021 14:04:13 +0200 Subject: [PATCH] TIL how to make green transparent --- assets/themes/aed/aed_brugge.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/themes/aed/aed_brugge.json b/assets/themes/aed/aed_brugge.json index 71860f7e8..1e0a8c536 100644 --- a/assets/themes/aed/aed_brugge.json +++ b/assets/themes/aed/aed_brugge.json @@ -35,7 +35,7 @@ "mappings": [ { "if": "_has_closeby_feature=yes", - "then": "circle:green" + "then": "circle:008000aa" } ] }, @@ -47,4 +47,4 @@ ], "hideFromOverview": true, "defaultBackgroundId": "HDM_HOT" -} \ No newline at end of file +}