diff options
| author | adamdottv <[email protected]> | 2025-06-26 11:33:02 -0500 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-06-26 17:21:53 -0400 |
| commit | ab23167f80fb1e930e399d70a4783eacf6580c87 (patch) | |
| tree | 6c5f689d9919f6fc54343f3ef9b4c41a79481e5b /packages/web/src/content/docs | |
| parent | b17ec46463726313645cb871682c74e6abe9e915 (diff) | |
| download | opencode-ab23167f80fb1e930e399d70a4783eacf6580c87.tar.gz opencode-ab23167f80fb1e930e399d70a4783eacf6580c87.zip | |
docs: system theme
Diffstat (limited to 'packages/web/src/content/docs')
| -rw-r--r-- | packages/web/src/content/docs/docs/themes.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/docs/themes.mdx b/packages/web/src/content/docs/docs/themes.mdx index 436af67c3..e448ece58 100644 --- a/packages/web/src/content/docs/docs/themes.mdx +++ b/packages/web/src/content/docs/docs/themes.mdx @@ -280,7 +280,7 @@ The special value `\"none\"` can be used for any color to inherit the terminal's ## The System Theme -The `system` theme is opencode's default theme, designed to automatically adapt to your terminal's color scheme. Unlike traditional themes that use fixed colors, the system theme: +The `system` theme is designed to automatically adapt to your terminal's color scheme. Unlike traditional themes that use fixed colors, the system theme: - **Generates gray scale**: Creates a custom gray scale based on your terminal's background color, ensuring optimal contrast - **Uses ANSI colors**: Leverages standard ANSI colors (0-15) for syntax highlighting and UI elements, which respect your terminal's color palette |
