dorkhub

vim-material-monokai

A dark Material Design version of Monokai for Vim

skielbasa
Vim script9229 forksupdated 6 years ago
git clone https://github.com/skielbasa/vim-material-monokai.gitskielbasa/vim-material-monokai

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

Enable subtle Spell highlighting:

let g:materialmonokai_subtle_spell=1

Disable the custom ALE indicators if you want to set your own or like the default ones:

let g:materialmonokai_custom_lint_indicators=0

Vim Airline Support

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

let g:airline_theme='materialmonokai'

Vim Airline Options

Enable subtle mode indicator. By default both sides of the bar will change color based on the current mode. Turning this setting on will make only the mode label change color. To activate it, add the following to your .vimrc file:

let g:materialmonokai_subtle_airline=1

more like this

vim-dap

Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol

Vim Script50

gns3theme

Custom color themes for GNS3 GUI. Built-in schemes, custom JSON themes, device symbols. Supports Linux and macOS.

Python50

search

search projects, people, and tags