Skip to content

Commit

Permalink
Bump the block parameters brighter.
Browse files Browse the repository at this point in the history
  • Loading branch information
☈king authored and rking-nuke@sharpsaw.org committed Oct 29, 2012
1 parent 1fb3dca commit 3a91bd4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions colors/detailed.vim
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ let s:c = {
\'yellow220 (TODO: use this)': 220,
\'orange208': 208,
\'light_yellow230': 229,
\'graygreen': 23,
\'graygreen (TODO: use this)': 23,
\'green34': 34,
\'green71': 71,
\'green76 (TODO: use this)': 76,
Expand All @@ -87,6 +87,7 @@ let s:c = {
\'blue19 (TODO: use this)': 19,
\'blue20 (TODO: use this)': 20,
\'blue21 (TODO: use this)': 21,
\'blue25': 25,
\'blue75': 75,
\'lavender104': 104,
\'purple53': 53,
Expand Down Expand Up @@ -285,7 +286,7 @@ call s:fg('rubyFloat', 'red160')
" call s:fg('rubyBlockArgument', 'NO_SHOW__DARNIT')
call s:fg('rubySymbol', 'lavender104')
call s:fg('rubyBlockParameter', 'basic8_cyan', 'bold')
call s:fg('rubyBlockParameterList', 'graygreen')
call s:fg('rubyBlockParameterList', 'blue25')
hi link rubyPredefinedConstant rubyPredefinedIdentifier " TODO
hi link rubyStringDelimiter Delimiter " TODO
hi link rubySymbolDelimiter rubyStringDelimiter " TODO
Expand Down

0 comments on commit 3a91bd4

Please sign in to comment.