A Vim color scheme based on the Material Design palette.
Install manually by downloading this theme to ~/.vim/colors
or use a plugin manager.
Then add the following to your .vimrc
or init.vim
:
set background=dark
colorscheme quantum
If your terminal supports true colors, add:
if has("termguicolors")
set termguicolors
endif
let $NVIM_TUI_ENABLE_TRUE_COLOR=1
To set the included Airline theme:
let g:airline_theme='quantum'
To enable the darker background setting:
let g:quantum_black = 1
If your terminal supports italics, add:
let g:quantum_italics = 1
- Terminal themes (iTerm, Xresources, Terminal.app)
- Improve language specific highlighting
- Support for various plugins
- Dark cursorline option
Copyright © 2016 Brandon Siders. Released under the MIT License.