Just edit the .zshrc file, change ZSH_THEME to another available one in the /.oh-my-zsh/themes directory, and apply the changes with source ~/.zshrc.
Zsh does not natively support background color changes. You can play around with color codes in PROMPT, but the effect may not be fully satisfactory, as Zsh's prompt customization focuses primarily on foreground text colors rather than background adjustments.
@testeronious Hello👋
Just edit the .zshrc file, change ZSH_THEME to another available one in the /.oh-my-zsh/themes directory, and apply the changes with source ~/.zshrc.
Zsh does not natively support background color changes. You can play around with color codes in PROMPT, but the effect may not be fully satisfactory, as Zsh's prompt customization focuses primarily on foreground text colors rather than background adjustments.