summaryrefslogtreecommitdiff
path: root/internal/app/style.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-24 20:14:45 +0300
committerPaul Buetow <paul@buetow.org>2025-10-24 20:14:45 +0300
commitd52cb9a8c3dedc2a5395f181981805f582d5a772 (patch)
tree917f3f9622e4c459978810b4dd99071332dad85c /internal/app/style.go
parenta78ecb678a204f58b7152d26778cd7af91575ce3 (diff)
increment version after reindexing featurev0.3.0
Diffstat (limited to 'internal/app/style.go')
-rw-r--r--internal/app/style.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/app/style.go b/internal/app/style.go
index de26b8a..452eaa6 100644
--- a/internal/app/style.go
+++ b/internal/app/style.go
@@ -10,6 +10,7 @@ var (
".avi": {},
".wmv": {},
".m4v": {},
+ ".webm": {},
}
tableStyle = lipgloss.NewStyle().Border(lipgloss.RoundedBorder()).BorderForeground(lipgloss.Color("63")).Padding(0, 1)
headerStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("99")).Bold(true)