summaryrefslogtreecommitdiffhomepage
path: root/internal/tui/theme/manager.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/tui/theme/manager.go')
-rw-r--r--internal/tui/theme/manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/tui/theme/manager.go b/internal/tui/theme/manager.go
index c9e9f4205..59d8c8644 100644
--- a/internal/tui/theme/manager.go
+++ b/internal/tui/theme/manager.go
@@ -8,7 +8,7 @@ import (
"sync"
"github.com/alecthomas/chroma/v2/styles"
- "github.com/opencode-ai/opencode/internal/config"
+ "github.com/sst/opencode/internal/config"
)
// Manager handles theme registration, selection, and retrieval.