parent
65cc7b24c9
commit
82daaf6e52
123 changed files with 3823 additions and 3767 deletions
|
@ -1,37 +1,38 @@
|
|||
.highlight { background-color: #ffffcc }
|
||||
.c { color: #008000 } /* Comment */
|
||||
.err { border: 1px solid #FF0000 } /* Error */
|
||||
.k { color: #0000ff } /* Keyword */
|
||||
.ch { color: #008000 } /* Comment.Hashbang */
|
||||
.cm { color: #008000 } /* Comment.Multiline */
|
||||
.cp { color: #0000ff } /* Comment.Preproc */
|
||||
.cpf { color: #008000 } /* Comment.PreprocFile */
|
||||
.c1 { color: #008000 } /* Comment.Single */
|
||||
.cs { color: #008000 } /* Comment.Special */
|
||||
.ge { font-style: italic } /* Generic.Emph */
|
||||
.gh { font-weight: bold } /* Generic.Heading */
|
||||
.gp { font-weight: bold } /* Generic.Prompt */
|
||||
.gs { font-weight: bold } /* Generic.Strong */
|
||||
.gu { font-weight: bold } /* Generic.Subheading */
|
||||
.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: #2b91af } /* Keyword.Type */
|
||||
.s { color: #a31515 } /* Literal.String */
|
||||
.nc { color: #2b91af } /* Name.Class */
|
||||
.ow { color: #0000ff } /* Operator.Word */
|
||||
.sa { color: #a31515 } /* Literal.String.Affix */
|
||||
.sb { color: #a31515 } /* Literal.String.Backtick */
|
||||
.sc { color: #a31515 } /* Literal.String.Char */
|
||||
.dl { color: #a31515 } /* Literal.String.Delimiter */
|
||||
.sd { color: #a31515 } /* Literal.String.Doc */
|
||||
.s2 { color: #a31515 } /* Literal.String.Double */
|
||||
.se { color: #a31515 } /* Literal.String.Escape */
|
||||
.sh { color: #a31515 } /* Literal.String.Heredoc */
|
||||
.si { color: #a31515 } /* Literal.String.Interpol */
|
||||
.sx { color: #a31515 } /* Literal.String.Other */
|
||||
.sr { color: #a31515 } /* Literal.String.Regex */
|
||||
.s1 { color: #a31515 } /* Literal.String.Single */
|
||||
.ss { color: #a31515 } /* Literal.String.Symbol */
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #ffffff; }
|
||||
.highlight .c { color: #008000 } /* Comment */
|
||||
.highlight .err { border: 1px solid #FF0000 } /* Error */
|
||||
.highlight .k { color: #0000ff } /* Keyword */
|
||||
.highlight .ch { color: #008000 } /* Comment.Hashbang */
|
||||
.highlight .cm { color: #008000 } /* Comment.Multiline */
|
||||
.highlight .cp { color: #0000ff } /* Comment.Preproc */
|
||||
.highlight .cpf { color: #008000 } /* Comment.PreprocFile */
|
||||
.highlight .c1 { color: #008000 } /* Comment.Single */
|
||||
.highlight .cs { color: #008000 } /* Comment.Special */
|
||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
||||
.highlight .gh { font-weight: bold } /* Generic.Heading */
|
||||
.highlight .gp { font-weight: bold } /* Generic.Prompt */
|
||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
||||
.highlight .gu { font-weight: bold } /* Generic.Subheading */
|
||||
.highlight .kc { color: #0000ff } /* Keyword.Constant */
|
||||
.highlight .kd { color: #0000ff } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #0000ff } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #0000ff } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #0000ff } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #2b91af } /* Keyword.Type */
|
||||
.highlight .s { color: #a31515 } /* Literal.String */
|
||||
.highlight .nc { color: #2b91af } /* Name.Class */
|
||||
.highlight .ow { color: #0000ff } /* Operator.Word */
|
||||
.highlight .sa { color: #a31515 } /* Literal.String.Affix */
|
||||
.highlight .sb { color: #a31515 } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #a31515 } /* Literal.String.Char */
|
||||
.highlight .dl { color: #a31515 } /* Literal.String.Delimiter */
|
||||
.highlight .sd { color: #a31515 } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #a31515 } /* Literal.String.Double */
|
||||
.highlight .se { color: #a31515 } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #a31515 } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #a31515 } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #a31515 } /* Literal.String.Other */
|
||||
.highlight .sr { color: #a31515 } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #a31515 } /* Literal.String.Single */
|
||||
.highlight .ss { color: #a31515 } /* Literal.String.Symbol */
|
Loading…
Add table
Add a link
Reference in a new issue