Fix wrong color code.

This commit is contained in:
todashuta 2013-07-11 22:19:03 +09:00
parent af0097ef40
commit 3d6fd6117c
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'}