Skip to content

Commit 7766675

Browse files
committed
Correct default dark style for Pygments 2.2.0
1 parent c1c6da5 commit 7766675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "colorful" 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)