This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-05
Channels
- # aws-lambda (1)
- # beginners (294)
- # boot (35)
- # cider (19)
- # cljs-dev (39)
- # cljsrn (7)
- # clojars (48)
- # clojure (266)
- # clojure-android (1)
- # clojure-brasil (1)
- # clojure-france (2)
- # clojure-greece (5)
- # clojure-italy (7)
- # clojure-mexico (1)
- # clojure-russia (24)
- # clojure-spec (10)
- # clojure-uk (31)
- # clojurescript (134)
- # consulting (7)
- # cursive (69)
- # datomic (20)
- # emacs (57)
- # events (2)
- # figwheel (2)
- # hoplon (1)
- # jobs-discuss (19)
- # luminus (33)
- # lumo (18)
- # mount (1)
- # off-topic (32)
- # om (5)
- # onyx (27)
- # pedestal (15)
- # re-frame (12)
- # reagent (28)
- # rum (2)
- # schema (2)
- # spacemacs (9)
- # unrepl (2)
- # untangled (7)
- # vim (5)
- # yada (4)
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
it's this one: https://github.com/kien/rainbow_parentheses.vim
Though I am certainly open to the suggestion of switching to a different one as a solution 🙂
https://github.com/morhetz/gruvbox/blob/master/colors/gruvbox.vim Does copying the rbpt from this work? @marla