From a4cf4d6c801ac291b534d4b23cff8048425727f5 Mon Sep 17 00:00:00 2001 From: Josh Dick Date: Sat, 21 Nov 2015 14:45:00 -0500 Subject: [PATCH] Black foreground color in visual mode so comments aren't obliterated when using 16-color palette. --- colors/onedark.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/onedark.vim b/colors/onedark.vim index 5ec2b6b..aac8a74 100644 --- a/colors/onedark.vim +++ b/colors/onedark.vim @@ -1,6 +1,6 @@ " Vim Color File " Name: onedark.vim -" Version: 1.0 +" Version: 1.1 " Maintainer: https://github.com/joshdick/onedark.vim/ " License: The MIT License (MIT) " Based On: https://github.com/MaxSt/FlatColor/ @@ -173,7 +173,7 @@ call s:h("TabLine", {}) " tab pages line, not active tab page label call s:h("TabLineFill", {}) " tab pages line, where there are no labels call s:h("TabLineSel", {}) " tab pages line, active tab page label call s:h("Title", { "fg": s:green }) " titles for output from ":set all", ":autocmd" etc. -call s:h("Visual", { "bg": s:visual_grey }) " Visual mode selection +call s:h("Visual", { "fg": s:black, "bg": s:visual_grey }) " Visual mode selection call s:h("VisualNOS", { "bg": s:visual_grey }) " Visual mode selection when vim is "Not Owning the Selection". Only X11 Gui's gui-x11 and xterm-clipboard supports this. call s:h("WarningMsg", { "fg": s:red }) " warning messages call s:h("WildMenu", {}) " current match in 'wildmenu' completion