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/player/account.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/player/account.go') diff --git a/internal/player/account.go b/internal/player/account.go index 679c5bc..36fab43 100644 --- a/internal/player/account.go +++ b/internal/player/account.go @@ -5,4 +5,5 @@ type Account struct { PasswordHash string `yaml:"password_hash"` Characters []string `yaml:"characters"` Aliases map[string]string `yaml:"aliases"` + Colors map[string]string `yaml:"colors"` } -- cgit v1.2.3