Skip to content

Commit

Permalink
default colors for cterm updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
luochen1990 committed Aug 5, 2014
1 parent 0f95c75 commit 689a2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/rainbow.vim
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let s:loaded = 1

let s:rainbow_conf = {
\ 'guifgs': ['royalblue3', 'darkorange3', 'seagreen3', 'firebrick'],
\ 'ctermfgs': ['darkgray', 'darkblue', 'darkmagenta', 'darkcyan'],
\ 'ctermfgs': ['lightblue', 'lightyellow', 'lightcyan', 'lightmagenta'],
\ 'operators': '_,_',
\ 'parentheses': ['start=/(/ end=/)/', 'start=/\[/ end=/\]/', 'start=/{/ end=/}/'],
\ 'separately': {
Expand Down

0 comments on commit 689a2ab

Please sign in to comment.