mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
change private_method_color and protected_method_color in config.ls to match 'ls --help'.
This commit is contained in:
parent
5ed220b467
commit
107c7bcb72
1 changed files with 2 additions and 2 deletions
|
@ -284,8 +284,8 @@ Readline version #{ver} detected - will not auto_resize! correctly.
|
|||
:heading_color => :bright_blue,
|
||||
|
||||
:public_method_color => :default,
|
||||
:private_method_color => :blue,
|
||||
:protected_method_color => :blue,
|
||||
:private_method_color => :green,
|
||||
:protected_method_color => :yellow,
|
||||
:method_missing_color => :bright_red,
|
||||
|
||||
:local_var_color => :yellow,
|
||||
|
|
Loading…
Reference in a new issue