Skip to content

Instantly share code, notes, and snippets.

@matheusazzi
Created July 16, 2017 22:50
Show Gist options
  • Save matheusazzi/56c02c7df144c3f32121a1eef0ddecf9 to your computer and use it in GitHub Desktop.
Save matheusazzi/56c02c7df144c3f32121a1eef0ddecf9 to your computer and use it in GitHub Desktop.
.iex.exs
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