dblume commited on 2024-05-26 21:26:59
Showing 2 changed files, with 2 additions and 2 deletions.
cyan was too much like lightmagenta.
... | ... |
@@ -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', 'yellow', 'green', 'cyan', 'lightmagenta'] } |
|
433 |
+let g:rainbow_conf = { 'ctermfgs': ['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', 'yellow', 'green', 'cyan', 'lightmagenta'] } |
|
457 |
+let g:rainbow_conf = { 'ctermfgs': ['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 |