Made a few more tweaks to the colourscheme

This commit is contained in:
Kevin 2014-04-03 10:43:00 -04:00
parent 0cc369513a
commit c0be78890c
2 changed files with 8 additions and 5 deletions

View file

@ -308,12 +308,12 @@ call s:X("StringDelimiter","ffff00","","","Yellow","")
call s:X("Identifier","87d7ff","","","Blue","") call s:X("Identifier","87d7ff","","","Blue","")
call s:X("Type","d75f5f","","","Red","") call s:X("Type","d75f5f","","","Red","")
call s:X("Function","87d7ff","","","Blue","") call s:X("Function","87d7ff","","","Blue","")
call s:X("Label","87d7ff","","","Blue","") call s:X("Label","d75f5f","","","Red","")
call s:X("Statement","ffd787","","","Yellow","") call s:X("Statement","ffd787","","","Yellow","")
call s:X("PreProc","ffd787","","","Yellow","") call s:X("PreProc","ffd787","","","Yellow","")
call s:X("Operator","d75f5f","","","Red","") call s:X("Operator","d75f5f","","","Red","")
call s:X("NonText","87d7ff","","","Blue","") call s:X("NonText","87d7ff","","","Blue","")
call s:X("SpecialKey","000000","","",s:termBlack,"") call s:X("SpecialKey","626262","","",s:termBlack,"")
call s:X("Search","87d7ff","262626","standout","Blue",s:termBlack) call s:X("Search","87d7ff","262626","standout","Blue",s:termBlack)
call s:X("IncSearch","87d7ff","262626","standout,bold","Blue",s:termBlack) call s:X("IncSearch","87d7ff","262626","standout,bold","Blue",s:termBlack)
call s:X("Directory","87d7ff","","","Blue","") call s:X("Directory","87d7ff","","","Blue","")
@ -341,14 +341,17 @@ call s:X("DiffChange","000000","87d7ff","italic",s:termBlack,"Blue")
call s:X("DiffText","000000","c6c6c6","italic",s:termBlack,"White") call s:X("DiffText","000000","c6c6c6","italic",s:termBlack,"White")
"html "html
hi! link htmlLink Statement call s:X("htmlTitle","ffffff","","underline,bold","White","")
hi! link htmlTitle Title
call s:X("htmlH1","d75f5f","","standout,underline,bold","Red","") call s:X("htmlH1","d75f5f","","standout,underline,bold","Red","")
call s:X("htmlH2","ffd787","","standout,underline,bold","Yellow","") call s:X("htmlH2","ffd787","","standout,underline,bold","Yellow","")
call s:X("htmlH3","87d7ff","","standout,underline,bold","Blue","") call s:X("htmlH3","87d7ff","","standout,underline,bold","Blue","")
call s:X("htmlH4","d75f5f","","underline,bold","Red","") call s:X("htmlH4","d75f5f","","underline,bold","Red","")
call s:X("htmlH5","ffd787","","underline,bold","Yellow","") call s:X("htmlH5","ffd787","","underline,bold","Yellow","")
call s:X("htmlH6","87d7ff","","underline,bold","Blue","") call s:X("htmlH6","87d7ff","","underline,bold","Blue","")
hi! link htmlArg Operator
hi! link cssBraces Delimiter
hi! link csCharacter String
"php "php
hi! link phpFunctions Function hi! link phpFunctions Function

View file

@ -70,7 +70,7 @@
autocmd BufNewFile,BufRead cjdroute.conf,ircd.conf setf javascript autocmd BufNewFile,BufRead cjdroute.conf,ircd.conf setf javascript
"enable spellcheck by default when using given filetypes and extensions "enable spellcheck by default when using given filetypes and extensions
autocmd FileType gitcommit,notes,mail,notmuch,mkd,text setlocal spell autocmd FileType gitcommit,notes,mail,notmuch,text setlocal spell
autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber
"enable omnicompletion for any filetype without that has syntax highlighting "enable omnicompletion for any filetype without that has syntax highlighting