Skip to content

Commit

Permalink
use highlight class for base css
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorturk committed Sep 17, 2009
1 parent f1b727e commit 6b4b131
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion app.py
Expand Up @@ -17,7 +17,7 @@ def post(self):

def pygmentize(lang, code):
lexer = get_lexer_by_name(lang, stripall=True)
formatter = HtmlFormatter(linenos=False, cssclass="pygments_appspot")
formatter = HtmlFormatter(linenos=False, cssclass="highlight")
return highlight(code, lexer, formatter)

def main():
Expand Down
122 changes: 61 additions & 61 deletions default.css
@@ -1,61 +1,61 @@
.pygments_appspot .hll { background-color: #ffffcc }
.pygments_appspot .c { color: #408080; font-style: italic } /* Comment */
.pygments_appspot .err { border: 1px solid #FF0000 } /* Error */
.pygments_appspot .k { color: #008000; font-weight: bold } /* Keyword */
.pygments_appspot .o { color: #666666 } /* Operator */
.pygments_appspot .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.pygments_appspot .cp { color: #BC7A00 } /* Comment.Preproc */
.pygments_appspot .c1 { color: #408080; font-style: italic } /* Comment.Single */
.pygments_appspot .cs { color: #408080; font-style: italic } /* Comment.Special */
.pygments_appspot .gd { color: #A00000 } /* Generic.Deleted */
.pygments_appspot .ge { font-style: italic } /* Generic.Emph */
.pygments_appspot .gr { color: #FF0000 } /* Generic.Error */
.pygments_appspot .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.pygments_appspot .gi { color: #00A000 } /* Generic.Inserted */
.pygments_appspot .go { color: #808080 } /* Generic.Output */
.pygments_appspot .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.pygments_appspot .gs { font-weight: bold } /* Generic.Strong */
.pygments_appspot .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.pygments_appspot .gt { color: #0040D0 } /* Generic.Traceback */
.pygments_appspot .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.pygments_appspot .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.pygments_appspot .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.pygments_appspot .kp { color: #008000 } /* Keyword.Pseudo */
.pygments_appspot .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.pygments_appspot .kt { color: #B00040 } /* Keyword.Type */
.pygments_appspot .m { color: #666666 } /* Literal.Number */
.pygments_appspot .s { color: #BA2121 } /* Literal.String */
.pygments_appspot .na { color: #7D9029 } /* Name.Attribute */
.pygments_appspot .nb { color: #008000 } /* Name.Builtin */
.pygments_appspot .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.pygments_appspot .no { color: #880000 } /* Name.Constant */
.pygments_appspot .nd { color: #AA22FF } /* Name.Decorator */
.pygments_appspot .ni { color: #999999; font-weight: bold } /* Name.Entity */
.pygments_appspot .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.pygments_appspot .nf { color: #0000FF } /* Name.Function */
.pygments_appspot .nl { color: #A0A000 } /* Name.Label */
.pygments_appspot .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.pygments_appspot .nt { color: #008000; font-weight: bold } /* Name.Tag */
.pygments_appspot .nv { color: #19177C } /* Name.Variable */
.pygments_appspot .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.pygments_appspot .w { color: #bbbbbb } /* Text.Whitespace */
.pygments_appspot .mf { color: #666666 } /* Literal.Number.Float */
.pygments_appspot .mh { color: #666666 } /* Literal.Number.Hex */
.pygments_appspot .mi { color: #666666 } /* Literal.Number.Integer */
.pygments_appspot .mo { color: #666666 } /* Literal.Number.Oct */
.pygments_appspot .sb { color: #BA2121 } /* Literal.String.Backtick */
.pygments_appspot .sc { color: #BA2121 } /* Literal.String.Char */
.pygments_appspot .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.pygments_appspot .s2 { color: #BA2121 } /* Literal.String.Double */
.pygments_appspot .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.pygments_appspot .sh { color: #BA2121 } /* Literal.String.Heredoc */
.pygments_appspot .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.pygments_appspot .sx { color: #008000 } /* Literal.String.Other */
.pygments_appspot .sr { color: #BB6688 } /* Literal.String.Regex */
.pygments_appspot .s1 { color: #BA2121 } /* Literal.String.Single */
.pygments_appspot .ss { color: #19177C } /* Literal.String.Symbol */
.pygments_appspot .bp { color: #008000 } /* Name.Builtin.Pseudo */
.pygments_appspot .vc { color: #19177C } /* Name.Variable.Class */
.pygments_appspot .vg { color: #19177C } /* Name.Variable.Global */
.pygments_appspot .vi { color: #19177C } /* Name.Variable.Instance */
.pygments_appspot .il { color: #666666 } /* Literal.Number.Integer.Long */
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #408080; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #008000; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #BC7A00 } /* Comment.Preproc */
.highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #808080 } /* Generic.Output */
.highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008000 } /* Keyword.Pseudo */
.highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #B00040 } /* Keyword.Type */
.highlight .m { color: #666666 } /* Literal.Number */
.highlight .s { color: #BA2121 } /* Literal.String */
.highlight .na { color: #7D9029 } /* Name.Attribute */
.highlight .nb { color: #008000 } /* Name.Builtin */
.highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.highlight .no { color: #880000 } /* Name.Constant */
.highlight .nd { color: #AA22FF } /* Name.Decorator */
.highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0000FF } /* Name.Function */
.highlight .nl { color: #A0A000 } /* Name.Label */
.highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #19177C } /* Name.Variable */
.highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #666666 } /* Literal.Number.Float */
.highlight .mh { color: #666666 } /* Literal.Number.Hex */
.highlight .mi { color: #666666 } /* Literal.Number.Integer */
.highlight .mo { color: #666666 } /* Literal.Number.Oct */
.highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
.highlight .sc { color: #BA2121 } /* Literal.String.Char */
.highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #BA2121 } /* Literal.String.Double */
.highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
.highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.highlight .sx { color: #008000 } /* Literal.String.Other */
.highlight .sr { color: #BB6688 } /* Literal.String.Regex */
.highlight .s1 { color: #BA2121 } /* Literal.String.Single */
.highlight .ss { color: #19177C } /* Literal.String.Symbol */
.highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #19177C } /* Name.Variable.Class */
.highlight .vg { color: #19177C } /* Name.Variable.Global */
.highlight .vi { color: #19177C } /* Name.Variable.Instance */
.highlight .il { color: #666666 } /* Literal.Number.Integer.Long */

0 comments on commit 6b4b131

Please sign in to comment.