From e11fcc015631ee3ee04772c4c29600a18a106d50 Mon Sep 17 00:00:00 2001 From: Shmerl Date: Tue, 31 Jan 2017 15:33:06 -0500 Subject: [PATCH] added Function coloring --- colors/gotham.vim | 2 +- colors/gotham256.vim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/colors/gotham.vim b/colors/gotham.vim index 5cd42b0..82c489e 100644 --- a/colors/gotham.vim +++ b/colors/gotham.vim @@ -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. diff --git a/colors/gotham256.vim b/colors/gotham256.vim index aa7fc2e..4f99b0c 100644 --- a/colors/gotham256.vim +++ b/colors/gotham256.vim @@ -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')