-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed as duplicate of#3634
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Theme configured in tui.json is not applied on startup. Created ~/.config/opencode/tui.json with "theme": "everforest" but OpenCode always starts with the default "opencode" theme. Using /theme command works, but the config should be read automatically.
Plugins
None
OpenCode version
Version: 1.2.10
Steps to reproduce
- Create
~/.config/opencode/tui.json:
{
"$schema": "https://opencode.ai/tui.json",
"theme": "everforest"
}- Run opencode (from any directory)
- Theme is still default "opencode" instead of everforest
Expected: Theme should be everforest
Actual: Default opencode theme is used (or whatever was previously set using /theme)
Screenshot and/or share link
No response
Operating System
macOS Tahoe 26.3
Terminal
WezTerm
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working