aboutsummaryrefslogtreecommitdiff
path: root/gui/internal/ui/highlight.go
diff options
context:
space:
mode:
Diffstat (limited to 'gui/internal/ui/highlight.go')
-rw-r--r--gui/internal/ui/highlight.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/internal/ui/highlight.go b/gui/internal/ui/highlight.go
index 8a4acd4..786acee 100644
--- a/gui/internal/ui/highlight.go
+++ b/gui/internal/ui/highlight.go
@@ -10,7 +10,7 @@ import (
// The colours a configuration is painted in. They are chosen to read on a
// light and a dark theme alike, since the window follows whatever GTK theme
-// is in use (his request, 2026-09-16).
+// is in use.
var spanColours = map[model.SpanKind]string{
model.SpanComment: "#8b8b8b",
model.SpanString: "#2e8b57",