Fix typo in blue hex code.

This commit is contained in:
Mark Story 2013-07-27 23:05:24 -04:00
parent 161daa7942
commit dadcb3e2c3
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,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'}
let s:c218 = {'t': 218, 'g': '#ffafd7'}