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, "", "")