From 43f21aabae8924f35c12c8485e690aeefe0089fb Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 16 Jun 2026 01:59:27 -0400 Subject: feat: overhauled ansi color, added prompt options --- internal/object/item.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/object/item.go') diff --git a/internal/object/item.go b/internal/object/item.go index f4e2f8b..ecdb1e9 100644 --- a/internal/object/item.go +++ b/internal/object/item.go @@ -33,6 +33,7 @@ const ( type ItemDef struct { ID string `yaml:"id"` Name string `yaml:"name"` + Color string `yaml:"color"` Aliases []string `yaml:"aliases"` Description string `yaml:"description"` Value int `yaml:"value"` -- cgit v1.2.3