From 84433d6aed6d1caa75de510c12c965a82cefae1d Mon Sep 17 00:00:00 2001 From: Cody Allen Date: Mon, 20 Jan 2014 18:28:19 -0500 Subject: [PATCH] Add vim Keyword syntax coloring Orange might not be the best choice, so I'm open to other suggestions, but I think something is better than nothing. Close #230. Signed-off-by: ChaYoung You --- vim/colors/Tomorrow-Night-Blue.vim | 1 + vim/colors/Tomorrow-Night-Bright.vim | 1 + vim/colors/Tomorrow-Night-Eighties.vim | 1 + vim/colors/Tomorrow-Night.vim | 1 + vim/colors/Tomorrow.vim | 1 + 5 files changed, 5 insertions(+) diff --git a/vim/colors/Tomorrow-Night-Blue.vim b/vim/colors/Tomorrow-Night-Blue.vim index 5826c056..6ea07062 100644 --- a/vim/colors/Tomorrow-Night-Blue.vim +++ b/vim/colors/Tomorrow-Night-Blue.vim @@ -273,6 +273,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Structure", s:purple, "", "") call X("Function", s:blue, "", "") call X("Constant", s:orange, "", "") + call X("Keyword", s:orange, "", "") call X("String", s:green, "", "") call X("Special", s:foreground, "", "") call X("PreProc", s:purple, "", "") diff --git a/vim/colors/Tomorrow-Night-Bright.vim b/vim/colors/Tomorrow-Night-Bright.vim index b52826d9..4b0e64fe 100644 --- a/vim/colors/Tomorrow-Night-Bright.vim +++ b/vim/colors/Tomorrow-Night-Bright.vim @@ -273,6 +273,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Structure", s:purple, "", "") call X("Function", s:blue, "", "") call X("Constant", s:orange, "", "") + call X("Keyword", s:orange, "", "") call X("String", s:green, "", "") call X("Special", s:foreground, "", "") call X("PreProc", s:purple, "", "") diff --git a/vim/colors/Tomorrow-Night-Eighties.vim b/vim/colors/Tomorrow-Night-Eighties.vim index ddb66b32..bf21d73a 100644 --- a/vim/colors/Tomorrow-Night-Eighties.vim +++ b/vim/colors/Tomorrow-Night-Eighties.vim @@ -273,6 +273,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Structure", s:purple, "", "") call X("Function", s:blue, "", "") call X("Constant", s:orange, "", "") + call X("Keyword", s:orange, "", "") call X("String", s:green, "", "") call X("Special", s:foreground, "", "") call X("PreProc", s:purple, "", "") diff --git a/vim/colors/Tomorrow-Night.vim b/vim/colors/Tomorrow-Night.vim index c02ed3d3..71059f43 100644 --- a/vim/colors/Tomorrow-Night.vim +++ b/vim/colors/Tomorrow-Night.vim @@ -281,6 +281,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Structure", s:purple, "", "") call X("Function", s:blue, "", "") call X("Constant", s:orange, "", "") + call X("Keyword", s:orange, "", "") call X("String", s:green, "", "") call X("Special", s:foreground, "", "") call X("PreProc", s:purple, "", "") diff --git a/vim/colors/Tomorrow.vim b/vim/colors/Tomorrow.vim index b5b473b9..1ad73f6e 100644 --- a/vim/colors/Tomorrow.vim +++ b/vim/colors/Tomorrow.vim @@ -274,6 +274,7 @@ if has("gui_running") || &t_Co == 88 || &t_Co == 256 call X("Structure", s:purple, "", "") call X("Function", s:blue, "", "") call X("Constant", s:orange, "", "") + call X("Keyword", s:orange, "", "") call X("String", s:green, "", "") call X("Special", s:foreground, "", "") call X("PreProc", s:purple, "", "")