docs: cleanup
This commit is contained in:
parent
bb17d14665
commit
0aa0e740cd
3 changed files with 1 additions and 42 deletions
|
|
@ -104,6 +104,7 @@ func New(
|
|||
if configInfo.Theme != "" {
|
||||
appState.Theme = configInfo.Theme
|
||||
}
|
||||
|
||||
themeEnv := os.Getenv("OPENCODE_THEME")
|
||||
if themeEnv != "" {
|
||||
appState.Theme = themeEnv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue