diff options
| author | adamdottv <[email protected]> | 2025-05-13 10:02:39 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-05-13 10:02:39 -0500 |
| commit | 2391e338b4e41726e7233e2bf027a62476140130 (patch) | |
| tree | e84cae9f97b8f94e13e800e96e529d6961caca8d /internal/tui/theme | |
| parent | 1e9399fbee0c99f09d3eb06d2e2ccc05f8871571 (diff) | |
| download | opencode-2391e338b4e41726e7233e2bf027a62476140130.tar.gz opencode-2391e338b4e41726e7233e2bf027a62476140130.zip | |
chore: rename
Diffstat (limited to 'internal/tui/theme')
| -rw-r--r-- | internal/tui/theme/manager.go | 2 |
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. |
