A Vim color scheme based on the Material Design palette.
Use a plugin manager, or download this repo to ~/.vim/colors.
Then add the following to your .vimrc or init.vim:
set background=dark
colorscheme quantumIf your terminal supports true colors, add:
if has("termguicolors")
set termguicolors
endiflet $NVIM_TUI_ENABLE_TRUE_COLOR=1To use the included Airline theme:
let g:airline_theme='quantum'For more contrast, enable Quantum Black:
let g:quantum_black = 1If your terminal supports italics, add:
let g:quantum_italics = 1Released under the MIT license.

