summaryrefslogtreecommitdiff
path: root/internal/atable
diff options
context:
space:
mode:
authorPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-20 22:11:52 +0300
committerPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-20 22:11:52 +0300
commit30b5b6287b3c183f15cd92de6a46db097c05f45a (patch)
tree455472c249a5ead31743f5fc57cdb864c4d63711 /internal/atable
parentd4bf9ac060c6d64f00a06e7a54f01c61091131b5 (diff)
Remove fireworks and reset default colors
Diffstat (limited to 'internal/atable')
-rw-r--r--internal/atable/table.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/internal/atable/table.go b/internal/atable/table.go
index 615666b..d6ea99d 100644
--- a/internal/atable/table.go
+++ b/internal/atable/table.go
@@ -128,10 +128,7 @@ func DefaultStyles() Styles {
return Styles{
Selected: lipgloss.NewStyle().Bold(true).Foreground(lipgloss.Color("212")),
Header: lipgloss.NewStyle().Bold(true).Padding(0, 1),
- Cell: lipgloss.NewStyle().
- Padding(0, 1).
- Foreground(lipgloss.Color("226")).
- Background(lipgloss.Color("21")),
+ Cell: lipgloss.NewStyle().Padding(0, 1),
}
}