diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2021-01-12 14:33:37 -0500 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2021-01-12 14:33:37 -0500 |
commit | 4d3bbea72bd58031ea133904a08ca2b9830b9162 (patch) | |
tree | e25ea0c0b231c94d91e8d195b7d85e9fdc8d325f | |
parent | e17bc3a005ce48cc26cbac50f60c63e85eeca999 (diff) |
adjust colors
-rw-r--r-- | colors/doom-one.vim | 4 |
1 files changed, 2 insertions, 2 deletions
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') |