fix(tui): make opencode theme default
This commit is contained in:
@@ -18,7 +18,7 @@ type State struct {
|
||||
|
||||
func NewState() *State {
|
||||
return &State{
|
||||
Theme: "system",
|
||||
Theme: "opencode",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user