1
0
Fork 0

Merging upstream version 3.0.21.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 18:28:35 +01:00
parent 8fd03f3098
commit 3623c97041
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
29 changed files with 547 additions and 772 deletions

View file

@ -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).