The world’s light shines, shine as it will, The world will love its darkness still. I doubt though when the world’s in hell, It will not love its darkness half so well. ~ Poem by Richard Crashaw
A tmux colorscheme that predominately uses white, grays, and black. Looks even more awesome when combined with lumiere.vim
Installation with Tmux Plugin Manager (recommended)
Add plugin to the list of TPM plugins in .tmux.conf
:
set -g @plugin 'alexanderjeurissen/sombre.tmux'
Hit prefix + I
to fetch the plugin and source it.
Reload your tmux configuration and the colorscheme should be loaded.
Clone the repo:
$ git clone https://github.com/alexanderjeurissen/sombre.tmux ~/clone/path
Add this line to the bottom of .tmux.conf
:
run-shell ~/clone/path/sombre.tmux
Reload TMUX environment:
# type this in terminal
$ tmux source-file ~/.tmux.conf