Merge pull request #62 from todashuta/master

Fix wrong color code.
This commit is contained in:
Bailey Ling 2013-07-11 06:38:04 -07:00
commit 843b02f7d1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ let s:orange = {'t': 166, 'g': '#cb4b16'}
let s:red = {'t': 160, 'g': '#dc322f'}
let s:magenta = {'t': 125, 'g': '#d33682'}
let s:violet = {'t': 61, 'g': '#6c71c4'}
let s:blue = {'t': 33, 'g': '#267bd2'}
let s:blue = {'t': 33, 'g': '#268bd2'}
let s:cyan = {'t': 37, 'g': '#2aa198'}
let s:green = {'t': 64, 'g': '#859900'}