We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891f65e commit 2523771Copy full SHA for 2523771
2 files changed
__pkginfo__.py
@@ -64,7 +64,7 @@
64
"columnize >= 0.3.10",
65
"nose>=1.0.0, <= 1.3.7",
66
"pyficache >= 2.3.0",
67
- "pygments == 2.2.0", # Later releases don't support Python 2.7
+ "pygments >= 2.2.0,<=2.2.5", # Later releases don't support Python 2.7
68
"spark_parser >= 1.8.9, <1.9.0",
69
"uncompyle6 >= 3.8.0",
70
"term-background >= 1.0.1",
trepan/lib/default.py
@@ -26,7 +26,7 @@
26
27
width = computed_displaywidth()
28
is_dark_bg = is_dark_background()
29
-default_style = "zenburn" if is_dark_bg else "tango"
+default_style = "monokai" if is_dark_bg else "tango"
30
31
# Below are the default debugger settings. The debugger object version
32
# of this may change. A setting is something a user may want to
0 commit comments