sega97 / vim-material-monokai

A dark Material Design version of Monokai for Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material Monokai Color Scheme for Vim

Inspired by brendanblackwood's material-monokai-syntax theme, my favorite Atom Syntax theme.

This theme uses sickill's vim-monokai as a base with its colors shifted to the Material Design color palette. It is recommended that you use a matching terminal theme.

NOTE: A terminal that supports true colors is strongly recommended. There is a 256 color fallback, but it doesn't look that great.

Screenshots

Material Monokai

Installation

Install this color scheme using your preferred Vim plugin manager, then add the following to your .vimrc file:

set background=dark
set termguicolors
colorscheme material-monokai

Options

Enable italic comments (terminal permitting) by adding the following to your .vimrc file:

let g:materialmonokai_italic=1

Vim Airline Support

Includes a matching Airline theme. To activate it, add the following to your .vimrc file:

let g:airline_theme='materialmonokai'

About

A dark Material Design version of Monokai for Vim


Languages

Language:Vim Script 100.0%