Make first rainbow paren color be close to gray
dblume

dblume commited on 2024-05-29 14:24:13
Showing 2 changed files, with 2 additions and 2 deletions.


When you're not really expecting rainbow parens, and it's usually
only one level deep, make the first color very subtle.
... ...
@@ -430,7 +430,7 @@ let g:rooter_cd_cmd = 'lcd'
430 430
 let g:rooter_manual_only = 1
431 431
 
432 432
 " 'Rainbow Parentheses Improved' https://github.com/luochen1990/rainbow/
433
-let g:rainbow_conf = { 'ctermfgs': ['lightblue', 'green', '180', 'yellow', 'lightmagenta'] }
433
+let g:rainbow_conf = { 'ctermfgs': ['194', 'lightblue', 'green', '180', 'yellow', 'lightmagenta'] }
434 434
 let g:rainbow_active = 1 "set to 0 if you want to enable it later via :RainbowToggle
435 435
 
436 436
 " See https://wiki.dlma.com/neovim#cscope
... ...
@@ -454,7 +454,7 @@ let g:rooter_cd_cmd = 'lcd'
454 454
 let g:rooter_manual_only = 1
455 455
 
456 456
 " 'Rainbow Parentheses Improved' https://github.com/luochen1990/rainbow/
457
-let g:rainbow_conf = { 'ctermfgs': ['lightblue', 'green', '180', 'yellow', 'lightmagenta'] }
457
+let g:rainbow_conf = { 'ctermfgs': ['194', 'lightblue', 'green', '180', 'yellow', 'lightmagenta'] }
458 458
 let g:rainbow_active = 1 "set to 0 if you want to enable it later via :RainbowToggle
459 459
 
460 460
 " In some environments, Vim starts in replace mode:
461 461