We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c6da5 commit 7766675Copy full SHA for 7766675
trepan/lib/default.py
@@ -26,7 +26,7 @@
26
27
width = computed_displaywidth()
28
is_dark_bg = is_dark_background()
29
-default_style = "colorful" 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