refactor: NewTable for consistent CLI table rendering, style images for ls,ps

This commit is contained in:
Pasha Sviderski
2026-03-30 14:08:50 +10:00
parent 9aee75ba28
commit e22cdf0b18
6 changed files with 35 additions and 41 deletions
+2
View File
@@ -6,6 +6,8 @@ import (
)
var (
NoStyle = lipgloss.NewStyle()
Faint = lipgloss.NewStyle().Faint(true)
Red = lipgloss.NewStyle().Foreground(lipgloss.Red)
Green = lipgloss.NewStyle().Foreground(lipgloss.Green)