docs: cleanup

This commit is contained in:
adamelmore 2025-07-21 09:02:40 -05:00
commit 0aa0e740cd
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
3 changed files with 1 additions and 42 deletions

View file

@ -104,6 +104,7 @@ func New(
if configInfo.Theme != "" {
appState.Theme = configInfo.Theme
}
themeEnv := os.Getenv("OPENCODE_THEME")
if themeEnv != "" {
appState.Theme = themeEnv