dani-77 5489022804 cmus | 2 weeks ago | |
---|---|---|
.. | ||
themes | 2 weeks ago | |
LICENSE | 2 weeks ago | |
README.md | 2 weeks ago |
A (potentially comprehensive) list of themes and color schemes for CMUS, along with basic install instructions.
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:
Move into your CMUS config folder:
cd ~/.config/cmus
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
Decompress the tar.gz
file:
tar xvzf cmus-themes-v1-0-0.tar.gz
Open CMUS and select a theme:
cmus
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
This project is for use under the MIT License.