summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-06-20 15:35:25 -0500
committeradamdottv <[email protected]>2025-06-20 15:35:25 -0500
commitef3fd5900fd33289576ea7853afacb3c2b06bf33 (patch)
tree7ef4c2934910526bd70c6ea65c2e1544090a0275
parent453d690c115c5cdbf7270767e58f6c4a22121043 (diff)
downloadopencode-ef3fd5900fd33289576ea7853afacb3c2b06bf33.tar.gz
opencode-ef3fd5900fd33289576ea7853afacb3c2b06bf33.zip
docs: cleanup casing
-rw-r--r--LICENSE2
-rw-r--r--packages/web/src/content/docs/docs/themes.mdx8
2 files changed, 5 insertions, 5 deletions
diff --git a/LICENSE b/LICENSE
index 28734bfd5..6439474be 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2025 OpenCode
+Copyright (c) 2025 opencode
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/packages/web/src/content/docs/docs/themes.mdx b/packages/web/src/content/docs/docs/themes.mdx
index 269e30f8b..487bcad32 100644
--- a/packages/web/src/content/docs/docs/themes.mdx
+++ b/packages/web/src/content/docs/docs/themes.mdx
@@ -272,9 +272,9 @@ The `defs` section (optional) allows you to define reusable colors that can be r
## Built-in Themes
-OpenCode comes with several built-in themes:
-- `opencode` - Default OpenCode theme
-- `tokyonight` - Tokyo Night theme
+opencode comes with several built-in themes:
+- `opencode` - Default opencode theme
+- `tokyonight` - Tokyonight theme
- `everforest` - Everforest theme
- `ayu` - Ayu dark theme
- `catppuccin` - Catppuccin theme
@@ -285,7 +285,7 @@ OpenCode comes with several built-in themes:
## Using a Theme
-To use a theme, set it in your OpenCode configuration or select it from the theme dialog in the TUI.
+To use a theme, set it in your opencode configuration or select it from the theme dialog in the TUI.
```json title="opencode.json" {3}
{