Skip to content

Commit

Permalink
Version 2.0
Browse files Browse the repository at this point in the history
Rework of some "trimming" elements (line number column, status line etc.). I think it looks a lot nicer than 1.x!
  • Loading branch information
jeetsukumaran authored and vim-scripts committed Oct 18, 2010
1 parent 0a5a66f commit 168883a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions colors/mayansmoke.vim
Expand Up @@ -111,8 +111,8 @@ else
hi IncSearch guifg=black guibg=khaki gui=NONE hi IncSearch guifg=black guibg=khaki gui=NONE
hi Search guifg=black guibg=khaki gui=NONE hi Search guifg=black guibg=khaki gui=NONE
endif endif
hi LineNr guifg=#FEFEFC guibg=LightSteelBlue gui=NONE hi LineNr guifg=#666677 guibg=#cccfbf gui=NONE
hi MatchParen guifg=White guibg=blue gui=bold hi MatchParen guifg=black guibg=LemonChiffon3 gui=bold
hi ModeMsg guifg=White guibg=tomato1 gui=bold hi ModeMsg guifg=White guibg=tomato1 gui=bold
hi MoreMsg guifg=SeaGreen4 guibg=bg gui=bold hi MoreMsg guifg=SeaGreen4 guibg=bg gui=bold
hi NonText guifg=LightCyan3 guibg=bg gui=bold hi NonText guifg=LightCyan3 guibg=bg gui=bold
Expand All @@ -137,13 +137,14 @@ hi SpellBad guisp=Firebrick2 gui=undercurl
hi SpellCap guisp=Blue gui=undercurl hi SpellCap guisp=Blue gui=undercurl
hi SpellLocal guisp=DarkCyan gui=undercurl hi SpellLocal guisp=DarkCyan gui=undercurl
hi SpellRare guisp=Magenta gui=undercurl hi SpellRare guisp=Magenta gui=undercurl
hi StatusLine guifg=white guibg=LightSkyBlue4 gui=NONE hi StatusLine guifg=#FFFEEE guibg=#557788 gui=NONE
hi StatusLineNC guifg=ivory1 guibg=LightSteelBlue gui=NONE " hi StatusLineNC guifg=#EAE6E2 guibg=LightSteelBlue3 gui=italic
hi StatusLineNC guifg=#F4F4EE guibg=#99aabb gui=italic
hi TabLine guifg=fg guibg=LightGrey gui=underline hi TabLine guifg=fg guibg=LightGrey gui=underline
hi TabLineFill guifg=fg guibg=bg gui=reverse hi TabLineFill guifg=fg guibg=bg gui=reverse
hi TabLineSel guifg=fg guibg=bg gui=bold hi TabLineSel guifg=fg guibg=bg gui=bold
hi Title guifg=DeepSkyBlue3 guibg=bg gui=bold hi Title guifg=DeepSkyBlue3 guibg=bg gui=bold
hi VertSplit guifg=ivory1 guibg=LightSkyBlue4 gui=NONE hi VertSplit guifg=#99aabb guibg=#99aabb
hi Visual guifg=white guibg=DeepSkyBlue1 gui=NONE hi Visual guifg=white guibg=DeepSkyBlue1 gui=NONE
hi WarningMsg guifg=Firebrick2 guibg=bg gui=NONE hi WarningMsg guifg=Firebrick2 guibg=bg gui=NONE
hi WildMenu guifg=Black guibg=SkyBlue gui=NONE hi WildMenu guifg=Black guibg=SkyBlue gui=NONE
Expand Down Expand Up @@ -245,7 +246,8 @@ hi WildMenu ctermfg=16 ctermbg=117 cterm=NONE
" Debug debugging statements " Debug debugging statements
" *Error any erroneous construct " *Error any erroneous construct
" *Todo anything that needs extra attention " *Todo anything that needs extra attention
hi Comment guifg=SlateGray3 guibg=NONE gui=italic " hi Comment guifg=#A2B5CD guibg=NONE gui=italic
hi Comment guifg=#96AAC2 guibg=NONE gui=italic
hi Constant guifg=DarkOrange guibg=NONE gui=NONE hi Constant guifg=DarkOrange guibg=NONE gui=NONE
hi String guifg=Aquamarine4 guibg=NONE gui=NONE hi String guifg=Aquamarine4 guibg=NONE gui=NONE
hi Boolean guifg=IndianRed4 guibg=NONE gui=NONE hi Boolean guifg=IndianRed4 guibg=NONE gui=NONE
Expand Down

0 comments on commit 168883a

Please sign in to comment.