From 2b5d8f595f96a2864899f4c7e28bc06fa52d2603 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 18 Jul 2026 04:44:50 -0400 Subject: feat: expose all colors in config.yaml for easier theming --- cmd/thoi/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/thoi/main.go b/cmd/thoi/main.go index 27b32f4..929a83d 100644 --- a/cmd/thoi/main.go +++ b/cmd/thoi/main.go @@ -41,7 +41,7 @@ func main() { behavior.ShopDefaultRestock = cfg.GameConstants.ShopDefaultRestock } - g := game.New(dataDir, &cfg.DefaultColors, cfg.StartupValidation, cfg.StartingRoom) + g := game.New(dataDir, &cfg.DefaultColors, &cfg.ConstantColors, cfg.StartupValidation, cfg.StartingRoom) g.Ticks.Start(cfg.TickLength) defer g.Ticks.Stop() -- cgit v1.2.3