my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
342 B

3 years ago
  1. # Themes Plugin
  2. This plugin allows you to change ZSH theme on the go.
  3. To use it, add `themes` to the plugins array in your zshrc file:
  4. ```
  5. plugins=(... themes)
  6. ```
  7. ## Usage
  8. `theme <theme_name>` - Changes the ZSH theme to specified theme.
  9. `theme ` - Changes the ZSH theme to some random theme.
  10. `lstheme ` - Lists installed ZSH themes.