From 2391e338b4e41726e7233e2bf027a62476140130 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Tue, 13 May 2025 10:02:39 -0500 Subject: chore: rename --- internal/tui/theme/manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/tui/theme') 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. -- cgit v1.2.3