Adding upstream version 3.0.21.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d9141a2af9
commit
0f95fa9525
29 changed files with 547 additions and 772 deletions
|
@ -106,8 +106,13 @@ def configure(repl):
|
|||
repl.enable_input_validation = True
|
||||
|
||||
# Use this colorscheme for the code.
|
||||
# Ptpython uses Pygments for code styling, so you can choose from Pygments'
|
||||
# color schemes. See:
|
||||
# https://pygments.org/docs/styles/
|
||||
# https://pygments.org/demo/
|
||||
repl.use_code_colorscheme("default")
|
||||
# repl.use_code_colorscheme("pastie")
|
||||
# A colorscheme that looks good on dark backgrounds is 'native':
|
||||
# repl.use_code_colorscheme("native")
|
||||
|
||||
# Set color depth (keep in mind that not all terminals support true color).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue