summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/themes.mdx
diff options
context:
space:
mode:
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.
---