aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@protonmail.ch>2021-11-26 01:41:25 +0530
committerVidhu Kant Sharma <vidhukant@protonmail.ch>2021-11-26 01:41:25 +0530
commit6b2f53f0a9249e8617b77f61c3413bab628d7d56 (patch)
tree087d1cd28b0f2bb61207710fccd80c13ec3860c6 /colors
parent6f70bfb08540a730ed3e267cb6705716244d625e (diff)
Added my weird purple color for visual and searchHEADmaster
Diffstat (limited to 'colors')
-rw-r--r--colors/doom-one.vim4
1 files 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')