fix(tui): better message rendering performance

This commit is contained in:
adamdottv
2025-07-01 07:57:31 -05:00
parent d56991006c
commit 33b5fe236a
5 changed files with 63 additions and 83 deletions

View File

@@ -27,6 +27,10 @@ func NewSystemTheme(terminalBg color.Color, isDark bool) *SystemTheme {
return theme
}
func (t *SystemTheme) Name() string {
return "system"
}
// initializeColors sets up all theme colors
func (t *SystemTheme) initializeColors() {
// Generate gray scale based on terminal background