Skip to content

Commit 5e70b91

Browse files
committed
Use Monokai Theme for rich printing on Windows
1 parent 86273f4 commit 5e70b91

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

seleniumbase/console_scripts/sb_print.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -573,11 +573,8 @@ def main():
573573

574574
the_code = rich_helper.fix_emoji_spacing(the_code)
575575
the_theme = "monokai"
576-
platform = sys.platform
577576
if file_to_print.split(os.sep)[-1].startswith("."):
578577
the_theme = "tango"
579-
elif "win32" in platform or "win64" in platform or "x64" in platform:
580-
the_theme = "abap"
581578

582579
magic_syntax = rich_helper.process_syntax(
583580
the_code,

0 commit comments

Comments
 (0)