All Projects → google → Vim Colorscheme Primary

google / Vim Colorscheme Primary

Licence: apache-2.0
Primary, a Vim color scheme based on Google's colors

Primary

A Vim color scheme based on Google's colors

Screenshots

Light mode Dark mode

Installation

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:

syntax enable
set t_Co=256
set background=dark
colorscheme primary

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].