Coding style.

- Remove all commented out code.
This commit is contained in:
Andrew Hamilton 2022-01-07 18:08:58 +10:00
parent c3763d730b
commit 51bfa36a5d
2 changed files with 0 additions and 21 deletions

View file

@ -27,11 +27,7 @@ def highlight_str(line, bg_color, transparency=0.6):
PYTHON_LEXER = pygments.lexers.get_lexer_by_name("python")
# NATIVE_STYLE = pygments.styles.get_style_by_name("monokai")
# NATIVE_STYLE = pygments.styles.get_style_by_name("native")
NATIVE_STYLE = pygments.styles.get_style_by_name("paraiso-dark")
# NATIVE_STYLE = pygments.styles.get_style_by_name("fruity")
# NATIVE_STYLE = pygments.styles.get_style_by_name("solarizedlight")
def _syntax_highlight(text, lexer, style):