summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/bs/themes.mdx
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-02-28 15:27:11 -0600
committerGitHub <[email protected]>2026-02-28 15:27:11 -0600
commite1e18c7abdb1025d7be63acee1f188b94d16eb9b (patch)
treead14a08aba4752d3ab03452209520c94bb0df59e /packages/web/src/content/docs/bs/themes.mdx
parent971bd30516fb2b245f87bdf79e36bb64e72265bc (diff)
downloadopencode-e1e18c7abdb1025d7be63acee1f188b94d16eb9b.tar.gz
opencode-e1e18c7abdb1025d7be63acee1f188b94d16eb9b.zip
chore(docs): i18n sync (#15417)
Diffstat (limited to 'packages/web/src/content/docs/bs/themes.mdx')
-rw-r--r--packages/web/src/content/docs/bs/themes.mdx6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/bs/themes.mdx b/packages/web/src/content/docs/bs/themes.mdx
index a513e5a20..edb17e6fa 100644
--- a/packages/web/src/content/docs/bs/themes.mdx
+++ b/packages/web/src/content/docs/bs/themes.mdx
@@ -61,11 +61,11 @@ System tema je za korisnike koji:
## Korištenje teme
-Temu mozete izabrati preko selektora tema komandom `/theme`. Mozete je navesti i u [configu](/docs/config).
+Temu mozete izabrati preko selektora tema komandom `/theme`. Ili je možete navesti u `tui.json`.
-```json title="opencode.json" {3}
+```json title="tui.json" {3}
{
- "$schema": "https://opencode.ai/config.json",
+ "$schema": "https://opencode.ai/tui.json",
"theme": "tokyonight"
}
```