Git Product home page Git Product logo

vim-colorscheme-primary's Introduction

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.

vim-colorscheme-primary's People

Contributors

danrneal avatar dbarnett avatar lisierae avatar malcolmr avatar rbtnn avatar snu5mumr1k avatar windvalley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vim-colorscheme-primary's Issues

google chrome dev tool colorscheme?

Hey, this is not especially related to this project in particular but are you looking into creating a color scheme that looks like the google chrome dev tool code preview one?
Thank you (:

neovim-qt support

I am on windows and this scheme is working pretty well with gvim. However, i tried to configure it for neovim-qt, but it's not working.

Is neovim-qt supported? Or am I doing something wrong?

vim-colorscheme-primary : Unable to install plugin

Hello:

I am new to Vim. In fact, just completed Vimtutor today.
I am trying to add colorscheme.
I HAVE NOT DOWNLOAD ANYTHING FROM YOUR PAGE YET.

I did this in in FILE, /etc/vim/vimrc :
"====== Begin: MyPlugins =================
Plugin 'google/vim-colorscheme-primary'
"======== End: MyPlugins ==========

The above file includes pasted code from Vundle, https://github.com/gmarik/Vundle.vim#quick-start

and also added this:
set t_Co=256
syntax on
set background=dark
colorscheme primary

When I ran vim like so, I got this error:

sudo vim /etc/vim/vimrc
Error detected while processing /usr/share/vim/vimrc:
line 56:
E185: Cannot find color scheme 'primary'
Press ENTER or type command to continue
================= =======================
Question:
What did I missed?
Do I have to execute this first:
git clone https://github.com/google/vim-colorscheme-primary.vim.git ~/.vim/plugin/

OR does Vundle do it automatically install your plugin when I ran vim?
Thanks.

No working top-level help tag for plugin

After loading colorscheme-primary, I can access some help tags like primary-intro, but all of the following give me E149: Sorry, no help โ€ฆ:

:help primary.txt
:help primary
:help colorscheme-primary.txt

I think that colorscheme-primary.txt and colorscheme-primary should be defined.

error: There was a problem with the editor 'vi'.

Not able to close vim using ":wq!"
When I run git pull command, and close the vi editor with :wq! , I am getting "error: There was a problem with the editor 'vi'."

I am unable to rebase hence.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.