/burn

A theme for Zsh.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Burn is a prompt theme for Zsh.

Examples

screenshot showing Burn
screenshot showing Burn Black
screenshot showing Burn Blue
screenshot showing Burn Purple

  • The actual look of each prompt may change based on your terminal's color scheme.

Installation:

  • wget -O${ZSH_CUSTOM}/themes/<theme-name>.zsh-theme https://raw.githubusercontent.com/Xatra1/burn/refs/heads/master/<theme-name>.zsh-theme
  • Replace both instances of <theme-name> with the name of the theme variant you want.
  • add this in your .zshrc:
    ZSH_THEME="burn" # or ZSH_THEME="burn-black", ZSH_THEME="burn-blue", ZSH_THEME="burn-purple"
  • add this in your .zshrc:
    zinit load Xatra1/burn
    ZSH_THEME="burn" # or ZSH_THEME="burn-black", ZSH_THEME="burn-blue", ZSH_THEME="burn-purple"

Manual:

  • Copy the contents of the theme you want into your .zshrc.