From 94823b52168b44894fb5e9c960358ed02ebb122b Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 5 Jul 2026 22:35:21 -0400 Subject: feat: courses gui overhaul, add course tab to map, add hidden exits to give courses structure --- internal/config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/config') diff --git a/internal/config/config.go b/internal/config/config.go index 728c8a3..d67d7f3 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -76,6 +76,7 @@ func DefaultColors() ColorsConfig { "farm_disease": "C4", "map_at": "0F", "map_blocked": "C4", + "map_course": "1B", "safespot_alert": "C4 bold", } } -- cgit v1.2.3