docs: cleanup casing

This commit is contained in:
adamdottv 2025-06-20 15:35:25 -05:00
parent 453d690c11
commit ef3fd5900f
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2025 OpenCode Copyright (c) 2025 opencode
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -272,9 +272,9 @@ The `defs` section (optional) allows you to define reusable colors that can be r
## Built-in Themes ## Built-in Themes
OpenCode comes with several built-in themes: opencode comes with several built-in themes:
- `opencode` - Default OpenCode theme - `opencode` - Default opencode theme
- `tokyonight` - Tokyo Night theme - `tokyonight` - Tokyonight theme
- `everforest` - Everforest theme - `everforest` - Everforest theme
- `ayu` - Ayu dark theme - `ayu` - Ayu dark theme
- `catppuccin` - Catppuccin theme - `catppuccin` - Catppuccin theme
@ -285,7 +285,7 @@ OpenCode comes with several built-in themes:
## Using a Theme ## 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} ```json title="opencode.json" {3}
{ {