Coding style.
- Remove all commented out code.
This commit is contained in:
parent
c3763d730b
commit
51bfa36a5d
2 changed files with 0 additions and 21 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue