dblume commited on 2024-05-29 19:16:45
Showing 2 changed files, with 2 additions and 2 deletions.
It's subtle enough in documents like .txt that don't have much formatting to not be distracting, and just enough to know that rainbow parens are on the watch. Also tweaked some following colors for better contrast with their neighbors.
... | ... |
@@ -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': ['194', 'lightblue', 'green', '180', 'yellow', 'lightmagenta'] } |
|
433 |
+let g:rainbow_conf = { 'ctermfgs': ['223', 'lightblue', '180', 'green', 'yellow', '111'] } |
|
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': ['194', 'lightblue', 'green', '180', 'yellow', 'lightmagenta'] } |
|
457 |
+let g:rainbow_conf = { 'ctermfgs': ['223', 'lightblue', '180', 'green', 'yellow', '111'] } |
|
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 |