From 4d3bbea72bd58031ea133904a08ca2b9830b9162 Mon Sep 17 00:00:00 2001 From: Rom Grk Date: Tue, 12 Jan 2021 14:33:37 -0500 Subject: adjust colors --- colors/doom-one.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'colors') diff --git a/colors/doom-one.vim b/colors/doom-one.vim index 764ea4b..6e3556a 100644 --- a/colors/doom-one.vim +++ b/colors/doom-one.vim @@ -183,7 +183,7 @@ call s:_('BufferCurrentMod', s:yellow, s:bg_current, 'none') call s:_('BufferCurrentSign', s:blue, s:bg_current, 'none') call s:_('BufferCurrentTarget', s:red, s:bg_current, 'bold') -call s:_('BufferVisible', s:base9, s:bg_visible, 'none') +call s:_('BufferVisible', s:base7, s:bg_visible, 'none') call s:_('BufferVisibleIndex', s:base9, s:bg_visible, 'none') call s:_('BufferVisibleMod', s:yellow, s:bg_visible, 'none') call s:_('BufferVisibleSign', s:base4, s:bg_visible, 'none') @@ -275,7 +275,7 @@ hi! link CommentLabel CommentBold hi! link CommentSection CommentBold hi! link Noise Comment -call s:_('Global', s:magenta, '', 'none') +call s:_('Global', s:violet, '', 'bold') call s:_('PreProc', s:magenta, '', 'none') call s:_('Macro', s:magenta, '', 'bold') call s:_('Define', s:magenta, '', 'bold') -- cgit v1.2.3