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

Almost monochrome colorscheme with no syntax highlighting at all.

License

Notifications You must be signed in to change notification settings

xdefrag/vim-beelzebub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Almost monochrome colorscheme with no syntax highlighting at all.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published