Skip to content

Instantly share code, notes, and snippets.

@blackode
Created April 6, 2020 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blackode/092901597ab7c0361a0d142115714081 to your computer and use it in GitHub Desktop.
Save blackode/092901597ab7c0361a0d142115714081 to your computer and use it in GitHub Desktop.
Syntax and DataTypes color configuration
IEx.configure(
colors: [
syntax_colors: [
number: :magenta,
atom: :cyan,
string: :green,
boolean: :magenta,
nil: :red
],
eval_result: [:green, :bright],
eval_error: [[:red, :bright, "✘ \n"]],
eval_info: [:yellow, :bright],
eval_warning: [:yellow, :bright, "💩"]
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment