docs: rename opencode to OpenCode

This commit is contained in:
Jay V
2025-10-03 13:46:56 -04:00
parent 4159db4549
commit 6378e6c06f
19 changed files with 133 additions and 133 deletions

View File

@@ -3,9 +3,9 @@ title: Themes
description: Select a built-in theme or define your own.
---
With opencode you can select from one of several built-in themes, use a theme that adapts to your terminal theme, or define your own custom theme.
With OpenCode you can select from one of several built-in themes, use a theme that adapts to your terminal theme, or define your own custom theme.
By default, opencode uses our own `opencode` theme.
By default, OpenCode uses our own `opencode` theme.
---
@@ -23,7 +23,7 @@ Without truecolor support, themes may appear with reduced color accuracy or fall
## Built-in themes
opencode comes with several built-in themes.
OpenCode comes with several built-in themes.
| Name | Description |
| ------------ | ---------------------------------------------------------------------------- |
@@ -52,7 +52,7 @@ The `system` theme is designed to automatically adapt to your terminal's color s
The system theme is for users who:
- Want opencode to match their terminal's appearance
- Want OpenCode to match their terminal's appearance
- Use custom terminal color schemes
- Prefer a consistent look across all terminal applications
@@ -73,7 +73,7 @@ You can select a theme by bringing up the theme select with the `/theme` command
## Custom themes
opencode supports a flexible JSON-based theme system that allows users to create and customize themes easily.
OpenCode supports a flexible JSON-based theme system that allows users to create and customize themes easily.
---