您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

15 行
310 B

  1. """
  2. Configuration for ``ptpython``.
  3. Copy this file to $XDG_CONFIG_HOME/ptpython/config.py
  4. On Linux, this is: ~/.config/ptpython/config.py
  5. On macOS, this is: ~/Library/Application Support/ptpython/config.py
  6. """
  7. __all__ = ["configure"]
  8. def configure(repl):
  9. repl.use_code_colorscheme("native")
  10. return