diff options
| author | Adam <[email protected]> | 2026-02-11 18:51:27 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2026-02-11 18:51:50 -0600 |
| commit | aea68c386a4f64cf718c3eeee9dffec8409ee6b0 (patch) | |
| tree | bdf06cb3372c6c48c97c43b41e53e514888a52b3 /packages/web/src/content/docs/de/themes.mdx | |
| parent | 8eea53a41e92257d1a4ad6653d0d2930465bf34a (diff) | |
| download | opencode-aea68c386a4f64cf718c3eeee9dffec8409ee6b0.tar.gz opencode-aea68c386a4f64cf718c3eeee9dffec8409ee6b0.zip | |
fix(docs): locale translations for nav elements and headings
Diffstat (limited to 'packages/web/src/content/docs/de/themes.mdx')
| -rw-r--r-- | packages/web/src/content/docs/de/themes.mdx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/web/src/content/docs/de/themes.mdx b/packages/web/src/content/docs/de/themes.mdx index 8681caa76..b97816801 100644 --- a/packages/web/src/content/docs/de/themes.mdx +++ b/packages/web/src/content/docs/de/themes.mdx @@ -81,7 +81,7 @@ Damit lassen sich Themes einfach erstellen und anpassen. --- -### Hierarchy +### Hierarchie Themes are loaded from multiple directories in the following order where later directories override earlier ones: @@ -94,7 +94,7 @@ If multiple directories contain a theme with the same name, the theme from the d --- -### Creating a theme +### Theme erstellen To create a custom theme, create a JSON file in one of the theme directories. @@ -114,7 +114,7 @@ vim .opencode/themes/my-theme.json --- -### JSON format +### JSON-Format Themes use a flexible JSON format with support for: @@ -126,13 +126,13 @@ Themes use a flexible JSON format with support for: --- -### Color definitions +### Farbdefinitionen The `defs` section is optional and it allows you to define reusable colors that can be referenced in the theme. --- -### Terminal defaults +### Terminal-Standardwerte The special value `"none"` can be used for any color to inherit the terminal's default color. This is particularly useful for creating themes that blend seamlessly with your terminal's color scheme: @@ -141,7 +141,7 @@ The special value `"none"` can be used for any color to inherit the terminal's d --- -### Example +### Beispiel Here's an example of a custom theme: |
