mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
added Function coloring
This commit is contained in:
parent
ad93980da4
commit
e11fcc0156
|
|
@ -135,6 +135,7 @@ call s:Col('Number', 'orange')
|
|||
call s:Col('Statement', 'base5')
|
||||
call s:Col('Special', 'orange')
|
||||
call s:Col('Identifier', 'base5')
|
||||
call s:Col('Function', 'violet')
|
||||
|
||||
" Constants, Ruby symbols.
|
||||
call s:Col('Constant', 'magenta')
|
||||
|
|
@ -223,7 +224,6 @@ call s:Col('DiffSubname', 'base4')
|
|||
" Directories (e.g. netrw).
|
||||
call s:Col('Directory', 'cyan')
|
||||
|
||||
|
||||
" Programming languages and filetypes ==========================================
|
||||
|
||||
" Ruby.
|
||||
|
|
|
|||
|
|
@ -135,6 +135,7 @@ call s:Col('Number', 'orange')
|
|||
call s:Col('Statement', 'base5')
|
||||
call s:Col('Special', 'orange')
|
||||
call s:Col('Identifier', 'base5')
|
||||
call s:Col('Function', 'violet')
|
||||
|
||||
" Constants, Ruby symbols.
|
||||
call s:Col('Constant', 'magenta')
|
||||
|
|
|
|||
Loading…
Reference in a new issue