From 53202b42de463d6e15470f89913ad27f3eb54580 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 7 Dec 2014 17:30:21 +0000 Subject: [PATCH] Change vim directory highlight color --- colors/twilight.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/twilight.vim b/colors/twilight.vim index 800f0f3..ba8cfed 100644 --- a/colors/twilight.vim +++ b/colors/twilight.vim @@ -65,8 +65,8 @@ if has("gui_running") || &t_Co == 256 "call HiGroup("Cursor", s:empty, s:empty, "none") "call HiGroup("CursorIM", s:empty, s:empty, "none") "call HiGroup("CursorColumn", s:empty, s:empty, "none") - "call HiGroup("CursorLine", s:empty, s:empty, "none") - "call HiGroup("Directory", s:empty, s:empty, "none") + "call HiGroup("CursorLine", s:none, s:dark_grey, "none") + call HiGroup("Directory", s:light_green, s:empty, "none") call HiGroup("DiffAdd", s:dark_green, s:grey, "bold") call HiGroup("DiffChange", s:white, s:grey, "bold") call HiGroup("DiffDelete", s:red, s:grey, "bold")