From fe3ba45349df924efd6b50023551eee356992d06 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Wed, 4 Oct 2017 10:02:36 -0700 Subject: [PATCH] better colors from vim-interestingwords --- .vim/plugins.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index e2abf68..b0b6b66 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -14,6 +14,10 @@ let g:gitgutter_max_signs = 10000 " vim-go let g:go_fmt_command = 'goimports' +" vim-interestinwords +let g:interestingWordsGUIColors = ['#8CCBEA', '#A4E57E', '#FFDB72', '#FF7272', '#FFB3FF', '#9999FF'] +let g:interestingWordsTermColors = ['154', '121', '211', '137', '214', '222'] + " vim-licenses let g:licenses_authors_name = 'Alex Yatskov ' let g:licenses_copyright_holders_name = g:licenses_authors_name