diff options
| author | Dax <[email protected]> | 2025-11-11 21:30:38 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-11 21:30:38 -0500 |
| commit | d81dce6a82d670d69e813a1bba67b9f06698d30b (patch) | |
| tree | 43cac7183e558031e6e75c32d0cddf189ef7d3e8 /packages/plugin | |
| parent | 0bd11e970b723b8cd59c14dd55e00829d9dcb862 (diff) | |
| download | opencode-d81dce6a82d670d69e813a1bba67b9f06698d30b.tar.gz opencode-d81dce6a82d670d69e813a1bba67b9f06698d30b.zip | |
fix: add support for loading custom themes from .opencode/themes directory (#4229)
Co-authored-by: GitHub Action <[email protected]>
Diffstat (limited to 'packages/plugin')
| -rw-r--r-- | packages/plugin/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 675971e2b..427ea3e40 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -24,4 +24,4 @@ "typescript": "catalog:", "@typescript/native-preview": "catalog:" } -}
\ No newline at end of file +} |
