Skip to content

Commit

Permalink
Pygments stylesheets generated by this library.
Browse files Browse the repository at this point in the history
  • Loading branch information
hreikin committed Apr 5, 2022
1 parent 828b7e6 commit 71d657a
Show file tree
Hide file tree
Showing 44 changed files with 3,078 additions and 0 deletions.
64 changes: 64 additions & 0 deletions css/abap.css
@@ -0,0 +1,64 @@
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.hll { background-color: #ffffcc }
.c { color: #888888; font-style: italic } /* Comment */
.err { color: #FF0000 } /* Error */
.k { color: #0000ff } /* Keyword */
.n { color: #000000 } /* Name */
.ch { color: #888888; font-style: italic } /* Comment.Hashbang */
.cm { color: #888888; font-style: italic } /* Comment.Multiline */
.cp { color: #888888; font-style: italic } /* Comment.Preproc */
.cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */
.c1 { color: #888888; font-style: italic } /* Comment.Single */
.cs { color: #888888; font-style: italic } /* Comment.Special */
.kc { color: #0000ff } /* Keyword.Constant */
.kd { color: #0000ff } /* Keyword.Declaration */
.kn { color: #0000ff } /* Keyword.Namespace */
.kp { color: #0000ff } /* Keyword.Pseudo */
.kr { color: #0000ff } /* Keyword.Reserved */
.kt { color: #0000ff } /* Keyword.Type */
.m { color: #33aaff } /* Literal.Number */
.s { color: #55aa22 } /* Literal.String */
.na { color: #000000 } /* Name.Attribute */
.nb { color: #000000 } /* Name.Builtin */
.nc { color: #000000 } /* Name.Class */
.no { color: #000000 } /* Name.Constant */
.nd { color: #000000 } /* Name.Decorator */
.ni { color: #000000 } /* Name.Entity */
.ne { color: #000000 } /* Name.Exception */
.nf { color: #000000 } /* Name.Function */
.nl { color: #000000 } /* Name.Label */
.nn { color: #000000 } /* Name.Namespace */
.nx { color: #000000 } /* Name.Other */
.py { color: #000000 } /* Name.Property */
.nt { color: #000000 } /* Name.Tag */
.nv { color: #000000 } /* Name.Variable */
.ow { color: #0000ff } /* Operator.Word */
.mb { color: #33aaff } /* Literal.Number.Bin */
.mf { color: #33aaff } /* Literal.Number.Float */
.mh { color: #33aaff } /* Literal.Number.Hex */
.mi { color: #33aaff } /* Literal.Number.Integer */
.mo { color: #33aaff } /* Literal.Number.Oct */
.sa { color: #55aa22 } /* Literal.String.Affix */
.sb { color: #55aa22 } /* Literal.String.Backtick */
.sc { color: #55aa22 } /* Literal.String.Char */
.dl { color: #55aa22 } /* Literal.String.Delimiter */
.sd { color: #55aa22 } /* Literal.String.Doc */
.s2 { color: #55aa22 } /* Literal.String.Double */
.se { color: #55aa22 } /* Literal.String.Escape */
.sh { color: #55aa22 } /* Literal.String.Heredoc */
.si { color: #55aa22 } /* Literal.String.Interpol */
.sx { color: #55aa22 } /* Literal.String.Other */
.sr { color: #55aa22 } /* Literal.String.Regex */
.s1 { color: #55aa22 } /* Literal.String.Single */
.ss { color: #55aa22 } /* Literal.String.Symbol */
.bp { color: #000000 } /* Name.Builtin.Pseudo */
.fm { color: #000000 } /* Name.Function.Magic */
.vc { color: #000000 } /* Name.Variable.Class */
.vg { color: #000000 } /* Name.Variable.Global */
.vi { color: #000000 } /* Name.Variable.Instance */
.vm { color: #000000 } /* Name.Variable.Magic */
.il { color: #33aaff } /* Literal.Number.Integer.Long */
48 changes: 48 additions & 0 deletions css/algol.css
@@ -0,0 +1,48 @@
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.hll { background-color: #ffffcc }
.c { color: #888888; font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */
.k { font-weight: bold; text-decoration: underline } /* Keyword */
.ch { color: #888888; font-style: italic } /* Comment.Hashbang */
.cm { color: #888888; font-style: italic } /* Comment.Multiline */
.cp { color: #888888; font-weight: bold } /* Comment.Preproc */
.cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */
.c1 { color: #888888; font-style: italic } /* Comment.Single */
.cs { color: #888888; font-weight: bold } /* Comment.Special */
.kc { font-weight: bold; text-decoration: underline } /* Keyword.Constant */
.kd { font-weight: bold; font-style: italic; text-decoration: underline } /* Keyword.Declaration */
.kn { font-weight: bold; text-decoration: underline } /* Keyword.Namespace */
.kp { font-weight: bold; text-decoration: underline } /* Keyword.Pseudo */
.kr { font-weight: bold; text-decoration: underline } /* Keyword.Reserved */
.kt { font-weight: bold; text-decoration: underline } /* Keyword.Type */
.s { color: #666666; font-style: italic } /* Literal.String */
.nb { font-weight: bold; font-style: italic } /* Name.Builtin */
.nc { color: #666666; font-weight: bold; font-style: italic } /* Name.Class */
.no { color: #666666; font-weight: bold; font-style: italic } /* Name.Constant */
.nf { color: #666666; font-weight: bold; font-style: italic } /* Name.Function */
.nn { color: #666666; font-weight: bold; font-style: italic } /* Name.Namespace */
.nv { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable */
.ow { font-weight: bold } /* Operator.Word */
.sa { color: #666666; font-style: italic } /* Literal.String.Affix */
.sb { color: #666666; font-style: italic } /* Literal.String.Backtick */
.sc { color: #666666; font-style: italic } /* Literal.String.Char */
.dl { color: #666666; font-style: italic } /* Literal.String.Delimiter */
.sd { color: #666666; font-style: italic } /* Literal.String.Doc */
.s2 { color: #666666; font-style: italic } /* Literal.String.Double */
.se { color: #666666; font-style: italic } /* Literal.String.Escape */
.sh { color: #666666; font-style: italic } /* Literal.String.Heredoc */
.si { color: #666666; font-style: italic } /* Literal.String.Interpol */
.sx { color: #666666; font-style: italic } /* Literal.String.Other */
.sr { color: #666666; font-style: italic } /* Literal.String.Regex */
.s1 { color: #666666; font-style: italic } /* Literal.String.Single */
.ss { color: #666666; font-style: italic } /* Literal.String.Symbol */
.bp { font-weight: bold; font-style: italic } /* Name.Builtin.Pseudo */
.fm { color: #666666; font-weight: bold; font-style: italic } /* Name.Function.Magic */
.vc { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Class */
.vg { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Global */
.vi { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Instance */
.vm { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Magic */
48 changes: 48 additions & 0 deletions css/algol_nu.css
@@ -0,0 +1,48 @@
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.hll { background-color: #ffffcc }
.c { color: #888888; font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */
.k { font-weight: bold } /* Keyword */
.ch { color: #888888; font-style: italic } /* Comment.Hashbang */
.cm { color: #888888; font-style: italic } /* Comment.Multiline */
.cp { color: #888888; font-weight: bold } /* Comment.Preproc */
.cpf { color: #888888; font-style: italic } /* Comment.PreprocFile */
.c1 { color: #888888; font-style: italic } /* Comment.Single */
.cs { color: #888888; font-weight: bold } /* Comment.Special */
.kc { font-weight: bold } /* Keyword.Constant */
.kd { font-weight: bold; font-style: italic } /* Keyword.Declaration */
.kn { font-weight: bold } /* Keyword.Namespace */
.kp { font-weight: bold } /* Keyword.Pseudo */
.kr { font-weight: bold } /* Keyword.Reserved */
.kt { font-weight: bold } /* Keyword.Type */
.s { color: #666666; font-style: italic } /* Literal.String */
.nb { font-weight: bold; font-style: italic } /* Name.Builtin */
.nc { color: #666666; font-weight: bold; font-style: italic } /* Name.Class */
.no { color: #666666; font-weight: bold; font-style: italic } /* Name.Constant */
.nf { color: #666666; font-weight: bold; font-style: italic } /* Name.Function */
.nn { color: #666666; font-weight: bold; font-style: italic } /* Name.Namespace */
.nv { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable */
.ow { font-weight: bold } /* Operator.Word */
.sa { color: #666666; font-style: italic } /* Literal.String.Affix */
.sb { color: #666666; font-style: italic } /* Literal.String.Backtick */
.sc { color: #666666; font-style: italic } /* Literal.String.Char */
.dl { color: #666666; font-style: italic } /* Literal.String.Delimiter */
.sd { color: #666666; font-style: italic } /* Literal.String.Doc */
.s2 { color: #666666; font-style: italic } /* Literal.String.Double */
.se { color: #666666; font-style: italic } /* Literal.String.Escape */
.sh { color: #666666; font-style: italic } /* Literal.String.Heredoc */
.si { color: #666666; font-style: italic } /* Literal.String.Interpol */
.sx { color: #666666; font-style: italic } /* Literal.String.Other */
.sr { color: #666666; font-style: italic } /* Literal.String.Regex */
.s1 { color: #666666; font-style: italic } /* Literal.String.Single */
.ss { color: #666666; font-style: italic } /* Literal.String.Symbol */
.bp { font-weight: bold; font-style: italic } /* Name.Builtin.Pseudo */
.fm { color: #666666; font-weight: bold; font-style: italic } /* Name.Function.Magic */
.vc { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Class */
.vg { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Global */
.vi { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Instance */
.vm { color: #666666; font-weight: bold; font-style: italic } /* Name.Variable.Magic */
65 changes: 65 additions & 0 deletions css/arduino.css
@@ -0,0 +1,65 @@
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.hll { background-color: #ffffcc }
.c { color: #95a5a6 } /* Comment */
.err { color: #a61717 } /* Error */
.k { color: #728E00 } /* Keyword */
.n { color: #434f54 } /* Name */
.o { color: #728E00 } /* Operator */
.ch { color: #95a5a6 } /* Comment.Hashbang */
.cm { color: #95a5a6 } /* Comment.Multiline */
.cp { color: #728E00 } /* Comment.Preproc */
.cpf { color: #95a5a6 } /* Comment.PreprocFile */
.c1 { color: #95a5a6 } /* Comment.Single */
.cs { color: #95a5a6 } /* Comment.Special */
.kc { color: #00979D } /* Keyword.Constant */
.kd { color: #728E00 } /* Keyword.Declaration */
.kn { color: #728E00 } /* Keyword.Namespace */
.kp { color: #00979D } /* Keyword.Pseudo */
.kr { color: #00979D } /* Keyword.Reserved */
.kt { color: #00979D } /* Keyword.Type */
.m { color: #8A7B52 } /* Literal.Number */
.s { color: #7F8C8D } /* Literal.String */
.na { color: #434f54 } /* Name.Attribute */
.nb { color: #728E00 } /* Name.Builtin */
.nc { color: #434f54 } /* Name.Class */
.no { color: #434f54 } /* Name.Constant */
.nd { color: #434f54 } /* Name.Decorator */
.ni { color: #434f54 } /* Name.Entity */
.ne { color: #434f54 } /* Name.Exception */
.nf { color: #D35400 } /* Name.Function */
.nl { color: #434f54 } /* Name.Label */
.nn { color: #434f54 } /* Name.Namespace */
.nx { color: #728E00 } /* Name.Other */
.py { color: #434f54 } /* Name.Property */
.nt { color: #434f54 } /* Name.Tag */
.nv { color: #434f54 } /* Name.Variable */
.ow { color: #728E00 } /* Operator.Word */
.mb { color: #8A7B52 } /* Literal.Number.Bin */
.mf { color: #8A7B52 } /* Literal.Number.Float */
.mh { color: #8A7B52 } /* Literal.Number.Hex */
.mi { color: #8A7B52 } /* Literal.Number.Integer */
.mo { color: #8A7B52 } /* Literal.Number.Oct */
.sa { color: #7F8C8D } /* Literal.String.Affix */
.sb { color: #7F8C8D } /* Literal.String.Backtick */
.sc { color: #7F8C8D } /* Literal.String.Char */
.dl { color: #7F8C8D } /* Literal.String.Delimiter */
.sd { color: #7F8C8D } /* Literal.String.Doc */
.s2 { color: #7F8C8D } /* Literal.String.Double */
.se { color: #7F8C8D } /* Literal.String.Escape */
.sh { color: #7F8C8D } /* Literal.String.Heredoc */
.si { color: #7F8C8D } /* Literal.String.Interpol */
.sx { color: #7F8C8D } /* Literal.String.Other */
.sr { color: #7F8C8D } /* Literal.String.Regex */
.s1 { color: #7F8C8D } /* Literal.String.Single */
.ss { color: #7F8C8D } /* Literal.String.Symbol */
.bp { color: #728E00 } /* Name.Builtin.Pseudo */
.fm { color: #D35400 } /* Name.Function.Magic */
.vc { color: #434f54 } /* Name.Variable.Class */
.vg { color: #434f54 } /* Name.Variable.Global */
.vi { color: #434f54 } /* Name.Variable.Instance */
.vm { color: #434f54 } /* Name.Variable.Magic */
.il { color: #8A7B52 } /* Literal.Number.Integer.Long */
70 changes: 70 additions & 0 deletions css/autumn.css
@@ -0,0 +1,70 @@
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.hll { background-color: #ffffcc }
.c { color: #aaaaaa; font-style: italic } /* Comment */
.err { color: #FF0000; background-color: #FFAAAA } /* Error */
.k { color: #0000aa } /* Keyword */
.ch { color: #aaaaaa; font-style: italic } /* Comment.Hashbang */
.cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
.cp { color: #4c8317 } /* Comment.Preproc */
.cpf { color: #aaaaaa; font-style: italic } /* Comment.PreprocFile */
.c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */
.cs { color: #0000aa; font-style: italic } /* Comment.Special */
.gd { color: #aa0000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gr { color: #aa0000 } /* Generic.Error */
.gh { color: #000080; font-weight: bold } /* Generic.Heading */
.gi { color: #00aa00 } /* Generic.Inserted */
.go { color: #888888 } /* Generic.Output */
.gp { color: #555555 } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.gt { color: #aa0000 } /* Generic.Traceback */
.kc { color: #0000aa } /* Keyword.Constant */
.kd { color: #0000aa } /* Keyword.Declaration */
.kn { color: #0000aa } /* Keyword.Namespace */
.kp { color: #0000aa } /* Keyword.Pseudo */
.kr { color: #0000aa } /* Keyword.Reserved */
.kt { color: #00aaaa } /* Keyword.Type */
.m { color: #009999 } /* Literal.Number */
.s { color: #aa5500 } /* Literal.String */
.na { color: #1e90ff } /* Name.Attribute */
.nb { color: #00aaaa } /* Name.Builtin */
.nc { color: #00aa00; text-decoration: underline } /* Name.Class */
.no { color: #aa0000 } /* Name.Constant */
.nd { color: #888888 } /* Name.Decorator */
.ni { color: #880000; font-weight: bold } /* Name.Entity */
.nf { color: #00aa00 } /* Name.Function */
.nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */
.nt { color: #1e90ff; font-weight: bold } /* Name.Tag */
.nv { color: #aa0000 } /* Name.Variable */
.ow { color: #0000aa } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mb { color: #009999 } /* Literal.Number.Bin */
.mf { color: #009999 } /* Literal.Number.Float */
.mh { color: #009999 } /* Literal.Number.Hex */
.mi { color: #009999 } /* Literal.Number.Integer */
.mo { color: #009999 } /* Literal.Number.Oct */
.sa { color: #aa5500 } /* Literal.String.Affix */
.sb { color: #aa5500 } /* Literal.String.Backtick */
.sc { color: #aa5500 } /* Literal.String.Char */
.dl { color: #aa5500 } /* Literal.String.Delimiter */
.sd { color: #aa5500 } /* Literal.String.Doc */
.s2 { color: #aa5500 } /* Literal.String.Double */
.se { color: #aa5500 } /* Literal.String.Escape */
.sh { color: #aa5500 } /* Literal.String.Heredoc */
.si { color: #aa5500 } /* Literal.String.Interpol */
.sx { color: #aa5500 } /* Literal.String.Other */
.sr { color: #009999 } /* Literal.String.Regex */
.s1 { color: #aa5500 } /* Literal.String.Single */
.ss { color: #0000aa } /* Literal.String.Symbol */
.bp { color: #00aaaa } /* Name.Builtin.Pseudo */
.fm { color: #00aa00 } /* Name.Function.Magic */
.vc { color: #aa0000 } /* Name.Variable.Class */
.vg { color: #aa0000 } /* Name.Variable.Global */
.vi { color: #aa0000 } /* Name.Variable.Instance */
.vm { color: #aa0000 } /* Name.Variable.Magic */
.il { color: #009999 } /* Literal.Number.Integer.Long */

0 comments on commit 71d657a

Please sign in to comment.