From 6ef8dceae90d322f9576e533440bc1ec5a3e6547 Mon Sep 17 00:00:00 2001 From: Ota Date: Mon, 7 Oct 2024 14:20:19 +0200 Subject: [PATCH] feat: modif color blue in green --- styles/bright.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles/bright.json b/styles/bright.json index ca5df48..ab619b0 100644 --- a/styles/bright.json +++ b/styles/bright.json @@ -7,16 +7,16 @@ "@building": "#99b", "@housenum_label": "#88a", - "@country_label_1": "#ff0", - "@country_label_2": "#ff0", - "@country_label_3": "#ff0", - "@country_label_4": "#ff0", + "@country_label_1": "#00ff2f", + "@country_label_2": "#00ff2f", + "@country_label_3": "#00ff2f", + "@country_label_4": "#00ff2f", "@admin_level_2": "#fff", "@admin_level_3": "#aac", "@admin_level_4": "#777", - "@poi_label_1": "#ff0", + "@poi_label_1": "#00ff2f", "@poi_label_2": "#ee0", "@poi_label_3": "#cc0", "@poi_label_4": "#aa0",