Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.77 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.77 KB

vim-crunchbang

CrunchBang (now BunsenLabs) was a lightweight Linux operating system with a sharp modern grey colour scheme.

vim-crunchbang is a Vim (and terminal) theme made of CrunchBang greys and complementary accent colours.

screenshot of vim-crunchbang, a cool grey vim theme

installation

step 1: download the colour scheme

option A: manually

Download the colourscheme file and place in directory ~/.vim/colors/ (Linux/Mac) or %userprofile%\vimfiles\colors\ (Windows).

option B: using a plugin manager

For easy management of Vim colour schemes (and other plugins), try a plugin manager. With vim-plug, for instance, just add Plug 'nightsense/vim-crunchbang' to the list of plugins in vimrc, then run PlugUpdate.

step 2: activate the colour scheme

To activate the crunchbang theme, add colorscheme crunchbang to the vimrc file.

For Neovim, add set termguicolors to enable truecolour support.

step 3: configure terminal colours (if using Vim in a terminal)

In order for vim-crunchbang to work properly in terminal Vim, set the terminal's colours to match.

As of now, this repository provides the following terminal configuration files:

  • Xresources file for xterm and urxvt (Linux)
  • gsettings 'command blocks' for pantheon-terminal (elementary OS)