diff options
| author | Bishal Roy <[email protected]> | 2025-12-08 21:57:03 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-08 10:27:03 -0600 |
| commit | a959199f09b71752ce2ae9441803129688c512da (patch) | |
| tree | 4a63f06c2a315909b1b8c47db113793dbe940480 /packages/web/src/content | |
| parent | 5e3a59d5a297a8fc5589a9935ddf08db5c7e512c (diff) | |
| download | opencode-a959199f09b71752ce2ae9441803129688c512da.tar.gz opencode-a959199f09b71752ce2ae9441803129688c512da.zip | |
feat: add catppuccin-macchiato theme (#5225)
Diffstat (limited to 'packages/web/src/content')
| -rw-r--r-- | packages/web/src/content/docs/themes.mdx | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/packages/web/src/content/docs/themes.mdx b/packages/web/src/content/docs/themes.mdx index 096976bf3..d37ce3135 100644 --- a/packages/web/src/content/docs/themes.mdx +++ b/packages/web/src/content/docs/themes.mdx @@ -25,18 +25,19 @@ 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](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 | +| 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 | +| `catppuccin-macchiato` | 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. |
