diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2021-04-30 21:10:01 -0400 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2021-04-30 21:10:01 -0400 |
commit | 76638f08b9f495b669c0344c5de3f205ee6acae7 (patch) | |
tree | d493ffae113f4ef806f24a2a4787bec2eb052571 | |
parent | 38338bdf07b059f6d87d5f4f99d4c76e5fda6b7e (diff) |
feat: tone down Method
-rw-r--r-- | colors/doom-one.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/doom-one.vim b/colors/doom-one.vim index 202e2da..ff6e5ca 100644 --- a/colors/doom-one.vim +++ b/colors/doom-one.vim @@ -342,7 +342,7 @@ call s:_('VariableBuiltin', color#Lighten(s:magenta, 0.2), '', 'bold call s:_('Function', s:yellow, '', 'none') call s:_('FunctionBuiltin', s:orange, '', 'bold') -call s:_('Method', s:yellow, '', 'bold') +call s:_('Method', s:yellow, '', 'none') call s:_('Symbol', s:magenta, '', 'none') call s:_('Control', s:magenta, '', 'none') |