Skip to content
/ molotov Public

The exciting colour scheme that will make you code good™

License

Notifications You must be signed in to change notification settings

gf3/molotov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Molotov colour scheme

Molotov is a vim colour scheme that gets out of your way and lets you focus on what's at hand. It has additional colouring info for many languages and plugins.

Molotov works best with 256 colors or a True Color terminal and is supported in vim, neovim, GVim, MacVim, et al.

Installation

Using vim-plug

Plug 'gf3/molotov'

Manually

Copy molotov.vim to the colors directory in your vim configuration directory.

Setup

You’ll want to use a similar config to effectively use Molotov:

" Set 256 colours, dark background, and molotov
set t_Co=256
set background=dark
colorscheme molotov

" If using airline.vim:
let g:airline_theme='molotov'

Terminal colours

Grab Molotov for your terminal as well!

Screenshots

Javascript

Terminal Vim Screenshot for JavaScript

Typescript

Terminal Vim Screenshot for TypeScript

CSS

Terminal Vim Screenshot for CSS

Ruby

Terminal Vim Screenshot for Ruby

C

Terminal Vim Screenshot for C

Modes

Unmodified Modified
Normal
Insert
Visual
Replace

About

The exciting colour scheme that will make you code good™

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published