Tel Updates

This commit is contained in:
2026-03-08 00:32:33 -05:00
parent b1b601304a
commit 7c2fcfef8d
4 changed files with 1154 additions and 137 deletions

View File

@@ -13,6 +13,7 @@ const (
colorYellow = "#FFD700"
colorOrange = "#FF8700"
colorCyan = "#00BFFF"
colorPurple = "#A855F7"
// Surfaces
colorSurface0 = "#1B1B2F"
@@ -256,6 +257,11 @@ var (
styleDry = lipgloss.NewStyle().
Foreground(lipgloss.Color(colorGreen))
// Purple for overall session best
stylePurple = lipgloss.NewStyle().
Foreground(lipgloss.Color(colorPurple)).
Bold(true)
)
// DefaultTableStyles returns a base style map for bubbles/table.