Skip to content
This repository has been archived by the owner on Oct 25, 2020. It is now read-only.

Latest commit

 

History

History
53 lines (37 loc) · 1.08 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.08 KB

Beelzebub

Easy for eyes and mind minimal three-colors colorscheme.

For Emacs version look at peregrinat0r/beelzebub.el

Installation

With VimPlug:

Plug 'xdefrag/vim-beelzebub'

Or just throw beelzebub.vim in your colors directory.

Usage

set t_Co=256 " This is important!
set background=dark
colorscheme beelzebub

Settings

" You can adjust colors you want like this:
let g:beelzebub_bg="233"
let g:beelzebub_fg="250"
let g:beelzebub_muted="60"

" Nice zenburn-like colors
let g:beelzebub_bg="238"
let g:beelzebub_fg="231"
let g:beelzebub_muted="152"

" Add color noises for syntax highlightning:
let g:beelzebub_syntax_mute=1

" And make parts of it bold:
let g:beelzebub_syntax_bold=1

" Then set light variant of colorscheme
set background=light
colorscheme beelzebub

" And ask yourself: "What have I done?!"

Inspired by

...a bunch of great emacs monochrome themes, nofrils and :SYNTAX OFF discussions on the internet.