fix(tui): make opencode theme default

This commit is contained in:
adamdottv
2025-06-26 11:32:25 -05:00
parent 7d13baadc8
commit ccbc9e00f2
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ type State struct {
func NewState() *State {
return &State{
Theme: "system",
Theme: "opencode",
}
}