Dark theme created by Rocketseat 🚀, ported to OpenCode.
| Name | Hex |
|---|---|
| Background | #191622 |
| Current Line | #44475A |
| Selection | #41414D |
| Foreground | #E1E1E6 |
| Comment | #483C67 |
| Cyan | #78D1E1 |
| Green | #67E480 |
| Orange | #E89E64 |
| Pink | #FF79C6 |
| Purple | #988BC7 |
| Red | #E96379 |
| Yellow | #E7DE79 |
mkdir -p ~/.config/opencode/themes
cp omni.json ~/.config/opencode/themes/omni.jsonmkdir -p .opencode/themes
cp omni.json .opencode/themes/omni.jsonThen set the theme in your tui.json:
{
"$schema": "https://opencode.ai/tui.json",
"theme": "omni"
}Or use the /theme command inside OpenCode and select omni.
- Original Omni theme by Rocketseat
- Inspired by Dracula
MIT License © Omni Theme