Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

37 lines (22 loc) · 1.19 KB

image

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

image

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.

Manual Installation

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