parent
65cc7b24c9
commit
82daaf6e52
123 changed files with 3823 additions and 3767 deletions
|
@ -1,37 +1,38 @@
|
|||
.highlight { background-color: #0000ff }
|
||||
.c { color: #00ff00 } /* Comment */
|
||||
.k { color: #ff0000 } /* Keyword */
|
||||
.ch { color: #00ff00 } /* Comment.Hashbang */
|
||||
.cm { color: #00ff00 } /* Comment.Multiline */
|
||||
.cp { color: #e5e5e5 } /* Comment.Preproc */
|
||||
.cpf { color: #00ff00 } /* Comment.PreprocFile */
|
||||
.c1 { color: #00ff00 } /* Comment.Single */
|
||||
.cs { color: #00ff00 } /* Comment.Special */
|
||||
.kc { color: #ff0000 } /* Keyword.Constant */
|
||||
.kd { color: #ff0000 } /* Keyword.Declaration */
|
||||
.kn { color: #ff0000 } /* Keyword.Namespace */
|
||||
.kp { color: #ff0000 } /* Keyword.Pseudo */
|
||||
.kr { color: #ff0000 } /* Keyword.Reserved */
|
||||
.kt { color: #ee82ee } /* Keyword.Type */
|
||||
.s { color: #87ceeb } /* Literal.String */
|
||||
.no { color: #7fffd4 } /* Name.Constant */
|
||||
.nf { color: #ffff00 } /* Name.Function */
|
||||
.nv { color: #eedd82 } /* Name.Variable */
|
||||
.sa { color: #87ceeb } /* Literal.String.Affix */
|
||||
.sb { color: #87ceeb } /* Literal.String.Backtick */
|
||||
.sc { color: #87ceeb } /* Literal.String.Char */
|
||||
.dl { color: #87ceeb } /* Literal.String.Delimiter */
|
||||
.sd { color: #87ceeb } /* Literal.String.Doc */
|
||||
.s2 { color: #87ceeb } /* Literal.String.Double */
|
||||
.se { color: #87ceeb } /* Literal.String.Escape */
|
||||
.sh { color: #87ceeb } /* Literal.String.Heredoc */
|
||||
.si { color: #87ceeb } /* Literal.String.Interpol */
|
||||
.sx { color: #87ceeb } /* Literal.String.Other */
|
||||
.sr { color: #87ceeb } /* Literal.String.Regex */
|
||||
.s1 { color: #87ceeb } /* Literal.String.Single */
|
||||
.ss { color: #87ceeb } /* Literal.String.Symbol */
|
||||
.fm { color: #ffff00 } /* Name.Function.Magic */
|
||||
.vc { color: #eedd82 } /* Name.Variable.Class */
|
||||
.vg { color: #eedd82 } /* Name.Variable.Global */
|
||||
.vi { color: #eedd82 } /* Name.Variable.Instance */
|
||||
.vm { color: #eedd82 } /* Name.Variable.Magic */
|
||||
.highlight .hll { background-color: #0000ff }
|
||||
.highlight { background: #000000; }
|
||||
.highlight .c { color: #00ff00 } /* Comment */
|
||||
.highlight .k { color: #ff0000 } /* Keyword */
|
||||
.highlight .ch { color: #00ff00 } /* Comment.Hashbang */
|
||||
.highlight .cm { color: #00ff00 } /* Comment.Multiline */
|
||||
.highlight .cp { color: #e5e5e5 } /* Comment.Preproc */
|
||||
.highlight .cpf { color: #00ff00 } /* Comment.PreprocFile */
|
||||
.highlight .c1 { color: #00ff00 } /* Comment.Single */
|
||||
.highlight .cs { color: #00ff00 } /* Comment.Special */
|
||||
.highlight .kc { color: #ff0000 } /* Keyword.Constant */
|
||||
.highlight .kd { color: #ff0000 } /* Keyword.Declaration */
|
||||
.highlight .kn { color: #ff0000 } /* Keyword.Namespace */
|
||||
.highlight .kp { color: #ff0000 } /* Keyword.Pseudo */
|
||||
.highlight .kr { color: #ff0000 } /* Keyword.Reserved */
|
||||
.highlight .kt { color: #ee82ee } /* Keyword.Type */
|
||||
.highlight .s { color: #87ceeb } /* Literal.String */
|
||||
.highlight .no { color: #7fffd4 } /* Name.Constant */
|
||||
.highlight .nf { color: #ffff00 } /* Name.Function */
|
||||
.highlight .nv { color: #eedd82 } /* Name.Variable */
|
||||
.highlight .sa { color: #87ceeb } /* Literal.String.Affix */
|
||||
.highlight .sb { color: #87ceeb } /* Literal.String.Backtick */
|
||||
.highlight .sc { color: #87ceeb } /* Literal.String.Char */
|
||||
.highlight .dl { color: #87ceeb } /* Literal.String.Delimiter */
|
||||
.highlight .sd { color: #87ceeb } /* Literal.String.Doc */
|
||||
.highlight .s2 { color: #87ceeb } /* Literal.String.Double */
|
||||
.highlight .se { color: #87ceeb } /* Literal.String.Escape */
|
||||
.highlight .sh { color: #87ceeb } /* Literal.String.Heredoc */
|
||||
.highlight .si { color: #87ceeb } /* Literal.String.Interpol */
|
||||
.highlight .sx { color: #87ceeb } /* Literal.String.Other */
|
||||
.highlight .sr { color: #87ceeb } /* Literal.String.Regex */
|
||||
.highlight .s1 { color: #87ceeb } /* Literal.String.Single */
|
||||
.highlight .ss { color: #87ceeb } /* Literal.String.Symbol */
|
||||
.highlight .fm { color: #ffff00 } /* Name.Function.Magic */
|
||||
.highlight .vc { color: #eedd82 } /* Name.Variable.Class */
|
||||
.highlight .vg { color: #eedd82 } /* Name.Variable.Global */
|
||||
.highlight .vi { color: #eedd82 } /* Name.Variable.Instance */
|
||||
.highlight .vm { color: #eedd82 } /* Name.Variable.Magic */
|
Loading…
Add table
Add a link
Reference in a new issue