From 6b2f53f0a9249e8617b77f61c3413bab628d7d56 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 26 Nov 2021 01:41:25 +0530 Subject: Added my weird purple color for visual and search --- colors/doom-one.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/doom-one.vim b/colors/doom-one.vim index 38ad62c..3008be8 100644 --- a/colors/doom-one.vim +++ b/colors/doom-one.vim @@ -80,7 +80,7 @@ let s:bg_highlight = '#2E323C' let s:bg_popup = '#3E4556' let s:bg_widget = s:bg let s:bg_statusline = s:bg -let s:bg_visual = color#Lighten(s:dark_blue, 0.3) +let s:bg_visual = '#71279f' let s:bg_selection = s:dark_blue let s:bg_highlighted = '#4A4A45' let s:bg_linenr = s:bg @@ -207,7 +207,7 @@ call s:_('BufferPart', s:diff_info_fg, s:diff_info_bg0, 'bold') " Search, Highlight, Conceal, Messages {{{ " let s:bg_search = color#Mix(s:bg, s:yellow, 0.2) -let s:bg_search = s:yellow +let s:bg_search = '#8819c2' call s:_('Search', s:highlight_color, s:bg_search, 'none') call s:_('IncSearch', s:highlight_color, s:bg_search, 'none') -- cgit v1.2.3