diff --git a/internal/theme/default/default.go b/internal/theme/default/default.go index 7d6148c..d352cb4 100644 --- a/internal/theme/default/default.go +++ b/internal/theme/default/default.go @@ -6,7 +6,7 @@ import dataTheme "git.tebibyte.media/tomo/nasin/internal/theme" // Theme returns Wintergreen, the default Tomo tomo. It is neutral-gray with // green and turquoise accents. -func Theme () tomo.Theme { +func Theme () *dataTheme.Theme { return &dataTheme.Theme { Colors: map[tomo.Color] color.Color { tomo.ColorBackground: colorBackground,