fix(tui): better message rendering performance
publish / publish (push) Has been cancelled

This commit is contained in:
adamdottv
2025-07-01 07:57:31 -05:00
parent 89fcd16d9c
commit 01f00e1c5e
5 changed files with 63 additions and 83 deletions
+4
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