Skip to content

FriendOfFatBeagle/vim-colorscheme-primary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Primary, a Vim color scheme based on Google's colors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%