vim-quantum
A Material color scheme for Vim.
Vim script★ 321⑂ 30 forksMITupdated 5 years ago
git clone https://github.com/tyrannicaltoucan/vim-quantum.gittyrannicaltoucan/vim-quantumREADME.mdfork it — it’s yours
Quantum
A color scheme based on Google's Material Design palette.
NOTE: Quantum requires a terminal or GUI that supports true-colors!
Quantum
Quantum Black
Installation
Install this color scheme using your preferred Vim plugin manager, then add the following to your vim configuration file:
set background=dark set termguicolors colorscheme quantum
Options
NOTE: Configure all options before setting
colorscheme!
To swap the default background colors with blacker ones:
let g:quantum_black=1 colorscheme quantum
To italicize the comments:
let g:quantum_italics=1
Status Bar Support
Quantum has themes for both vim-airline as well as lightline.
Install the statusbar plugin of your choice then set the theme in your vim config:
Airline:
let g:airline_theme='quantum'
Lightline:
let g:lightline = {
\ 'colorscheme': 'quantum',
\ }
more like this
vim-dap
Vim/Neovim debugger plugin providing a terminal interface to the Debug Adapter Protocol
Vim Script★ 50