summaryrefslogtreecommitdiff
path: root/internal/ui
diff options
context:
space:
mode:
Diffstat (limited to 'internal/ui')
-rw-r--r--internal/ui/style.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/ui/style.go b/internal/ui/style.go
index f7c605a..75d2f70 100644
--- a/internal/ui/style.go
+++ b/internal/ui/style.go
@@ -6,7 +6,6 @@ import (
)
const (
- // Colors:
textSel = "#F2F1F0"
textNorm = "#A7AFB1"
textFaint = "#6F797B"