Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hzchirs/vim-material

🧩 Visual Studio Code Material Theme port for Vim/Neovim
https://github.com/hzchirs/vim-material

airline-themes neovim theme treesitter vim vim-colorschemes vim-material

Last synced: about 23 hours ago
JSON representation

🧩 Visual Studio Code Material Theme port for Vim/Neovim

Awesome Lists containing this project

README

        

```
_ _ _ _
__ _(_)_ __ ___ _ __ ___ __ _| |_ ___ _ __(_) __ _| |
\ \ / / | '_ ` _ \ _____| '_ ` _ \ / _` | __/ _ \ '__| |/ _` | |
\ V /| | | | | | |_____| | | | | | (_| | || __/ | | | (_| | |
\_/ |_|_| |_| |_| |_| |_| |_|\__,_|\__\___|_| |_|\__,_|_|
```

# vim-material
[Visual Studio Code Material Theme](https://github.com/material-theme/vsc-material-theme) port
for Vim / Neovim.

* supports true color terminal and gvim only.
* supports [treesitter](https://github.com/nvim-treesitter/nvim-treesitter).

Screenshot
------------

**Dark**
![Dark](https://imgur.com/xfGYwwc.jpg)

**Light**
![Light](https://user-images.githubusercontent.com/4735528/42131913-8c1b0d68-7d3f-11e8-935a-4c10181127d9.png)

**Palenight**
![Palenight](https://user-images.githubusercontent.com/4735528/42134016-056046f4-7d66-11e8-9ea0-c96a59a5b7b0.png)

**Oceanic**
![Oceanic](https://user-images.githubusercontent.com/4735528/47250634-6ebe2b00-d457-11e8-92d7-dabb871f60f1.png)

Installation
------------

* [vim-plug](https://github.com/junegunn/vim-plug)
```vim
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](https://github.com/vim-airline/vim-airline) theme

```vim
let g:airline_theme='material'
```

License
---
MIT