Skip to content

Commit

Permalink
Merged 3 similar shades of L.PURPLE into one.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Sep 20, 2010
1 parent d02bacc commit b6a1a22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
12 changes: 5 additions & 7 deletions colors/mac_classic.vim
Expand Up @@ -25,10 +25,8 @@ let g:colors_name = "Mac Classic"
" #1E39F6
" #0066FF
" #526CF8 - Cursor
" #585CF6
" #6D79DE
" #6E79F1
" #318495
" #6E79F1 - L.PURPLE - Booleans, Ruby Constants & CSS definitions
" #318495 - BLUE/GREEN - Ruby instance/global/pseudo variables
" #007B22 - D.GREEN - Strings, Labels and code blocks in Markdown
" #00BC41 - L.GREEN - CSS common attributes & ruby interpolation
" #990000 - Errors and Warnings
Expand Down Expand Up @@ -68,7 +66,7 @@ hi IncSearch guifg=NONE guibg=#FFCE77 gui=NONE
hi Search guifg=NONE guibg=#FFE6BB gui=NONE

hi Normal guifg=#000000 guibg=#FFFFFF gui=NONE
hi Boolean guifg=#585CF6 guibg=NONE gui=bold
hi Boolean guifg=#6E79F1 guibg=NONE gui=bold
hi Character guifg=#D51015 guibg=NONE gui=bold
hi Comment guifg=#0066FF guibg=NONE gui=italic
hi Conditional guifg=#1E39F6 guibg=NONE gui=bold
Expand Down Expand Up @@ -104,7 +102,7 @@ hi rubyFunction guifg=#0000A2 guibg=NONE gui=bold
hi rubyInterpolationDelimiter guifg=#00BC41 guibg=NONE gui=NONE
hi rubyInterpolation guifg=#00BC41 guibg=NONE gui=NONE
hi rubySymbol guifg=#D51015 guibg=NONE gui=bold
hi rubyConstant guifg=#6D79DE guibg=NONE gui=bold
hi rubyConstant guifg=#6E79F1 guibg=NONE gui=bold
hi rubyStringDelimiter guifg=#007B22 guibg=NONE gui=NONE
hi rubyBlockParameter guifg=NONE guibg=NONE gui=NONE
hi rubyInstanceVariable guifg=#318495 guibg=NONE gui=NONE
Expand All @@ -123,7 +121,7 @@ hi rubyClassVariable guifg=NONE guibg=NONE gui=NONE
hi rubyOperator guifg=#1E39F6 guibg=NONE gui=bold
hi rubyException guifg=#1E39F6 guibg=NONE gui=bold
hi rubyPseudoVariable guifg=#318495 guibg=NONE gui=NONE
hi rubyRailsUserClass guifg=#6D79DE guibg=NONE gui=bold
hi rubyRailsUserClass guifg=#6E79F1 guibg=NONE gui=bold
hi rubyRailsARAssociationMethod guifg=#3C4C72 guibg=NONE gui=bold
hi rubyRailsARMethod guifg=#3C4C72 guibg=NONE gui=bold
hi rubyRailsRenderMethod guifg=#3C4C72 guibg=NONE gui=bold
Expand Down
4 changes: 0 additions & 4 deletions script/highlight_colors.vim
Expand Up @@ -21,10 +21,6 @@ highlight Color3C4C72 guifg=#ffffff guibg=#3C4C72
call matchadd("Color3C4C72", "3C4C72")
highlight Color526CF8 guifg=#ffffff guibg=#526CF8
call matchadd("Color526CF8", "526CF8")
highlight Color585CF6 guifg=#ffffff guibg=#585CF6
call matchadd("Color585CF6", "585CF6")
highlight Color6D79DE guifg=#ffffff guibg=#6D79DE
call matchadd("Color6D79DE", "6D79DE")
highlight Color6E79F1 guifg=#ffffff guibg=#6E79F1
call matchadd("Color6E79F1", "6E79F1")
highlight Color808080 guifg=#EFEFEF guibg=#808080
Expand Down

0 comments on commit b6a1a22

Please sign in to comment.