Skip to content

Vim color scheme inspired by Google's Material Design

Notifications You must be signed in to change notification settings

ashfinal/vim-colors-paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper Theme

Forked from PaperColor. Plus some modification of my own.

Light & Dark color schemes for Vim terminal editor and gVim

Inspired by Google's Material Design

Improve code readability; great for presentation

Screenshots

Light & Dark Colorscheme

theme-toggle

Airine Support

airline-theme

Installation

Place 'paper.vim' file into 'colors' folder within your Vim directory, e.g. ~/.vim/colors/

Or simply use a plugin manager like vim-plug (recommended for easy :PlugInstall):

Plug 'ashfinal/vim-colors-paper'

Then, put this in your ~/.vimrc

set t_Co=256   " This is may or may not needed.

set background=light
colorscheme paper

Or using the dark version:

set background=dark
colorscheme paper

To switch to dark or light variant during session: :set background=dark or :set background=light

About

Vim color scheme inspired by Google's Material Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published