diff options
| author | Osinachi Okpara <[email protected]> | 2025-09-20 17:25:12 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-20 11:25:12 -0500 |
| commit | 9223b6ed8fb3022fec51720dd55cfadd0b484bfd (patch) | |
| tree | dc8b60a1928c61b5bb61c5b7706943596fe39fed | |
| parent | f8528c52d90312386d1909c8f9536dc1c8e734c8 (diff) | |
| download | opencode-9223b6ed8fb3022fec51720dd55cfadd0b484bfd.tar.gz opencode-9223b6ed8fb3022fec51720dd55cfadd0b484bfd.zip | |
Enhance theme documentation with links (#2707)
Co-authored-by: rekram1-node <[email protected]>
| -rw-r--r-- | packages/web/src/content/docs/themes.mdx | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/packages/web/src/content/docs/themes.mdx b/packages/web/src/content/docs/themes.mdx index 3defceaea..0a2a62517 100644 --- a/packages/web/src/content/docs/themes.mdx +++ b/packages/web/src/content/docs/themes.mdx @@ -25,18 +25,18 @@ Without truecolor support, themes may appear with reduced color accuracy or fall opencode comes with several built-in themes. -| Name | Description | -| ------------ | ------------------------------------------ | -| `system` | Adapts to your terminal's background color | -| `tokyonight` | Based on the Tokyonight theme | -| `everforest` | Based on the Everforest theme | -| `ayu` | Based on the Ayu dark theme | -| `catppuccin` | Based on the Catppuccin theme | -| `gruvbox` | Based on the Gruvbox theme | -| `kanagawa` | Based on the Kanagawa theme | -| `nord` | Based on the Nord theme | -| `matrix` | Hacker-style green on black theme | -| `one-dark` | Based on the Atom One Dark theme | +| Name | Description | +| ------------ | ---------------------------------------------------------------------------- | +| `system` | Adapts to your terminal's background color | +| `tokyonight` | Based on the [Tokyonight](https://github.com/folke/tokyonight.nvim) theme | +| `everforest` | Based on the [Everforest](https://github.com/sainnhe/everforest) theme | +| `ayu` | Based on the [Ayu](https://github.com/ayu-theme) dark theme | +| `catppuccin` | Based on the [Catppuccin](https://github.com/catppuccin) theme | +| `gruvbox` | Based on the [Gruvbox](https://github.com/morhetz/gruvbox) theme | +| `kanagawa` | Based on the [Kanagawa](https://github.com/rebelot/kanagawa.nvim) theme | +| `nord` | Based on the [Nord](https://github.com/nordtheme/nord) theme | +| `matrix` | Hacker-style green on black theme | +| `one-dark` | Based on the [Atom One](https://github.com/Th3Whit3Wolf/one-nvim) Dark theme | And more, we are constantly adding new themes. |
