Skip to content

Commit 2523771

Browse files
committed
Pygments 2.20 does not have zenburn
1 parent 891f65e commit 2523771

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"columnize >= 0.3.10",
6565
"nose>=1.0.0, <= 1.3.7",
6666
"pyficache >= 2.3.0",
67-
"pygments == 2.2.0", # Later releases don't support Python 2.7
67+
"pygments >= 2.2.0,<=2.2.5", # Later releases don't support Python 2.7
6868
"spark_parser >= 1.8.9, <1.9.0",
6969
"uncompyle6 >= 3.8.0",
7070
"term-background >= 1.0.1",

trepan/lib/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
width = computed_displaywidth()
2828
is_dark_bg = is_dark_background()
29-
default_style = "zenburn" if is_dark_bg else "tango"
29+
default_style = "monokai" if is_dark_bg else "tango"
3030

3131
# Below are the default debugger settings. The debugger object version
3232
# of this may change. A setting is something a user may want to

0 commit comments

Comments
 (0)