Created
July 16, 2017 22:50
-
-
Save matheusazzi/56c02c7df144c3f32121a1eef0ddecf9 to your computer and use it in GitHub Desktop.
.iex.exs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IEx.configure [ | |
colors: [ | |
pretty: true, | |
syntax_colors: [ | |
atom: :light_cyan, | |
string: :light_green, | |
number: :light_blue, | |
nil: :light_magenta, | |
list: :light_white, | |
tuple: :light_white, | |
map: :light_white, | |
keyword_list: :light_white, | |
keyword: :default_color, | |
boolean: :light_magenta, | |
binary: :light_yellow, | |
hash_set: :light_white, | |
hash_dict: :light_white, | |
regex: :light_red, | |
struct: :light_white | |
] | |
] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment