/cmus-themes

A comprehensive list of themes and color schemes for CMUS.

MIT LicenseMIT

CMUS themes

A (potentially comprehensive) list of themes and color schemes for CMUS, along with basic install instructions.

Install a theme

Installing a theme is pretty simple. All you have to do is copy the theme file to your ~/.config/cmus folder and set :colorscheme to the name of the theme in CMUS. You can download all the themes in this repo by using the tar files in the Releases section:

  1. Move into your CMUS config folder:

    cd ~/.config/cmus
  2. Download the latest tar using wget`:

    wget https://github.com/johnnymatthews/cmus-themes/releases/download/v1.0.0/cmus-themes-v1-0-0.tar.gz
  3. Decompress the tar.gz file:

    tar xvzf cmus-themes-v1-0-0.tar.gz
  4. Open CMUS and select a theme:

    cmus
  5. Select a theme by pressing esc, typing :colorscheme and entering the theme name you want to use:

    :colorscheme dracula

    You can also set your color scheme by adding colorscheme dracula to your CMUS config file:

    echo "colorscheme dracula" >> ~/.config/cmus/rc

Licence

This project is for use under the MIT License.