Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/syntax/syntax.igor.css')
-rw-r--r--static/css/syntax/syntax.igor.css82
1 files changed, 82 insertions, 0 deletions
diff --git a/static/css/syntax/syntax.igor.css b/static/css/syntax/syntax.igor.css
new file mode 100644
index 0000000..8c0d249
--- /dev/null
+++ b/static/css/syntax/syntax.igor.css
@@ -0,0 +1,82 @@
+/* Background */ .chroma { background-color: #ffffff }
+/* Other */ .chroma .x { }
+/* Error */ .chroma .err { }
+/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
+/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
+/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
+/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
+/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
+/* Keyword */ .chroma .k { color: #0000ff }
+/* KeywordConstant */ .chroma .kc { color: #0000ff }
+/* KeywordDeclaration */ .chroma .kd { color: #0000ff }
+/* KeywordNamespace */ .chroma .kn { color: #0000ff }
+/* KeywordPseudo */ .chroma .kp { color: #0000ff }
+/* KeywordReserved */ .chroma .kr { color: #0000ff }
+/* KeywordType */ .chroma .kt { color: #0000ff }
+/* Name */ .chroma .n { }
+/* NameAttribute */ .chroma .na { }
+/* NameBuiltin */ .chroma .nb { }
+/* NameBuiltinPseudo */ .chroma .bp { }
+/* NameClass */ .chroma .nc { color: #007575 }
+/* NameConstant */ .chroma .no { }
+/* NameDecorator */ .chroma .nd { color: #cc00a3 }
+/* NameEntity */ .chroma .ni { }
+/* NameException */ .chroma .ne { }
+/* NameFunction */ .chroma .nf { color: #c34e00 }
+/* NameFunctionMagic */ .chroma .fm { }
+/* NameLabel */ .chroma .nl { }
+/* NameNamespace */ .chroma .nn { }
+/* NameOther */ .chroma .nx { }
+/* NameProperty */ .chroma .py { }
+/* NameTag */ .chroma .nt { }
+/* NameVariable */ .chroma .nv { }
+/* NameVariableClass */ .chroma .vc { }
+/* NameVariableGlobal */ .chroma .vg { }
+/* NameVariableInstance */ .chroma .vi { }
+/* NameVariableMagic */ .chroma .vm { }
+/* Literal */ .chroma .l { }
+/* LiteralDate */ .chroma .ld { }
+/* LiteralString */ .chroma .s { color: #009c00 }
+/* LiteralStringAffix */ .chroma .sa { color: #009c00 }
+/* LiteralStringBacktick */ .chroma .sb { color: #009c00 }
+/* LiteralStringChar */ .chroma .sc { color: #009c00 }
+/* LiteralStringDelimiter */ .chroma .dl { color: #009c00 }
+/* LiteralStringDoc */ .chroma .sd { color: #009c00 }
+/* LiteralStringDouble */ .chroma .s2 { color: #009c00 }
+/* LiteralStringEscape */ .chroma .se { color: #009c00 }
+/* LiteralStringHeredoc */ .chroma .sh { color: #009c00 }
+/* LiteralStringInterpol */ .chroma .si { color: #009c00 }
+/* LiteralStringOther */ .chroma .sx { color: #009c00 }
+/* LiteralStringRegex */ .chroma .sr { color: #009c00 }
+/* LiteralStringSingle */ .chroma .s1 { color: #009c00 }
+/* LiteralStringSymbol */ .chroma .ss { color: #009c00 }
+/* LiteralNumber */ .chroma .m { }
+/* LiteralNumberBin */ .chroma .mb { }
+/* LiteralNumberFloat */ .chroma .mf { }
+/* LiteralNumberHex */ .chroma .mh { }
+/* LiteralNumberInteger */ .chroma .mi { }
+/* LiteralNumberIntegerLong */ .chroma .il { }
+/* LiteralNumberOct */ .chroma .mo { }
+/* Operator */ .chroma .o { }
+/* OperatorWord */ .chroma .ow { }
+/* Punctuation */ .chroma .p { }
+/* Comment */ .chroma .c { color: #ff0000; font-style: italic }
+/* CommentHashbang */ .chroma .ch { color: #ff0000; font-style: italic }
+/* CommentMultiline */ .chroma .cm { color: #ff0000; font-style: italic }
+/* CommentSingle */ .chroma .c1 { color: #ff0000; font-style: italic }
+/* CommentSpecial */ .chroma .cs { color: #ff0000; font-style: italic }
+/* CommentPreproc */ .chroma .cp { color: #ff0000; font-style: italic }
+/* CommentPreprocFile */ .chroma .cpf { color: #ff0000; font-style: italic }
+/* Generic */ .chroma .g { }
+/* GenericDeleted */ .chroma .gd { }
+/* GenericEmph */ .chroma .ge { }
+/* GenericError */ .chroma .gr { }
+/* GenericHeading */ .chroma .gh { }
+/* GenericInserted */ .chroma .gi { }
+/* GenericOutput */ .chroma .go { }
+/* GenericPrompt */ .chroma .gp { }
+/* GenericStrong */ .chroma .gs { }
+/* GenericSubheading */ .chroma .gu { }
+/* GenericTraceback */ .chroma .gt { }
+/* GenericUnderline */ .chroma .gl { }
+/* TextWhitespace */ .chroma .w { }