Skip to content

Commit

Permalink
ptpython: don't customize color schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquesstudio38 committed Aug 12, 2015
1 parent 2ed047d commit 5c2429e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ptpython/config.py
Expand Up @@ -75,11 +75,11 @@ def configure(repl):
repl.enable_input_validation = True

# Use this colorscheme for the code.
repl.use_code_colorscheme('pastie')
# repl.use_code_colorscheme('pastie')

# Install custom colorscheme named 'my-colorscheme' and use it.
repl.install_ui_colorscheme('my-colorscheme', _custom_ui_colorscheme)
repl.use_ui_colorscheme('my-colorscheme')
# repl.install_ui_colorscheme('my-colorscheme', _custom_ui_colorscheme)
# repl.use_ui_colorscheme('my-colorscheme')

# Add custom key binding for PDB.
@repl.add_key_binding(Keys.ControlB)
Expand Down

0 comments on commit 5c2429e

Please sign in to comment.