Colorcli is a collection of harmonized, light command-line interface (CLI) color themes for tmux, cmus, newsboat, mcabber, Vim, Vifm and Mutt.
Xterm Number | Xterm Name | HEX | Usage |
---|---|---|---|
0 | Black (SYSTEM) | #000000 | contrast |
15 | White (SYSTEM) | #ffffff | main |
24 | DeepSkyBlue4 | #005f87 | main |
31 | DeepSkyBlue3 | #0087af | alternative |
59 | Grey37 | #5f5f5f | main |
70 | Chartreuse3 | #5faf00 | highlight |
160 | Red3 | #d70000 | highlight |
208 | DarkOrange | #ff8700 | highlight |
226 | Yellow1 | #ffff00 | highlight |
238 | Grey27 | #444444 | main |
254 | Grey89 | #e4e4e4 | main |
250 | Grey74 | #bcbcbc | main |
Make sure you have enabled 256 color support.
To install the theme for the terminal multiplexer tmux, add the snippet in colorcli.tmux.conf
to your ~/.tmux.conf
, which is the tmux configuration file.
To install the theme for the music player cmus, copy colorcli.theme
to /usr/share/cmus/colorcli.theme
. You can enable the theme in cmus with :colorscheme colorcli
.
To install the theme for the feed reader newsboat, add the code in colorcli.config
to ~/.newsboat/config
.
To install the theme for the XMPP (Jabber) console client mcabber, add the code in colorcli.mcabberrc
to ~/.mcabber/mcabberrc
.
To install the theme for the Vim statusline plugin Lightline, copy the colorcli.vim
color scheme to ~/.vim/bundle/lightline.vim/autoload/lightline/colorscheme/colorcli.vim
. You can enable the theme with let g:lightline = { 'colorscheme': 'colorcli' }
in ~/.vimrc
.
To install the theme for the file manager Vifm, place colorcli.vifm
in ~/.vifm/colors/
. You can enable the theme with :colorscheme colorcli
. Also the the Vifm color schemes page.
To install the theme for text-based email client Mutt, add the code in colorcli.muttrc
to ~/. muttrc
.
Colorcli is a small, private project. The author makes absolutely no claims and representations to warranties regarding the accuracy or completeness of the information provided. However, you can use the information in this repository AT YOUR OWN RISK.
Colorcli by Jonas Jacek is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. Permissions beyond the scope of this license may be available upon request.
Found a mistake? Open an issue or send a merge request. Want to help in another way? Contact me.