# HG changeset patch # User Meredith Howard # Date 1625297388 18000 # Node ID c3a15b8c217c2f4d5491ad9392b33c313dc224d8 # Parent fed7d34cdfff0c24c5d2f954cf9a4d1613b93da3 Fix colors diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -444,8 +444,8 @@ let g:airline#extensions#branch#format = ">> interestingwords " These are jellybeans colors and some complements -let g:interestingWordsGUIColors = ['#C4A258', '#D8AD4C', '#6AADA0', '#71B9F8', '#A037B0', '#CF6A4C'] -let g:interestingWordsRandomiseColors = 1 +let g:interestingWordsGUIColors = ['#C4A258','#6AADA0', '#71B9F8', '#A037B0', '#CF6A4C', '#D8AD4C'] +let g:interestingWordsTermColors = ['179', '73', '75', '133', '167', '136'] " }}} " {{{ Commands