primary.vim : Inspired by Google's official colors
script karma |
Rating 91/37,
Downloaded by 5120 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Lisie Michel |
|
script type |
color scheme |
|
description |
Primary is a Vim color scheme based on Google's colors.
For SCREENSHOTS (and much more), see
https://github.com/google/vim-colorscheme-primary
Primary contains settings for both light and dark backgrounds. It's is fun,
very readable, and Google-inspired.
The Gui version uses the exact RGB codes from Google's logo. Primary on a
256-color terminal looks very similar and even 8-color terminals are supported.
Disclaimer: This is not an official Google product (experimental or otherwise),
it is just code that happens to be owned by Google. |
|
install details |
Download primary.vim and copy it into your .vim/colors directory.
To set Primary as your default color scheme, add these lines to your .vimrc
file:
syntax enable
set t_Co=256
set background=light
colorscheme primary
To use Primary in dark mode, change the third line to set background=dark.
For more options and details, see the documentation in the Git repo:
https://github.com/google/vim-colorscheme-primary |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.80
|