• Stars
    star
    367
  • Rank 116,257 (Top 3 %)
  • Language
    Vim Script
  • License
    MIT License
  • Created over 7 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🧩 Visual Studio Code Material Theme port for Vim/Neovim
       _                                 _            _       _
__   _(_)_ __ ___        _ __ ___   __ _| |_ ___ _ __(_) __ _| |
\ \ / / | '_ ` _ \ _____| '_ ` _ \ / _` | __/ _ \ '__| |/ _` | |
 \ V /| | | | | | |_____| | | | | | (_| | ||  __/ |  | | (_| | |
  \_/ |_|_| |_| |_|     |_| |_| |_|\__,_|\__\___|_|  |_|\__,_|_|

vim-material

Visual Studio Code Material Theme port for Vim / Neovim.

  • supports true color terminal and gvim only.
  • supports treesitter.

Screenshot

Dark Dark

Light Light

Palenight Palenight

Oceanic Oceanic

Installation

Plug 'hzchirs/vim-material'

" nvim version < 8.0
Plug 'hzchirs/vim-material', { 'tag': 'v1.0' }

" Dark
set background=dark
colorscheme vim-material

" Palenight
let g:material_style='palenight'
set background=dark
colorscheme vim-material

" Oceanic
let g:material_style='oceanic'
set background=dark
colorscheme vim-material

" Light
set background=light
colorscheme vim-material

Airline

Colorscheme also include an Airline theme

let g:airline_theme='material'

License

MIT