Skip to content

Instantly share code, notes, and snippets.

@ankurdave
Last active June 16, 2017 07:14
Show Gist options
  • Save ankurdave/6669f51b035b30c769cb2c2edc3873ea to your computer and use it in GitHub Desktop.
Save ankurdave/6669f51b035b30c769cb2c2edc3873ea to your computer and use it in GitHub Desktop.
color-identifiers-mode #29
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<!-- Created by htmlize-1.51 in inline-css mode. -->
<html>
<head>
<title>test.py</title>
</head>
<body style="color: #DCDCCC; background-color: #3F3F3F;">
<pre>
<span style="color: #F0DFAF; font-weight: bold;">def</span> <span style="color: #93E0E3;">test1</span>(<span style="color: #fff099;">a</span>, <span style="color: #c2b6e1;">b</span>):
<span style="color: #F0DFAF; font-weight: bold;">return</span> <span style="color: #fff099;">a</span> + <span style="color: #c2b6e1;">b</span>
<span style="color: #F0DFAF; font-weight: bold;">def</span> <span style="color: #93E0E3;">test2</span>((c, d)):
<span style="color: #F0DFAF; font-weight: bold;">return</span> c + d
<span style="color: #F0DFAF; font-weight: bold;">def</span> <span style="color: #93E0E3;">test3</span>(<span style="color: #99fed3;">e</span>, <span style="color: #b698ff;">f</span>):
<span style="color: #F0DFAF; font-weight: bold;">return</span> <span style="color: #99fed3;">e</span> + <span style="color: #b698ff;">f</span>
</pre>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment