Skip to content

Commit

Permalink
Tone down string difference even more
Browse files Browse the repository at this point in the history
  • Loading branch information
rking authored and rking@sharpsaw.org committed Jan 17, 2013
1 parent 53f5032 commit 800625e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/detailed.vim
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ fun! s:detailed_colors()
call s:fg('detailedInstanceVariable', 'blue75')

call s:fgbg('detailedString', 'purple125', 'gray233')
call s:fgbg('detailedInterpolatedString', 'purple126', 'gray232')
call s:fgbg('detailedInterpolatedString', 'purple126', 'gray233')
call s:bold_fgbg('detailedExecutedString', 'green34', 'purple53')
call s:fgbg('detailedRawString', 'red160', 'gray233')
call s:fg('detailedStringDelimiter', 'blue33')
Expand Down

0 comments on commit 800625e

Please sign in to comment.