mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-04 16:34:55 +01:00
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