From 867b051d3ad76953d422836445e9f6ce2e95d76c Mon Sep 17 00:00:00 2001 From: NLKNguyen Date: Wed, 7 Sep 2016 23:01:05 -0700 Subject: [PATCH] Prepare for v0.7 release --- LICENSE | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 3126d16..458fe3f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 Nguyen Nguyen +Copyright (c) 2015-2016 Nikyle Nguyen Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 059b15f..69a40b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ PaperColor Theme =================== +[![license](https://img.shields.io/github/license/NLKNguyen/papercolor-theme.svg?maxAge=2592000)](https://github.com/NLKNguyen/papercolor-theme/blob/master/LICENSE) [![](https://img.shields.io/github/issues-raw/NLKNguyen/papercolor-theme.svg?maxAge=2592000)](https://github.com/NLKNguyen/papercolor-theme/issues) [![](https://img.shields.io/github/issues-closed-raw/NLKNguyen/papercolor-theme.svg?maxAge=2592000)](https://github.com/NLKNguyen/papercolor-theme/issues) [![GitHub release](https://img.shields.io/github/release/NLKNguyen/papercolor-theme.svg?maxAge=2592000)](https://github.com/NLKNguyen/papercolor-theme/releases) + + Light & Dark color schemes for **Vim** terminal editor and **gVim** Inspired by Google's Material Design @@ -48,7 +51,8 @@ set number set laststatus=2 ``` -##Highlighting Customization +## Highlighting Customization + Some elements have default highlighting color that may not fit everyone, and you can customize their HEX color code in your .vimrc file. Refer to 256-color table when choosing color.