summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/themes.mdx
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-10-03 13:46:56 -0400
committerJay V <[email protected]>2025-10-03 13:46:56 -0400
commit6378e6c06f3296ec8fdea13271c092e9830401ea (patch)
treed6528e50dc69ad9fef94be3f0bf9d97b3f5c0d14 /packages/web/src/content/docs/themes.mdx
parent4159db4549efd9d598543a8030ed1fe80e56b3a9 (diff)
downloadopencode-6378e6c06f3296ec8fdea13271c092e9830401ea.tar.gz
opencode-6378e6c06f3296ec8fdea13271c092e9830401ea.zip
docs: rename opencode to OpenCode
Diffstat (limited to 'packages/web/src/content/docs/themes.mdx')
-rw-r--r--packages/web/src/content/docs/themes.mdx10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/themes.mdx b/packages/web/src/content/docs/themes.mdx
index 0a2a62517..096976bf3 100644
--- a/packages/web/src/content/docs/themes.mdx
+++ b/packages/web/src/content/docs/themes.mdx
@@ -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.
---