diff --git a/plugins/colorize/README.md b/plugins/colorize/README.md index 71fa87861..d1f878e62 100644 --- a/plugins/colorize/README.md +++ b/plugins/colorize/README.md @@ -11,6 +11,12 @@ To use it, add colorize to the plugins array of your zshrc file: plugins=(... colorize) ``` +## Styles + +Pygments offers multiple styles. By default, the `default` style is used, but you can choose another theme by setting the `ZSH_COLORIZE_STYLE` environment variable: + +`ZSH_COLORIZE_STYLE="colorful"` + ## Usage * `ccat [files]`: colorize the contents of the file (or files, if more than one are provided).