Fork me on GitHub
#vim
<
2017-05-05
>
marla15:05:44

Hey y'all, wondering if anyone has successfully changed the color pairs for rainbow_parentheses. I've got the following in my vimrc but the defaults are still showing. I'm sure I'm just overlooking something simple:

" Rainbow Parentheses color pairs
let g:rbpt_colorpairs=[
  \ ['gray',       'gray40'],
  \ ['red',        'firebrick3'],
  \ ['brown',     'DarkOrange1'],
  \ ['yellow',     'gold1'],
  \ ['green',      'LimeGreen'],
  \ ['lightblue',  'CadetBlue1'],
  \ ['darkblue',   'MediumBlue'],
  \ ['darkred',     'DarkOrchid3'],
  \ ['darkmagenta',       'maroon1'],
  \ ]
let g:rbpt_max=9
let g:rbpt_loadcmd_toggle=0

dominicm18:05:46

Which rainbow plugin is this?

marla18:05:36

Though I am certainly open to the suggestion of switching to a different one as a solution 🙂