Rename LICENSE.md to LICENSE
Install using your favorite plugin manager.
To install using Vundle, add the following to your vimrc:
Plugin 'google/vim-colorscheme-primary'
To set Primary as your default color scheme, add these lines to your .vimrc:
syntax enable set t_Co=256 set background=light colorscheme primary
For dark mode, use set background=dark instead:
set background=dark
syntax enable set t_Co=256 set background=dark colorscheme primary
See doc/colorscheme-primary.txt for detailed instructions and additional options.
Disclaimer: This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Primary
A Vim color scheme based on Google’s colors
Screenshots
Installation
Install using your favorite plugin manager.
To install using Vundle, add the following to your vimrc:
To set Primary as your default color scheme, add these lines to your .vimrc:
For dark mode, use
set background=darkinstead:See doc/colorscheme-primary.txt for detailed instructions and additional options.
Happy Google-inspired coding!
Disclaimer: This is not an official Google product (experimental or otherwise), it is just code that happens to be owned by Google.