kaicataldo / material.vim

🎨 A port of the Material color scheme for Vim/Neovim
MIT License
610 stars 71 forks source link

Add cterm support #45

Closed gko closed 4 years ago

gko commented 4 years ago

Second attempt. Vim on the left and neovim on the right. There are for sure some colors that might be slightly off. And you have to apply the color profile within iTerm. Alternatively we can define black color within palette as our background color. That is what @chriskempson did: https://github.com/chriskempson/base16-shell/blob/master/scripts/base16-material-palenight.sh#L6

I also didn't manage to make work the italics in vim.

To test add to your .vimrc:

Plug 'gko/material.vim', { 'branch': 'add_cterm_support' }

see #40

Airline

Material

Normal mode

image

Insert mode

image

Visual mode

image

Replace mode

image

Palenight

Normal mode

image

Insert mode

image

Visual mode

image

Replace mode

image

Darker

Normal mode

image

Insert mode

image

Visual mode

image

Replace mode

image

Ocean

Normal mode

image

Insert mode

image

Visual mode

image

Replace mode

image

Lighter

Normal mode

image

Insert mode

image

Visual mode

image

Replace mode

image

Lightline

Material

Normal mode

image

Insert mode

image

Visual mode

image

Replace mode

image

Palenight

Normal mode

image

Insert mode

image

Visual mode

image

Replace mode

image

Darker

Normal mode

image

Insert mode

image

Visual mode

image

Replace mode

image

Ocean

Normal mode

image

Insert mode

image

Visual mode

image

Replace mode

image

Lighter

Normal mode

image

Insert mode

image

Visual mode

image

Replace mode

image

kaicataldo commented 4 years ago

And thanks for the all the screenshots :pray: This is super helpful for posterity!