From a10bfb7b1b1443a6a91c6aeb3e97d17551723b41 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Tue, 14 Nov 2023 19:19:20 +0100 Subject: [PATCH] adds a few highlighting styles --- assets/css/algo.css | 86 +++++++++++++++++++ assets/css/catppuccin-macchiato.css | 86 +++++++++++++++++++ assets/css/catppuccin-mocha.css | 86 +++++++++++++++++++ assets/css/chroma-dark.css | 121 --------------------------- assets/css/chroma-light.css | 124 ---------------------------- assets/css/compat.css | 86 +++++++++++++++++++ assets/css/doom-one2.css | 86 +++++++++++++++++++ assets/css/dracula.css | 86 +++++++++++++++++++ assets/css/hrdark.css | 86 +++++++++++++++++++ assets/css/modus-operandi.css | 86 +++++++++++++++++++ assets/css/modus-vivendi.css | 86 +++++++++++++++++++ assets/css/native.css | 86 +++++++++++++++++++ assets/css/nord.css | 86 +++++++++++++++++++ assets/css/solarized-dark.css | 86 +++++++++++++++++++ 14 files changed, 1032 insertions(+), 245 deletions(-) create mode 100644 assets/css/algo.css create mode 100644 assets/css/catppuccin-macchiato.css create mode 100644 assets/css/catppuccin-mocha.css delete mode 100644 assets/css/chroma-dark.css delete mode 100644 assets/css/chroma-light.css create mode 100644 assets/css/compat.css create mode 100644 assets/css/doom-one2.css create mode 100644 assets/css/dracula.css create mode 100644 assets/css/hrdark.css create mode 100644 assets/css/modus-operandi.css create mode 100644 assets/css/modus-vivendi.css create mode 100644 assets/css/native.css create mode 100644 assets/css/nord.css create mode 100644 assets/css/solarized-dark.css diff --git a/assets/css/algo.css b/assets/css/algo.css new file mode 100644 index 0000000..8e93053 --- /dev/null +++ b/assets/css/algo.css @@ -0,0 +1,86 @@ +/* Background */ .bg { color: #e5e5e5; background-color: #000000; !important } +/* PreWrapper */ .chroma { color: #e5e5e5; background-color: #000000; !important } +/* Other */ .chroma .x { !important } +/* Error */ .chroma .err { color: #ff0000 !important } +/* CodeLine */ .chroma .cl { !important } +/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important } +/* LineHighlight */ .chroma .hl { background-color: #191919 !important } +/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #727272 !important } +/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #727272 !important } +/* Line */ .chroma .line { display: flex; !important } +/* Keyword */ .chroma .k { color: #ffffff; font-weight: bold !important } +/* KeywordConstant */ .chroma .kc { color: #ffffff; font-weight: bold !important } +/* KeywordDeclaration */ .chroma .kd { color: #ffffff; font-weight: bold !important } +/* KeywordNamespace */ .chroma .kn { color: #ffffff; font-weight: bold !important } +/* KeywordPseudo */ .chroma .kp { color: #ffffff; font-weight: bold !important } +/* KeywordReserved */ .chroma .kr { color: #ffffff; font-weight: bold !important } +/* KeywordType */ .chroma .kt { color: #ffffff; font-weight: bold !important } +/* Name */ .chroma .n { !important } +/* NameAttribute */ .chroma .na { color: #007f7f !important } +/* NameBuiltin */ .chroma .nb { color: #ffffff; font-weight: bold !important } +/* NameBuiltinPseudo */ .chroma .bp { !important } +/* NameClass */ .chroma .nc { !important } +/* NameConstant */ .chroma .no { !important } +/* NameDecorator */ .chroma .nd { !important } +/* NameEntity */ .chroma .ni { !important } +/* NameException */ .chroma .ne { !important } +/* NameFunction */ .chroma .nf { !important } +/* NameFunctionMagic */ .chroma .fm { !important } +/* NameLabel */ .chroma .nl { !important } +/* NameNamespace */ .chroma .nn { !important } +/* NameOther */ .chroma .nx { !important } +/* NameProperty */ .chroma .py { !important } +/* NameTag */ .chroma .nt { font-weight: bold !important } +/* NameVariable */ .chroma .nv { !important } +/* NameVariableClass */ .chroma .vc { !important } +/* NameVariableGlobal */ .chroma .vg { !important } +/* NameVariableInstance */ .chroma .vi { !important } +/* NameVariableMagic */ .chroma .vm { !important } +/* Literal */ .chroma .l { !important } +/* LiteralDate */ .chroma .ld { color: #ffff00; font-weight: bold !important } +/* LiteralString */ .chroma .s { color: #00ffff; font-weight: bold !important } +/* LiteralStringAffix */ .chroma .sa { color: #00ffff; font-weight: bold !important } +/* LiteralStringBacktick */ .chroma .sb { color: #00ffff; font-weight: bold !important } +/* LiteralStringChar */ .chroma .sc { color: #00ffff; font-weight: bold !important } +/* LiteralStringDelimiter */ .chroma .dl { color: #00ffff; font-weight: bold !important } +/* LiteralStringDoc */ .chroma .sd { color: #00ffff; font-weight: bold !important } +/* LiteralStringDouble */ .chroma .s2 { color: #00ffff; font-weight: bold !important } +/* LiteralStringEscape */ .chroma .se { color: #00ffff; font-weight: bold !important } +/* LiteralStringHeredoc */ .chroma .sh { color: #00ffff; font-weight: bold !important } +/* LiteralStringInterpol */ .chroma .si { color: #00ffff; font-weight: bold !important } +/* LiteralStringOther */ .chroma .sx { color: #00ffff; font-weight: bold !important } +/* LiteralStringRegex */ .chroma .sr { color: #00ffff; font-weight: bold !important } +/* LiteralStringSingle */ .chroma .s1 { color: #00ffff; font-weight: bold !important } +/* LiteralStringSymbol */ .chroma .ss { color: #00ffff; font-weight: bold !important } +/* LiteralNumber */ .chroma .m { color: #ffff00; font-weight: bold !important } +/* LiteralNumberBin */ .chroma .mb { color: #ffff00; font-weight: bold !important } +/* LiteralNumberFloat */ .chroma .mf { color: #ffff00; font-weight: bold !important } +/* LiteralNumberHex */ .chroma .mh { color: #ffff00; font-weight: bold !important } +/* LiteralNumberInteger */ .chroma .mi { color: #ffff00; font-weight: bold !important } +/* LiteralNumberIntegerLong */ .chroma .il { color: #ffff00; font-weight: bold !important } +/* LiteralNumberOct */ .chroma .mo { color: #ffff00; font-weight: bold !important } +/* Operator */ .chroma .o { !important } +/* OperatorWord */ .chroma .ow { !important } +/* Punctuation */ .chroma .p { !important } +/* Comment */ .chroma .c { color: #007f7f !important } +/* CommentHashbang */ .chroma .ch { color: #007f7f !important } +/* CommentMultiline */ .chroma .cm { color: #007f7f !important } +/* CommentSingle */ .chroma .c1 { color: #007f7f !important } +/* CommentSpecial */ .chroma .cs { color: #007f7f !important } +/* CommentPreproc */ .chroma .cp { color: #00ff00; font-weight: bold !important } +/* CommentPreprocFile */ .chroma .cpf { color: #00ff00; font-weight: bold !important } +/* Generic */ .chroma .g { !important } +/* GenericDeleted */ .chroma .gd { !important } +/* GenericEmph */ .chroma .ge { !important } +/* GenericError */ .chroma .gr { !important } +/* GenericHeading */ .chroma .gh { font-weight: bold !important } +/* GenericInserted */ .chroma .gi { !important } +/* GenericOutput */ .chroma .go { !important } +/* GenericPrompt */ .chroma .gp { !important } +/* GenericStrong */ .chroma .gs { font-weight: bold !important } +/* GenericSubheading */ .chroma .gu { font-weight: bold !important } +/* GenericTraceback */ .chroma .gt { !important } +/* GenericUnderline */ .chroma .gl { text-decoration: underline !important } +/* TextWhitespace */ .chroma .w { !important } diff --git a/assets/css/catppuccin-macchiato.css b/assets/css/catppuccin-macchiato.css new file mode 100644 index 0000000..752dc17 --- /dev/null +++ b/assets/css/catppuccin-macchiato.css @@ -0,0 +1,86 @@ +/* Background */ .bg { color: #cad3f5; background-color: #24273a; !important } +/* PreWrapper */ .chroma { color: #cad3f5; background-color: #24273a; !important } +/* Other */ .chroma .x { !important } +/* Error */ .chroma .err { color: #ed8796 !important } +/* CodeLine */ .chroma .cl { !important } +/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important } +/* LineHighlight */ .chroma .hl { color: #494d64 !important } +/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #8087a2 !important } +/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #8087a2 !important } +/* Line */ .chroma .line { display: flex; !important } +/* Keyword */ .chroma .k { color: #c6a0f6 !important } +/* KeywordConstant */ .chroma .kc { color: #f5a97f !important } +/* KeywordDeclaration */ .chroma .kd { color: #ed8796 !important } +/* KeywordNamespace */ .chroma .kn { color: #8bd5ca !important } +/* KeywordPseudo */ .chroma .kp { color: #c6a0f6 !important } +/* KeywordReserved */ .chroma .kr { color: #c6a0f6 !important } +/* KeywordType */ .chroma .kt { color: #ed8796 !important } +/* Name */ .chroma .n { !important } +/* NameAttribute */ .chroma .na { color: #8aadf4 !important } +/* NameBuiltin */ .chroma .nb { color: #91d7e3 !important } +/* NameBuiltinPseudo */ .chroma .bp { color: #91d7e3 !important } +/* NameClass */ .chroma .nc { color: #eed49f !important } +/* NameConstant */ .chroma .no { color: #eed49f !important } +/* NameDecorator */ .chroma .nd { color: #8aadf4; font-weight: bold !important } +/* NameEntity */ .chroma .ni { color: #8bd5ca !important } +/* NameException */ .chroma .ne { color: #f5a97f !important } +/* NameFunction */ .chroma .nf { color: #8aadf4 !important } +/* NameFunctionMagic */ .chroma .fm { color: #8aadf4 !important } +/* NameLabel */ .chroma .nl { color: #91d7e3 !important } +/* NameNamespace */ .chroma .nn { color: #f5a97f !important } +/* NameOther */ .chroma .nx { !important } +/* NameProperty */ .chroma .py { color: #f5a97f !important } +/* NameTag */ .chroma .nt { color: #c6a0f6 !important } +/* NameVariable */ .chroma .nv { color: #f4dbd6 !important } +/* NameVariableClass */ .chroma .vc { color: #f4dbd6 !important } +/* NameVariableGlobal */ .chroma .vg { color: #f4dbd6 !important } +/* NameVariableInstance */ .chroma .vi { color: #f4dbd6 !important } +/* NameVariableMagic */ .chroma .vm { color: #f4dbd6 !important } +/* Literal */ .chroma .l { !important } +/* LiteralDate */ .chroma .ld { !important } +/* LiteralString */ .chroma .s { color: #a6da95 !important } +/* LiteralStringAffix */ .chroma .sa { color: #ed8796 !important } +/* LiteralStringBacktick */ .chroma .sb { color: #a6da95 !important } +/* LiteralStringChar */ .chroma .sc { color: #a6da95 !important } +/* LiteralStringDelimiter */ .chroma .dl { color: #8aadf4 !important } +/* LiteralStringDoc */ .chroma .sd { color: #6e738d !important } +/* LiteralStringDouble */ .chroma .s2 { color: #a6da95 !important } +/* LiteralStringEscape */ .chroma .se { color: #8aadf4 !important } +/* LiteralStringHeredoc */ .chroma .sh { color: #6e738d !important } +/* LiteralStringInterpol */ .chroma .si { color: #a6da95 !important } +/* LiteralStringOther */ .chroma .sx { color: #a6da95 !important } +/* LiteralStringRegex */ .chroma .sr { color: #8bd5ca !important } +/* LiteralStringSingle */ .chroma .s1 { color: #a6da95 !important } +/* LiteralStringSymbol */ .chroma .ss { color: #a6da95 !important } +/* LiteralNumber */ .chroma .m { color: #f5a97f !important } +/* LiteralNumberBin */ .chroma .mb { color: #f5a97f !important } +/* LiteralNumberFloat */ .chroma .mf { color: #f5a97f !important } +/* LiteralNumberHex */ .chroma .mh { color: #f5a97f !important } +/* LiteralNumberInteger */ .chroma .mi { color: #f5a97f !important } +/* LiteralNumberIntegerLong */ .chroma .il { color: #f5a97f !important } +/* LiteralNumberOct */ .chroma .mo { color: #f5a97f !important } +/* Operator */ .chroma .o { color: #91d7e3; font-weight: bold !important } +/* OperatorWord */ .chroma .ow { color: #91d7e3; font-weight: bold !important } +/* Punctuation */ .chroma .p { !important } +/* Comment */ .chroma .c { color: #6e738d; font-style: italic !important } +/* CommentHashbang */ .chroma .ch { color: #6e738d; font-style: italic !important } +/* CommentMultiline */ .chroma .cm { color: #6e738d; font-style: italic !important } +/* CommentSingle */ .chroma .c1 { color: #6e738d; font-style: italic !important } +/* CommentSpecial */ .chroma .cs { color: #6e738d; font-style: italic !important } +/* CommentPreproc */ .chroma .cp { color: #6e738d; font-style: italic !important } +/* CommentPreprocFile */ .chroma .cpf { color: #6e738d; font-weight: bold; font-style: italic !important } +/* Generic */ .chroma .g { !important } +/* GenericDeleted */ .chroma .gd { color: #ed8796; background-color: #363a4f !important } +/* GenericEmph */ .chroma .ge { font-style: italic !important } +/* GenericError */ .chroma .gr { color: #ed8796 !important } +/* GenericHeading */ .chroma .gh { color: #f5a97f; font-weight: bold !important } +/* GenericInserted */ .chroma .gi { color: #a6da95; background-color: #363a4f !important } +/* GenericOutput */ .chroma .go { !important } +/* GenericPrompt */ .chroma .gp { !important } +/* GenericStrong */ .chroma .gs { font-weight: bold !important } +/* GenericSubheading */ .chroma .gu { color: #f5a97f; font-weight: bold !important } +/* GenericTraceback */ .chroma .gt { color: #ed8796 !important } +/* GenericUnderline */ .chroma .gl { text-decoration: underline !important } +/* TextWhitespace */ .chroma .w { !important } diff --git a/assets/css/catppuccin-mocha.css b/assets/css/catppuccin-mocha.css new file mode 100644 index 0000000..822acce --- /dev/null +++ b/assets/css/catppuccin-mocha.css @@ -0,0 +1,86 @@ +/* Background */ .bg { color: #cdd6f4; background-color: #1e1e2e; !important } +/* PreWrapper */ .chroma { color: #cdd6f4; background-color: #1e1e2e; !important } +/* Other */ .chroma .x { !important } +/* Error */ .chroma .err { color: #f38ba8 !important } +/* CodeLine */ .chroma .cl { !important } +/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important } +/* LineHighlight */ .chroma .hl { color: #45475a !important } +/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f849c !important } +/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f849c !important } +/* Line */ .chroma .line { display: flex; !important } +/* Keyword */ .chroma .k { color: #cba6f7 !important } +/* KeywordConstant */ .chroma .kc { color: #fab387 !important } +/* KeywordDeclaration */ .chroma .kd { color: #f38ba8 !important } +/* KeywordNamespace */ .chroma .kn { color: #94e2d5 !important } +/* KeywordPseudo */ .chroma .kp { color: #cba6f7 !important } +/* KeywordReserved */ .chroma .kr { color: #cba6f7 !important } +/* KeywordType */ .chroma .kt { color: #f38ba8 !important } +/* Name */ .chroma .n { !important } +/* NameAttribute */ .chroma .na { color: #89b4fa !important } +/* NameBuiltin */ .chroma .nb { color: #89dceb !important } +/* NameBuiltinPseudo */ .chroma .bp { color: #89dceb !important } +/* NameClass */ .chroma .nc { color: #f9e2af !important } +/* NameConstant */ .chroma .no { color: #f9e2af !important } +/* NameDecorator */ .chroma .nd { color: #89b4fa; font-weight: bold !important } +/* NameEntity */ .chroma .ni { color: #94e2d5 !important } +/* NameException */ .chroma .ne { color: #fab387 !important } +/* NameFunction */ .chroma .nf { color: #89b4fa !important } +/* NameFunctionMagic */ .chroma .fm { color: #89b4fa !important } +/* NameLabel */ .chroma .nl { color: #89dceb !important } +/* NameNamespace */ .chroma .nn { color: #fab387 !important } +/* NameOther */ .chroma .nx { !important } +/* NameProperty */ .chroma .py { color: #fab387 !important } +/* NameTag */ .chroma .nt { color: #cba6f7 !important } +/* NameVariable */ .chroma .nv { color: #f5e0dc !important } +/* NameVariableClass */ .chroma .vc { color: #f5e0dc !important } +/* NameVariableGlobal */ .chroma .vg { color: #f5e0dc !important } +/* NameVariableInstance */ .chroma .vi { color: #f5e0dc !important } +/* NameVariableMagic */ .chroma .vm { color: #f5e0dc !important } +/* Literal */ .chroma .l { !important } +/* LiteralDate */ .chroma .ld { !important } +/* LiteralString */ .chroma .s { color: #a6e3a1 !important } +/* LiteralStringAffix */ .chroma .sa { color: #f38ba8 !important } +/* LiteralStringBacktick */ .chroma .sb { color: #a6e3a1 !important } +/* LiteralStringChar */ .chroma .sc { color: #a6e3a1 !important } +/* LiteralStringDelimiter */ .chroma .dl { color: #89b4fa !important } +/* LiteralStringDoc */ .chroma .sd { color: #6c7086 !important } +/* LiteralStringDouble */ .chroma .s2 { color: #a6e3a1 !important } +/* LiteralStringEscape */ .chroma .se { color: #89b4fa !important } +/* LiteralStringHeredoc */ .chroma .sh { color: #6c7086 !important } +/* LiteralStringInterpol */ .chroma .si { color: #a6e3a1 !important } +/* LiteralStringOther */ .chroma .sx { color: #a6e3a1 !important } +/* LiteralStringRegex */ .chroma .sr { color: #94e2d5 !important } +/* LiteralStringSingle */ .chroma .s1 { color: #a6e3a1 !important } +/* LiteralStringSymbol */ .chroma .ss { color: #a6e3a1 !important } +/* LiteralNumber */ .chroma .m { color: #fab387 !important } +/* LiteralNumberBin */ .chroma .mb { color: #fab387 !important } +/* LiteralNumberFloat */ .chroma .mf { color: #fab387 !important } +/* LiteralNumberHex */ .chroma .mh { color: #fab387 !important } +/* LiteralNumberInteger */ .chroma .mi { color: #fab387 !important } +/* LiteralNumberIntegerLong */ .chroma .il { color: #fab387 !important } +/* LiteralNumberOct */ .chroma .mo { color: #fab387 !important } +/* Operator */ .chroma .o { color: #89dceb; font-weight: bold !important } +/* OperatorWord */ .chroma .ow { color: #89dceb; font-weight: bold !important } +/* Punctuation */ .chroma .p { !important } +/* Comment */ .chroma .c { color: #6c7086; font-style: italic !important } +/* CommentHashbang */ .chroma .ch { color: #6c7086; font-style: italic !important } +/* CommentMultiline */ .chroma .cm { color: #6c7086; font-style: italic !important } +/* CommentSingle */ .chroma .c1 { color: #6c7086; font-style: italic !important } +/* CommentSpecial */ .chroma .cs { color: #6c7086; font-style: italic !important } +/* CommentPreproc */ .chroma .cp { color: #6c7086; font-style: italic !important } +/* CommentPreprocFile */ .chroma .cpf { color: #6c7086; font-weight: bold; font-style: italic !important } +/* Generic */ .chroma .g { !important } +/* GenericDeleted */ .chroma .gd { color: #f38ba8; background-color: #313244 !important } +/* GenericEmph */ .chroma .ge { font-style: italic !important } +/* GenericError */ .chroma .gr { color: #f38ba8 !important } +/* GenericHeading */ .chroma .gh { color: #fab387; font-weight: bold !important } +/* GenericInserted */ .chroma .gi { color: #a6e3a1; background-color: #313244 !important } +/* GenericOutput */ .chroma .go { !important } +/* GenericPrompt */ .chroma .gp { !important } +/* GenericStrong */ .chroma .gs { font-weight: bold !important } +/* GenericSubheading */ .chroma .gu { color: #fab387; font-weight: bold !important } +/* GenericTraceback */ .chroma .gt { color: #f38ba8 !important } +/* GenericUnderline */ .chroma .gl { text-decoration: underline !important } +/* TextWhitespace */ .chroma .w { !important } diff --git a/assets/css/chroma-dark.css b/assets/css/chroma-dark.css deleted file mode 100644 index 99b2c18..0000000 --- a/assets/css/chroma-dark.css +++ /dev/null @@ -1,121 +0,0 @@ -/* // Based on Monokai (pygments-high-contrast-stylesheets) */ -/* // Source: https://github.com/mpchadwick/pygments-high-contrast-stylesheets/blob/gh-pages/monokai.css */ - -.chroma, -pre, -p code, -li code { - color: #f8f8f2; - background: #272822; -} - -.chroma .err { - color: #eb0083; - background-color: #1e0010; -} - -.chroma .lntd { - vertical-align: top; - padding: 0; - margin: 0; - border: 0; -} - -.chroma .lntable { - border-spacing: 0; - /* //padding: 0; */ - margin: 0; - border: 0; - width: auto; - /* //overflow: auto; */ - display: block; -} - -.chroma .hl { - display: block; - width: 100%; - background-color: rgba(0,0,0,.3); -} - -.chroma .ge { - font-style: italic; -} - -.chroma .gs { - font-weight: bold; -} - -.chroma .lnt, -.chroma .ln { - margin-right: 0.5rem; - padding: 0 0.5rem 0 1.5rem; - color: #8e8e8e; -} - -.chroma .k, -.chroma .kc, -.chroma .kd, -.chroma .kp, -.chroma .kr, -.chroma .kt, -.chroma .no { - color: #66d9ef; -} - -.chroma .kn, -.chroma .nt, -.chroma .o, -.chroma .ow, -.chroma .gd { - color: #f94e8a; -} - -.chroma .na, -.chroma .nc, -.chroma .nd, -.chroma .ne, -.chroma .nf, -.chroma .nx, -.chroma .gi { - color: #a6e22e; -} - -.chroma .l, -.chroma .se, -.chroma .m, -.chroma .mb, -.chroma .mf, -.chroma .mh, -.chroma .mi, -.chroma .il, -.chroma .mo { - color: #ae81ff; -} - -.chroma .ld, -.chroma .s, -.chroma .sa, -.chroma .sb, -.chroma .sc, -.chroma .dl, -.chroma .sd, -.chroma .s2, -.chroma .sh, -.chroma .si, -.chroma .sx, -.chroma .sr, -.chroma .s1, -.chroma .ss { - color: #e6db74; -} - -.chroma .c, -.chroma .ch, -.chroma .cm, -.chroma .c1, -.chroma .cs, -.chroma .cp, -.chroma .cpf, -.chroma .gu { - color: #949076; -} diff --git a/assets/css/chroma-light.css b/assets/css/chroma-light.css deleted file mode 100644 index 3e1e633..0000000 --- a/assets/css/chroma-light.css +++ /dev/null @@ -1,124 +0,0 @@ -// Based on Solarized Dark (pygments-high-contrast-stylesheets) -// Source: https://github.com/mpchadwick/pygments-high-contrast-stylesheets/blob/gh-pages/solarized-dark.css - -.chroma, -pre, -p code, -li code { - color: #93a1a1; - background-color: #002b36; -} - -.chroma .lntd { - vertical-align: top; - padding: 0; - margin: 0; - border: 0; -} - -.chroma .lntable { - border-spacing: 0; - //padding: 0; - margin: 0; - border: 0; - width: auto; - //overflow: auto; - display: block; -} - -.chroma .hl { - display: block; - width: 100%; - background-color: rgba(0,0,0,.3); -} - -.chroma .nb { - color: #b58900; -} - -.chroma .ge { - font-style: italic; -} - -.chroma .gr { - color: #e8625f; - font-weight: bold; -} - -.chroma .gs { - font-weight: bold; -} - -.chroma .x, -.chroma .kc, -.chroma .no, -.chroma .ni, -.chroma .ne, -.chroma .se, -.chroma .gh { - color: #e9662f; -} - -.chroma .lnt, -.chroma .ln { - margin-right: 0.5rem; - padding: 0 0.5rem 0 1.5rem; - color: #848f8f; -} - -.chroma .k, -.chroma .kn, -.chroma .kp, -.chroma .o, -.chroma .ow, -.chroma .cs, -.chroma .cp, -.chroma .cpf, -.chroma .gi { - color: #859900; -} - -.chroma .kd, -.chroma .kr, -.chroma .bp, -.chroma .nc, -.chroma .nd, -.chroma .nf, -.chroma .nt, -.chroma .nv, -.chroma .gu { - color: #3294da; -} - -.chroma .kt, -.chroma .sr, -.chroma .gd { - color: #e8625f; -} - -.chroma .s, -.chroma .sa, -.chroma .sc, -.chroma .dl, -.chroma .s2, -.chroma .si, -.chroma .sx, -.chroma .s1, -.chroma .ss, -.chroma .m, -.chroma .mb, -.chroma .mf, -.chroma .mh, -.chroma .mi, -.chroma .il, -.chroma .mo { - color: #2aa198; -} - -.chroma .sb, -.chroma .c, -.chroma .ch, -.chroma .cm, -.chroma .c1 { - color: #759299; -} \ No newline at end of file diff --git a/assets/css/compat.css b/assets/css/compat.css new file mode 100644 index 0000000..8e93053 --- /dev/null +++ b/assets/css/compat.css @@ -0,0 +1,86 @@ +/* Background */ .bg { color: #e5e5e5; background-color: #000000; !important } +/* PreWrapper */ .chroma { color: #e5e5e5; background-color: #000000; !important } +/* Other */ .chroma .x { !important } +/* Error */ .chroma .err { color: #ff0000 !important } +/* CodeLine */ .chroma .cl { !important } +/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important } +/* LineHighlight */ .chroma .hl { background-color: #191919 !important } +/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #727272 !important } +/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #727272 !important } +/* Line */ .chroma .line { display: flex; !important } +/* Keyword */ .chroma .k { color: #ffffff; font-weight: bold !important } +/* KeywordConstant */ .chroma .kc { color: #ffffff; font-weight: bold !important } +/* KeywordDeclaration */ .chroma .kd { color: #ffffff; font-weight: bold !important } +/* KeywordNamespace */ .chroma .kn { color: #ffffff; font-weight: bold !important } +/* KeywordPseudo */ .chroma .kp { color: #ffffff; font-weight: bold !important } +/* KeywordReserved */ .chroma .kr { color: #ffffff; font-weight: bold !important } +/* KeywordType */ .chroma .kt { color: #ffffff; font-weight: bold !important } +/* Name */ .chroma .n { !important } +/* NameAttribute */ .chroma .na { color: #007f7f !important } +/* NameBuiltin */ .chroma .nb { color: #ffffff; font-weight: bold !important } +/* NameBuiltinPseudo */ .chroma .bp { !important } +/* NameClass */ .chroma .nc { !important } +/* NameConstant */ .chroma .no { !important } +/* NameDecorator */ .chroma .nd { !important } +/* NameEntity */ .chroma .ni { !important } +/* NameException */ .chroma .ne { !important } +/* NameFunction */ .chroma .nf { !important } +/* NameFunctionMagic */ .chroma .fm { !important } +/* NameLabel */ .chroma .nl { !important } +/* NameNamespace */ .chroma .nn { !important } +/* NameOther */ .chroma .nx { !important } +/* NameProperty */ .chroma .py { !important } +/* NameTag */ .chroma .nt { font-weight: bold !important } +/* NameVariable */ .chroma .nv { !important } +/* NameVariableClass */ .chroma .vc { !important } +/* NameVariableGlobal */ .chroma .vg { !important } +/* NameVariableInstance */ .chroma .vi { !important } +/* NameVariableMagic */ .chroma .vm { !important } +/* Literal */ .chroma .l { !important } +/* LiteralDate */ .chroma .ld { color: #ffff00; font-weight: bold !important } +/* LiteralString */ .chroma .s { color: #00ffff; font-weight: bold !important } +/* LiteralStringAffix */ .chroma .sa { color: #00ffff; font-weight: bold !important } +/* LiteralStringBacktick */ .chroma .sb { color: #00ffff; font-weight: bold !important } +/* LiteralStringChar */ .chroma .sc { color: #00ffff; font-weight: bold !important } +/* LiteralStringDelimiter */ .chroma .dl { color: #00ffff; font-weight: bold !important } +/* LiteralStringDoc */ .chroma .sd { color: #00ffff; font-weight: bold !important } +/* LiteralStringDouble */ .chroma .s2 { color: #00ffff; font-weight: bold !important } +/* LiteralStringEscape */ .chroma .se { color: #00ffff; font-weight: bold !important } +/* LiteralStringHeredoc */ .chroma .sh { color: #00ffff; font-weight: bold !important } +/* LiteralStringInterpol */ .chroma .si { color: #00ffff; font-weight: bold !important } +/* LiteralStringOther */ .chroma .sx { color: #00ffff; font-weight: bold !important } +/* LiteralStringRegex */ .chroma .sr { color: #00ffff; font-weight: bold !important } +/* LiteralStringSingle */ .chroma .s1 { color: #00ffff; font-weight: bold !important } +/* LiteralStringSymbol */ .chroma .ss { color: #00ffff; font-weight: bold !important } +/* LiteralNumber */ .chroma .m { color: #ffff00; font-weight: bold !important } +/* LiteralNumberBin */ .chroma .mb { color: #ffff00; font-weight: bold !important } +/* LiteralNumberFloat */ .chroma .mf { color: #ffff00; font-weight: bold !important } +/* LiteralNumberHex */ .chroma .mh { color: #ffff00; font-weight: bold !important } +/* LiteralNumberInteger */ .chroma .mi { color: #ffff00; font-weight: bold !important } +/* LiteralNumberIntegerLong */ .chroma .il { color: #ffff00; font-weight: bold !important } +/* LiteralNumberOct */ .chroma .mo { color: #ffff00; font-weight: bold !important } +/* Operator */ .chroma .o { !important } +/* OperatorWord */ .chroma .ow { !important } +/* Punctuation */ .chroma .p { !important } +/* Comment */ .chroma .c { color: #007f7f !important } +/* CommentHashbang */ .chroma .ch { color: #007f7f !important } +/* CommentMultiline */ .chroma .cm { color: #007f7f !important } +/* CommentSingle */ .chroma .c1 { color: #007f7f !important } +/* CommentSpecial */ .chroma .cs { color: #007f7f !important } +/* CommentPreproc */ .chroma .cp { color: #00ff00; font-weight: bold !important } +/* CommentPreprocFile */ .chroma .cpf { color: #00ff00; font-weight: bold !important } +/* Generic */ .chroma .g { !important } +/* GenericDeleted */ .chroma .gd { !important } +/* GenericEmph */ .chroma .ge { !important } +/* GenericError */ .chroma .gr { !important } +/* GenericHeading */ .chroma .gh { font-weight: bold !important } +/* GenericInserted */ .chroma .gi { !important } +/* GenericOutput */ .chroma .go { !important } +/* GenericPrompt */ .chroma .gp { !important } +/* GenericStrong */ .chroma .gs { font-weight: bold !important } +/* GenericSubheading */ .chroma .gu { font-weight: bold !important } +/* GenericTraceback */ .chroma .gt { !important } +/* GenericUnderline */ .chroma .gl { text-decoration: underline !important } +/* TextWhitespace */ .chroma .w { !important } diff --git a/assets/css/doom-one2.css b/assets/css/doom-one2.css new file mode 100644 index 0000000..070fe3c --- /dev/null +++ b/assets/css/doom-one2.css @@ -0,0 +1,86 @@ +/* Background */ .bg { color: #b0c4de; background-color: #282c34; !important } +/* PreWrapper */ .chroma { color: #b0c4de; background-color: #282c34; !important } +/* Other */ .chroma .x { !important } +/* Error */ .chroma .err { !important } +/* CodeLine */ .chroma .cl { !important } +/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important } +/* LineHighlight */ .chroma .hl { background-color: #3d4148 !important } +/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #58626f !important } +/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #58626f !important } +/* Line */ .chroma .line { display: flex; !important } +/* Keyword */ .chroma .k { color: #76a9f9 !important } +/* KeywordConstant */ .chroma .kc { color: #e5c07b !important } +/* KeywordDeclaration */ .chroma .kd { color: #76a9f9 !important } +/* KeywordNamespace */ .chroma .kn { color: #76a9f9 !important } +/* KeywordPseudo */ .chroma .kp { color: #76a9f9 !important } +/* KeywordReserved */ .chroma .kr { color: #76a9f9 !important } +/* KeywordType */ .chroma .kt { color: #e5c07b !important } +/* Name */ .chroma .n { color: #aa89ea !important } +/* NameAttribute */ .chroma .na { color: #cebc3a !important } +/* NameBuiltin */ .chroma .nb { color: #e5c07b !important } +/* NameBuiltinPseudo */ .chroma .bp { color: #aa89ea !important } +/* NameClass */ .chroma .nc { color: #ca72ff !important } +/* NameConstant */ .chroma .no { color: #aa89ea; font-weight: bold !important } +/* NameDecorator */ .chroma .nd { color: #e5c07b !important } +/* NameEntity */ .chroma .ni { color: #bda26f !important } +/* NameException */ .chroma .ne { color: #fd7474; font-weight: bold !important } +/* NameFunction */ .chroma .nf { color: #00b1f7 !important } +/* NameFunctionMagic */ .chroma .fm { color: #aa89ea !important } +/* NameLabel */ .chroma .nl { color: #f5a40d !important } +/* NameNamespace */ .chroma .nn { color: #ca72ff !important } +/* NameOther */ .chroma .nx { color: #aa89ea !important } +/* NameProperty */ .chroma .py { color: #cebc3a !important } +/* NameTag */ .chroma .nt { color: #76a9f9 !important } +/* NameVariable */ .chroma .nv { color: #dcaeea !important } +/* NameVariableClass */ .chroma .vc { color: #dcaeea !important } +/* NameVariableGlobal */ .chroma .vg { color: #dcaeea; font-weight: bold !important } +/* NameVariableInstance */ .chroma .vi { color: #e06c75 !important } +/* NameVariableMagic */ .chroma .vm { color: #dcaeea !important } +/* Literal */ .chroma .l { color: #98c379 !important } +/* LiteralDate */ .chroma .ld { color: #98c379 !important } +/* LiteralString */ .chroma .s { color: #98c379 !important } +/* LiteralStringAffix */ .chroma .sa { color: #98c379 !important } +/* LiteralStringBacktick */ .chroma .sb { color: #98c379 !important } +/* LiteralStringChar */ .chroma .sc { color: #98c379 !important } +/* LiteralStringDelimiter */ .chroma .dl { color: #98c379 !important } +/* LiteralStringDoc */ .chroma .sd { color: #7e97c3 !important } +/* LiteralStringDouble */ .chroma .s2 { color: #63c381 !important } +/* LiteralStringEscape */ .chroma .se { color: #d26464; font-weight: bold !important } +/* LiteralStringHeredoc */ .chroma .sh { color: #98c379 !important } +/* LiteralStringInterpol */ .chroma .si { color: #98c379 !important } +/* LiteralStringOther */ .chroma .sx { color: #70b33f !important } +/* LiteralStringRegex */ .chroma .sr { color: #56b6c2 !important } +/* LiteralStringSingle */ .chroma .s1 { color: #98c379 !important } +/* LiteralStringSymbol */ .chroma .ss { color: #56b6c2 !important } +/* LiteralNumber */ .chroma .m { color: #d19a66 !important } +/* LiteralNumberBin */ .chroma .mb { color: #d19a66 !important } +/* LiteralNumberFloat */ .chroma .mf { color: #d19a66 !important } +/* LiteralNumberHex */ .chroma .mh { color: #d19a66 !important } +/* LiteralNumberInteger */ .chroma .mi { color: #d19a66 !important } +/* LiteralNumberIntegerLong */ .chroma .il { color: #d19a66 !important } +/* LiteralNumberOct */ .chroma .mo { color: #d19a66 !important } +/* Operator */ .chroma .o { color: #54b1c7 !important } +/* OperatorWord */ .chroma .ow { color: #b756ff; font-weight: bold !important } +/* Punctuation */ .chroma .p { color: #abb2bf !important } +/* Comment */ .chroma .c { color: #8a93a5; font-style: italic !important } +/* CommentHashbang */ .chroma .ch { color: #8a93a5; font-weight: bold; font-style: italic !important } +/* CommentMultiline */ .chroma .cm { color: #8a93a5; font-style: italic !important } +/* CommentSingle */ .chroma .c1 { color: #8a93a5; font-style: italic !important } +/* CommentSpecial */ .chroma .cs { color: #8a93a5; font-style: italic !important } +/* CommentPreproc */ .chroma .cp { color: #8a93a5; font-style: italic !important } +/* CommentPreprocFile */ .chroma .cpf { color: #8a93a5; font-style: italic !important } +/* Generic */ .chroma .g { !important } +/* GenericDeleted */ .chroma .gd { !important } +/* GenericEmph */ .chroma .ge { font-style: italic !important } +/* GenericError */ .chroma .gr { !important } +/* GenericHeading */ .chroma .gh { color: #a2cbff; font-weight: bold !important } +/* GenericInserted */ .chroma .gi { color: #a6e22e !important } +/* GenericOutput */ .chroma .go { color: #a6e22e !important } +/* GenericPrompt */ .chroma .gp { color: #a6e22e !important } +/* GenericStrong */ .chroma .gs { font-weight: bold !important } +/* GenericSubheading */ .chroma .gu { color: #a2cbff !important } +/* GenericTraceback */ .chroma .gt { color: #a2cbff !important } +/* GenericUnderline */ .chroma .gl { text-decoration: underline !important } +/* TextWhitespace */ .chroma .w { !important } diff --git a/assets/css/dracula.css b/assets/css/dracula.css new file mode 100644 index 0000000..0388d4b --- /dev/null +++ b/assets/css/dracula.css @@ -0,0 +1,86 @@ +/* Background */ .bg { color: #f8f8f2; background-color: #282a36; !important } +/* PreWrapper */ .chroma { color: #f8f8f2; background-color: #282a36; !important } +/* Other */ .chroma .x { !important } +/* Error */ .chroma .err { !important } +/* CodeLine */ .chroma .cl { !important } +/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important } +/* LineHighlight */ .chroma .hl { background-color: #3d3f4a !important } +/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f !important } +/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f !important } +/* Line */ .chroma .line { display: flex; !important } +/* Keyword */ .chroma .k { color: #ff79c6 !important } +/* KeywordConstant */ .chroma .kc { color: #ff79c6 !important } +/* KeywordDeclaration */ .chroma .kd { color: #8be9fd; font-style: italic !important } +/* KeywordNamespace */ .chroma .kn { color: #ff79c6 !important } +/* KeywordPseudo */ .chroma .kp { color: #ff79c6 !important } +/* KeywordReserved */ .chroma .kr { color: #ff79c6 !important } +/* KeywordType */ .chroma .kt { color: #8be9fd !important } +/* Name */ .chroma .n { !important } +/* NameAttribute */ .chroma .na { color: #50fa7b !important } +/* NameBuiltin */ .chroma .nb { color: #8be9fd; font-style: italic !important } +/* NameBuiltinPseudo */ .chroma .bp { !important } +/* NameClass */ .chroma .nc { color: #50fa7b !important } +/* NameConstant */ .chroma .no { !important } +/* NameDecorator */ .chroma .nd { !important } +/* NameEntity */ .chroma .ni { !important } +/* NameException */ .chroma .ne { !important } +/* NameFunction */ .chroma .nf { color: #50fa7b !important } +/* NameFunctionMagic */ .chroma .fm { !important } +/* NameLabel */ .chroma .nl { color: #8be9fd; font-style: italic !important } +/* NameNamespace */ .chroma .nn { !important } +/* NameOther */ .chroma .nx { !important } +/* NameProperty */ .chroma .py { !important } +/* NameTag */ .chroma .nt { color: #ff79c6 !important } +/* NameVariable */ .chroma .nv { color: #8be9fd; font-style: italic !important } +/* NameVariableClass */ .chroma .vc { color: #8be9fd; font-style: italic !important } +/* NameVariableGlobal */ .chroma .vg { color: #8be9fd; font-style: italic !important } +/* NameVariableInstance */ .chroma .vi { color: #8be9fd; font-style: italic !important } +/* NameVariableMagic */ .chroma .vm { !important } +/* Literal */ .chroma .l { !important } +/* LiteralDate */ .chroma .ld { !important } +/* LiteralString */ .chroma .s { color: #f1fa8c !important } +/* LiteralStringAffix */ .chroma .sa { color: #f1fa8c !important } +/* LiteralStringBacktick */ .chroma .sb { color: #f1fa8c !important } +/* LiteralStringChar */ .chroma .sc { color: #f1fa8c !important } +/* LiteralStringDelimiter */ .chroma .dl { color: #f1fa8c !important } +/* LiteralStringDoc */ .chroma .sd { color: #f1fa8c !important } +/* LiteralStringDouble */ .chroma .s2 { color: #f1fa8c !important } +/* LiteralStringEscape */ .chroma .se { color: #f1fa8c !important } +/* LiteralStringHeredoc */ .chroma .sh { color: #f1fa8c !important } +/* LiteralStringInterpol */ .chroma .si { color: #f1fa8c !important } +/* LiteralStringOther */ .chroma .sx { color: #f1fa8c !important } +/* LiteralStringRegex */ .chroma .sr { color: #f1fa8c !important } +/* LiteralStringSingle */ .chroma .s1 { color: #f1fa8c !important } +/* LiteralStringSymbol */ .chroma .ss { color: #f1fa8c !important } +/* LiteralNumber */ .chroma .m { color: #bd93f9 !important } +/* LiteralNumberBin */ .chroma .mb { color: #bd93f9 !important } +/* LiteralNumberFloat */ .chroma .mf { color: #bd93f9 !important } +/* LiteralNumberHex */ .chroma .mh { color: #bd93f9 !important } +/* LiteralNumberInteger */ .chroma .mi { color: #bd93f9 !important } +/* LiteralNumberIntegerLong */ .chroma .il { color: #bd93f9 !important } +/* LiteralNumberOct */ .chroma .mo { color: #bd93f9 !important } +/* Operator */ .chroma .o { color: #ff79c6 !important } +/* OperatorWord */ .chroma .ow { color: #ff79c6 !important } +/* Punctuation */ .chroma .p { !important } +/* Comment */ .chroma .c { color: #6272a4 !important } +/* CommentHashbang */ .chroma .ch { color: #6272a4 !important } +/* CommentMultiline */ .chroma .cm { color: #6272a4 !important } +/* CommentSingle */ .chroma .c1 { color: #6272a4 !important } +/* CommentSpecial */ .chroma .cs { color: #6272a4 !important } +/* CommentPreproc */ .chroma .cp { color: #ff79c6 !important } +/* CommentPreprocFile */ .chroma .cpf { color: #ff79c6 !important } +/* Generic */ .chroma .g { !important } +/* GenericDeleted */ .chroma .gd { color: #ff5555 !important } +/* GenericEmph */ .chroma .ge { text-decoration: underline !important } +/* GenericError */ .chroma .gr { !important } +/* GenericHeading */ .chroma .gh { font-weight: bold !important } +/* GenericInserted */ .chroma .gi { color: #50fa7b; font-weight: bold !important } +/* GenericOutput */ .chroma .go { color: #44475a !important } +/* GenericPrompt */ .chroma .gp { !important } +/* GenericStrong */ .chroma .gs { !important } +/* GenericSubheading */ .chroma .gu { font-weight: bold !important } +/* GenericTraceback */ .chroma .gt { !important } +/* GenericUnderline */ .chroma .gl { text-decoration: underline !important } +/* TextWhitespace */ .chroma .w { !important } diff --git a/assets/css/hrdark.css b/assets/css/hrdark.css new file mode 100644 index 0000000..ce76ded --- /dev/null +++ b/assets/css/hrdark.css @@ -0,0 +1,86 @@ +/* Background */ .bg { color: #1d2432; !important } +/* PreWrapper */ .chroma { color: #1d2432; !important } +/* Other */ .chroma .x { color: #ffffff !important } +/* Error */ .chroma .err { !important } +/* CodeLine */ .chroma .cl { !important } +/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important } +/* LineHighlight */ .chroma .hl { background-color: #e5e5e5 !important } +/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #8e9198 !important } +/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #8e9198 !important } +/* Line */ .chroma .line { display: flex; !important } +/* Keyword */ .chroma .k { color: #ff636f !important } +/* KeywordConstant */ .chroma .kc { color: #ff636f !important } +/* KeywordDeclaration */ .chroma .kd { color: #ff636f !important } +/* KeywordNamespace */ .chroma .kn { color: #ff636f !important } +/* KeywordPseudo */ .chroma .kp { color: #ff636f !important } +/* KeywordReserved */ .chroma .kr { color: #ff636f !important } +/* KeywordType */ .chroma .kt { color: #ff636f !important } +/* Name */ .chroma .n { color: #58a1dd !important } +/* NameAttribute */ .chroma .na { color: #58a1dd !important } +/* NameBuiltin */ .chroma .nb { color: #58a1dd !important } +/* NameBuiltinPseudo */ .chroma .bp { color: #58a1dd !important } +/* NameClass */ .chroma .nc { color: #58a1dd !important } +/* NameConstant */ .chroma .no { color: #58a1dd !important } +/* NameDecorator */ .chroma .nd { color: #58a1dd !important } +/* NameEntity */ .chroma .ni { color: #58a1dd !important } +/* NameException */ .chroma .ne { color: #58a1dd !important } +/* NameFunction */ .chroma .nf { color: #58a1dd !important } +/* NameFunctionMagic */ .chroma .fm { color: #58a1dd !important } +/* NameLabel */ .chroma .nl { color: #58a1dd !important } +/* NameNamespace */ .chroma .nn { color: #58a1dd !important } +/* NameOther */ .chroma .nx { color: #58a1dd !important } +/* NameProperty */ .chroma .py { color: #58a1dd !important } +/* NameTag */ .chroma .nt { color: #58a1dd !important } +/* NameVariable */ .chroma .nv { color: #58a1dd !important } +/* NameVariableClass */ .chroma .vc { color: #58a1dd !important } +/* NameVariableGlobal */ .chroma .vg { color: #58a1dd !important } +/* NameVariableInstance */ .chroma .vi { color: #58a1dd !important } +/* NameVariableMagic */ .chroma .vm { color: #58a1dd !important } +/* Literal */ .chroma .l { color: #a6be9d !important } +/* LiteralDate */ .chroma .ld { color: #a6be9d !important } +/* LiteralString */ .chroma .s { color: #a6be9d !important } +/* LiteralStringAffix */ .chroma .sa { color: #a6be9d !important } +/* LiteralStringBacktick */ .chroma .sb { color: #a6be9d !important } +/* LiteralStringChar */ .chroma .sc { color: #a6be9d !important } +/* LiteralStringDelimiter */ .chroma .dl { color: #a6be9d !important } +/* LiteralStringDoc */ .chroma .sd { color: #a6be9d !important } +/* LiteralStringDouble */ .chroma .s2 { color: #a6be9d !important } +/* LiteralStringEscape */ .chroma .se { color: #a6be9d !important } +/* LiteralStringHeredoc */ .chroma .sh { color: #a6be9d !important } +/* LiteralStringInterpol */ .chroma .si { color: #a6be9d !important } +/* LiteralStringOther */ .chroma .sx { color: #a6be9d !important } +/* LiteralStringRegex */ .chroma .sr { color: #a6be9d !important } +/* LiteralStringSingle */ .chroma .s1 { color: #a6be9d !important } +/* LiteralStringSymbol */ .chroma .ss { color: #a6be9d !important } +/* LiteralNumber */ .chroma .m { color: #a6be9d !important } +/* LiteralNumberBin */ .chroma .mb { color: #a6be9d !important } +/* LiteralNumberFloat */ .chroma .mf { color: #a6be9d !important } +/* LiteralNumberHex */ .chroma .mh { color: #a6be9d !important } +/* LiteralNumberInteger */ .chroma .mi { color: #a6be9d !important } +/* LiteralNumberIntegerLong */ .chroma .il { color: #a6be9d !important } +/* LiteralNumberOct */ .chroma .mo { color: #a6be9d !important } +/* Operator */ .chroma .o { color: #ff636f !important } +/* OperatorWord */ .chroma .ow { color: #ff636f !important } +/* Punctuation */ .chroma .p { !important } +/* Comment */ .chroma .c { color: #828b96; font-style: italic !important } +/* CommentHashbang */ .chroma .ch { color: #828b96; font-style: italic !important } +/* CommentMultiline */ .chroma .cm { color: #828b96; font-style: italic !important } +/* CommentSingle */ .chroma .c1 { color: #828b96; font-style: italic !important } +/* CommentSpecial */ .chroma .cs { color: #828b96; font-style: italic !important } +/* CommentPreproc */ .chroma .cp { color: #828b96; font-style: italic !important } +/* CommentPreprocFile */ .chroma .cpf { color: #828b96; font-style: italic !important } +/* Generic */ .chroma .g { !important } +/* GenericDeleted */ .chroma .gd { !important } +/* GenericEmph */ .chroma .ge { !important } +/* GenericError */ .chroma .gr { !important } +/* GenericHeading */ .chroma .gh { !important } +/* GenericInserted */ .chroma .gi { !important } +/* GenericOutput */ .chroma .go { !important } +/* GenericPrompt */ .chroma .gp { !important } +/* GenericStrong */ .chroma .gs { !important } +/* GenericSubheading */ .chroma .gu { !important } +/* GenericTraceback */ .chroma .gt { !important } +/* GenericUnderline */ .chroma .gl { !important } +/* TextWhitespace */ .chroma .w { !important } diff --git a/assets/css/modus-operandi.css b/assets/css/modus-operandi.css new file mode 100644 index 0000000..fb80deb --- /dev/null +++ b/assets/css/modus-operandi.css @@ -0,0 +1,86 @@ +/* Background */ .bg { color: #000000; background-color: #ffffff; !important } +/* PreWrapper */ .chroma { color: #000000; background-color: #ffffff; !important } +/* Other */ .chroma .x { !important } +/* Error */ .chroma .err { !important } +/* CodeLine */ .chroma .cl { !important } +/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important } +/* LineHighlight */ .chroma .hl { background-color: #e5e5e5 !important } +/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f !important } +/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f !important } +/* Line */ .chroma .line { display: flex; !important } +/* Keyword */ .chroma .k { color: #5317ac !important } +/* KeywordConstant */ .chroma .kc { color: #0000c0 !important } +/* KeywordDeclaration */ .chroma .kd { color: #5317ac !important } +/* KeywordNamespace */ .chroma .kn { color: #5317ac !important } +/* KeywordPseudo */ .chroma .kp { color: #5317ac !important } +/* KeywordReserved */ .chroma .kr { color: #5317ac !important } +/* KeywordType */ .chroma .kt { color: #005a5f !important } +/* Name */ .chroma .n { !important } +/* NameAttribute */ .chroma .na { !important } +/* NameBuiltin */ .chroma .nb { color: #8f0075 !important } +/* NameBuiltinPseudo */ .chroma .bp { !important } +/* NameClass */ .chroma .nc { !important } +/* NameConstant */ .chroma .no { !important } +/* NameDecorator */ .chroma .nd { !important } +/* NameEntity */ .chroma .ni { !important } +/* NameException */ .chroma .ne { !important } +/* NameFunction */ .chroma .nf { color: #721045 !important } +/* NameFunctionMagic */ .chroma .fm { !important } +/* NameLabel */ .chroma .nl { !important } +/* NameNamespace */ .chroma .nn { !important } +/* NameOther */ .chroma .nx { !important } +/* NameProperty */ .chroma .py { !important } +/* NameTag */ .chroma .nt { !important } +/* NameVariable */ .chroma .nv { color: #00538b !important } +/* NameVariableClass */ .chroma .vc { !important } +/* NameVariableGlobal */ .chroma .vg { !important } +/* NameVariableInstance */ .chroma .vi { !important } +/* NameVariableMagic */ .chroma .vm { !important } +/* Literal */ .chroma .l { color: #0000c0 !important } +/* LiteralDate */ .chroma .ld { color: #0000c0 !important } +/* LiteralString */ .chroma .s { color: #2544bb !important } +/* LiteralStringAffix */ .chroma .sa { color: #2544bb !important } +/* LiteralStringBacktick */ .chroma .sb { color: #2544bb !important } +/* LiteralStringChar */ .chroma .sc { color: #2544bb !important } +/* LiteralStringDelimiter */ .chroma .dl { color: #2544bb !important } +/* LiteralStringDoc */ .chroma .sd { color: #2544bb !important } +/* LiteralStringDouble */ .chroma .s2 { color: #2544bb !important } +/* LiteralStringEscape */ .chroma .se { color: #2544bb !important } +/* LiteralStringHeredoc */ .chroma .sh { color: #2544bb !important } +/* LiteralStringInterpol */ .chroma .si { color: #2544bb !important } +/* LiteralStringOther */ .chroma .sx { color: #2544bb !important } +/* LiteralStringRegex */ .chroma .sr { color: #2544bb !important } +/* LiteralStringSingle */ .chroma .s1 { color: #2544bb !important } +/* LiteralStringSymbol */ .chroma .ss { color: #2544bb !important } +/* LiteralNumber */ .chroma .m { color: #0000c0 !important } +/* LiteralNumberBin */ .chroma .mb { color: #0000c0 !important } +/* LiteralNumberFloat */ .chroma .mf { color: #0000c0 !important } +/* LiteralNumberHex */ .chroma .mh { color: #0000c0 !important } +/* LiteralNumberInteger */ .chroma .mi { color: #0000c0 !important } +/* LiteralNumberIntegerLong */ .chroma .il { color: #0000c0 !important } +/* LiteralNumberOct */ .chroma .mo { color: #0000c0 !important } +/* Operator */ .chroma .o { color: #00538b !important } +/* OperatorWord */ .chroma .ow { color: #00538b !important } +/* Punctuation */ .chroma .p { !important } +/* Comment */ .chroma .c { color: #505050 !important } +/* CommentHashbang */ .chroma .ch { color: #505050 !important } +/* CommentMultiline */ .chroma .cm { color: #505050 !important } +/* CommentSingle */ .chroma .c1 { color: #505050 !important } +/* CommentSpecial */ .chroma .cs { color: #505050 !important } +/* CommentPreproc */ .chroma .cp { color: #505050 !important } +/* CommentPreprocFile */ .chroma .cpf { color: #505050 !important } +/* Generic */ .chroma .g { !important } +/* GenericDeleted */ .chroma .gd { !important } +/* GenericEmph */ .chroma .ge { !important } +/* GenericError */ .chroma .gr { !important } +/* GenericHeading */ .chroma .gh { !important } +/* GenericInserted */ .chroma .gi { !important } +/* GenericOutput */ .chroma .go { !important } +/* GenericPrompt */ .chroma .gp { !important } +/* GenericStrong */ .chroma .gs { !important } +/* GenericSubheading */ .chroma .gu { !important } +/* GenericTraceback */ .chroma .gt { !important } +/* GenericUnderline */ .chroma .gl { !important } +/* TextWhitespace */ .chroma .w { !important } diff --git a/assets/css/modus-vivendi.css b/assets/css/modus-vivendi.css new file mode 100644 index 0000000..49ba14c --- /dev/null +++ b/assets/css/modus-vivendi.css @@ -0,0 +1,86 @@ +/* Background */ .bg { color: #ffffff; background-color: #000000; !important } +/* PreWrapper */ .chroma { color: #ffffff; background-color: #000000; !important } +/* Other */ .chroma .x { !important } +/* Error */ .chroma .err { !important } +/* CodeLine */ .chroma .cl { !important } +/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important } +/* LineHighlight */ .chroma .hl { background-color: #191919 !important } +/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f !important } +/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f !important } +/* Line */ .chroma .line { display: flex; !important } +/* Keyword */ .chroma .k { color: #b6a0ff !important } +/* KeywordConstant */ .chroma .kc { color: #00bcff !important } +/* KeywordDeclaration */ .chroma .kd { color: #b6a0ff !important } +/* KeywordNamespace */ .chroma .kn { color: #b6a0ff !important } +/* KeywordPseudo */ .chroma .kp { color: #b6a0ff !important } +/* KeywordReserved */ .chroma .kr { color: #b6a0ff !important } +/* KeywordType */ .chroma .kt { color: #6ae4b9 !important } +/* Name */ .chroma .n { !important } +/* NameAttribute */ .chroma .na { !important } +/* NameBuiltin */ .chroma .nb { color: #f78fe7 !important } +/* NameBuiltinPseudo */ .chroma .bp { !important } +/* NameClass */ .chroma .nc { !important } +/* NameConstant */ .chroma .no { !important } +/* NameDecorator */ .chroma .nd { !important } +/* NameEntity */ .chroma .ni { !important } +/* NameException */ .chroma .ne { !important } +/* NameFunction */ .chroma .nf { color: #feacd0 !important } +/* NameFunctionMagic */ .chroma .fm { !important } +/* NameLabel */ .chroma .nl { !important } +/* NameNamespace */ .chroma .nn { !important } +/* NameOther */ .chroma .nx { !important } +/* NameProperty */ .chroma .py { !important } +/* NameTag */ .chroma .nt { !important } +/* NameVariable */ .chroma .nv { color: #00d3d0 !important } +/* NameVariableClass */ .chroma .vc { !important } +/* NameVariableGlobal */ .chroma .vg { !important } +/* NameVariableInstance */ .chroma .vi { !important } +/* NameVariableMagic */ .chroma .vm { !important } +/* Literal */ .chroma .l { color: #00bcff !important } +/* LiteralDate */ .chroma .ld { color: #00bcff !important } +/* LiteralString */ .chroma .s { color: #79a8ff !important } +/* LiteralStringAffix */ .chroma .sa { color: #79a8ff !important } +/* LiteralStringBacktick */ .chroma .sb { color: #79a8ff !important } +/* LiteralStringChar */ .chroma .sc { color: #79a8ff !important } +/* LiteralStringDelimiter */ .chroma .dl { color: #79a8ff !important } +/* LiteralStringDoc */ .chroma .sd { color: #79a8ff !important } +/* LiteralStringDouble */ .chroma .s2 { color: #79a8ff !important } +/* LiteralStringEscape */ .chroma .se { color: #79a8ff !important } +/* LiteralStringHeredoc */ .chroma .sh { color: #79a8ff !important } +/* LiteralStringInterpol */ .chroma .si { color: #79a8ff !important } +/* LiteralStringOther */ .chroma .sx { color: #79a8ff !important } +/* LiteralStringRegex */ .chroma .sr { color: #79a8ff !important } +/* LiteralStringSingle */ .chroma .s1 { color: #79a8ff !important } +/* LiteralStringSymbol */ .chroma .ss { color: #79a8ff !important } +/* LiteralNumber */ .chroma .m { color: #00bcff !important } +/* LiteralNumberBin */ .chroma .mb { color: #00bcff !important } +/* LiteralNumberFloat */ .chroma .mf { color: #00bcff !important } +/* LiteralNumberHex */ .chroma .mh { color: #00bcff !important } +/* LiteralNumberInteger */ .chroma .mi { color: #00bcff !important } +/* LiteralNumberIntegerLong */ .chroma .il { color: #00bcff !important } +/* LiteralNumberOct */ .chroma .mo { color: #00bcff !important } +/* Operator */ .chroma .o { color: #00d3d0 !important } +/* OperatorWord */ .chroma .ow { color: #00d3d0 !important } +/* Punctuation */ .chroma .p { !important } +/* Comment */ .chroma .c { color: #a8a8a8 !important } +/* CommentHashbang */ .chroma .ch { color: #a8a8a8 !important } +/* CommentMultiline */ .chroma .cm { color: #a8a8a8 !important } +/* CommentSingle */ .chroma .c1 { color: #a8a8a8 !important } +/* CommentSpecial */ .chroma .cs { color: #a8a8a8 !important } +/* CommentPreproc */ .chroma .cp { color: #a8a8a8 !important } +/* CommentPreprocFile */ .chroma .cpf { color: #a8a8a8 !important } +/* Generic */ .chroma .g { !important } +/* GenericDeleted */ .chroma .gd { !important } +/* GenericEmph */ .chroma .ge { !important } +/* GenericError */ .chroma .gr { !important } +/* GenericHeading */ .chroma .gh { !important } +/* GenericInserted */ .chroma .gi { !important } +/* GenericOutput */ .chroma .go { !important } +/* GenericPrompt */ .chroma .gp { !important } +/* GenericStrong */ .chroma .gs { !important } +/* GenericSubheading */ .chroma .gu { !important } +/* GenericTraceback */ .chroma .gt { !important } +/* GenericUnderline */ .chroma .gl { !important } +/* TextWhitespace */ .chroma .w { !important } diff --git a/assets/css/native.css b/assets/css/native.css new file mode 100644 index 0000000..d12b1f6 --- /dev/null +++ b/assets/css/native.css @@ -0,0 +1,86 @@ +/* Background */ .bg { color: #d0d0d0; background-color: #202020; !important } +/* PreWrapper */ .chroma { color: #d0d0d0; background-color: #202020; !important } +/* Other */ .chroma .x { !important } +/* Error */ .chroma .err { color: #a61717; background-color: #e3d2d2 !important } +/* CodeLine */ .chroma .cl { !important } +/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important } +/* LineHighlight */ .chroma .hl { background-color: #363636 !important } +/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #686868 !important } +/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #686868 !important } +/* Line */ .chroma .line { display: flex; !important } +/* Keyword */ .chroma .k { color: #6ab825; font-weight: bold !important } +/* KeywordConstant */ .chroma .kc { color: #6ab825; font-weight: bold !important } +/* KeywordDeclaration */ .chroma .kd { color: #6ab825; font-weight: bold !important } +/* KeywordNamespace */ .chroma .kn { color: #6ab825; font-weight: bold !important } +/* KeywordPseudo */ .chroma .kp { color: #6ab825 !important } +/* KeywordReserved */ .chroma .kr { color: #6ab825; font-weight: bold !important } +/* KeywordType */ .chroma .kt { color: #6ab825; font-weight: bold !important } +/* Name */ .chroma .n { !important } +/* NameAttribute */ .chroma .na { color: #bbbbbb !important } +/* NameBuiltin */ .chroma .nb { color: #24909d !important } +/* NameBuiltinPseudo */ .chroma .bp { !important } +/* NameClass */ .chroma .nc { color: #447fcf; text-decoration: underline !important } +/* NameConstant */ .chroma .no { color: #40ffff !important } +/* NameDecorator */ .chroma .nd { color: #ffa500 !important } +/* NameEntity */ .chroma .ni { !important } +/* NameException */ .chroma .ne { color: #bbbbbb !important } +/* NameFunction */ .chroma .nf { color: #447fcf !important } +/* NameFunctionMagic */ .chroma .fm { !important } +/* NameLabel */ .chroma .nl { !important } +/* NameNamespace */ .chroma .nn { color: #447fcf; text-decoration: underline !important } +/* NameOther */ .chroma .nx { !important } +/* NameProperty */ .chroma .py { !important } +/* NameTag */ .chroma .nt { color: #6ab825; font-weight: bold !important } +/* NameVariable */ .chroma .nv { color: #40ffff !important } +/* NameVariableClass */ .chroma .vc { !important } +/* NameVariableGlobal */ .chroma .vg { !important } +/* NameVariableInstance */ .chroma .vi { !important } +/* NameVariableMagic */ .chroma .vm { !important } +/* Literal */ .chroma .l { !important } +/* LiteralDate */ .chroma .ld { !important } +/* LiteralString */ .chroma .s { color: #ed9d13 !important } +/* LiteralStringAffix */ .chroma .sa { color: #ed9d13 !important } +/* LiteralStringBacktick */ .chroma .sb { color: #ed9d13 !important } +/* LiteralStringChar */ .chroma .sc { color: #ed9d13 !important } +/* LiteralStringDelimiter */ .chroma .dl { color: #ed9d13 !important } +/* LiteralStringDoc */ .chroma .sd { color: #ed9d13 !important } +/* LiteralStringDouble */ .chroma .s2 { color: #ed9d13 !important } +/* LiteralStringEscape */ .chroma .se { color: #ed9d13 !important } +/* LiteralStringHeredoc */ .chroma .sh { color: #ed9d13 !important } +/* LiteralStringInterpol */ .chroma .si { color: #ed9d13 !important } +/* LiteralStringOther */ .chroma .sx { color: #ffa500 !important } +/* LiteralStringRegex */ .chroma .sr { color: #ed9d13 !important } +/* LiteralStringSingle */ .chroma .s1 { color: #ed9d13 !important } +/* LiteralStringSymbol */ .chroma .ss { color: #ed9d13 !important } +/* LiteralNumber */ .chroma .m { color: #3677a9 !important } +/* LiteralNumberBin */ .chroma .mb { color: #3677a9 !important } +/* LiteralNumberFloat */ .chroma .mf { color: #3677a9 !important } +/* LiteralNumberHex */ .chroma .mh { color: #3677a9 !important } +/* LiteralNumberInteger */ .chroma .mi { color: #3677a9 !important } +/* LiteralNumberIntegerLong */ .chroma .il { color: #3677a9 !important } +/* LiteralNumberOct */ .chroma .mo { color: #3677a9 !important } +/* Operator */ .chroma .o { !important } +/* OperatorWord */ .chroma .ow { color: #6ab825; font-weight: bold !important } +/* Punctuation */ .chroma .p { !important } +/* Comment */ .chroma .c { color: #999999; font-style: italic !important } +/* CommentHashbang */ .chroma .ch { color: #999999; font-style: italic !important } +/* CommentMultiline */ .chroma .cm { color: #999999; font-style: italic !important } +/* CommentSingle */ .chroma .c1 { color: #999999; font-style: italic !important } +/* CommentSpecial */ .chroma .cs { color: #e50808; background-color: #520000; font-weight: bold !important } +/* CommentPreproc */ .chroma .cp { color: #cd2828; font-weight: bold !important } +/* CommentPreprocFile */ .chroma .cpf { color: #cd2828; font-weight: bold !important } +/* Generic */ .chroma .g { !important } +/* GenericDeleted */ .chroma .gd { color: #d22323 !important } +/* GenericEmph */ .chroma .ge { font-style: italic !important } +/* GenericError */ .chroma .gr { color: #d22323 !important } +/* GenericHeading */ .chroma .gh { color: #ffffff; font-weight: bold !important } +/* GenericInserted */ .chroma .gi { color: #589819 !important } +/* GenericOutput */ .chroma .go { color: #cccccc !important } +/* GenericPrompt */ .chroma .gp { color: #aaaaaa !important } +/* GenericStrong */ .chroma .gs { font-weight: bold !important } +/* GenericSubheading */ .chroma .gu { color: #ffffff; text-decoration: underline !important } +/* GenericTraceback */ .chroma .gt { color: #d22323 !important } +/* GenericUnderline */ .chroma .gl { text-decoration: underline !important } +/* TextWhitespace */ .chroma .w { color: #666666 !important } diff --git a/assets/css/nord.css b/assets/css/nord.css new file mode 100644 index 0000000..722d522 --- /dev/null +++ b/assets/css/nord.css @@ -0,0 +1,86 @@ +/* Background */ .bg { color: #d8dee9; background-color: #2e3440; !important } +/* PreWrapper */ .chroma { color: #d8dee9; background-color: #2e3440; !important } +/* Other */ .chroma .x { !important } +/* Error */ .chroma .err { color: #bf616a !important } +/* CodeLine */ .chroma .cl { !important } +/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important } +/* LineHighlight */ .chroma .hl { background-color: #424853 !important } +/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #6c6f74 !important } +/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #6c6f74 !important } +/* Line */ .chroma .line { display: flex; !important } +/* Keyword */ .chroma .k { color: #81a1c1; font-weight: bold !important } +/* KeywordConstant */ .chroma .kc { color: #81a1c1; font-weight: bold !important } +/* KeywordDeclaration */ .chroma .kd { color: #81a1c1; font-weight: bold !important } +/* KeywordNamespace */ .chroma .kn { color: #81a1c1; font-weight: bold !important } +/* KeywordPseudo */ .chroma .kp { color: #81a1c1 !important } +/* KeywordReserved */ .chroma .kr { color: #81a1c1; font-weight: bold !important } +/* KeywordType */ .chroma .kt { color: #81a1c1 !important } +/* Name */ .chroma .n { !important } +/* NameAttribute */ .chroma .na { color: #8fbcbb !important } +/* NameBuiltin */ .chroma .nb { color: #81a1c1 !important } +/* NameBuiltinPseudo */ .chroma .bp { !important } +/* NameClass */ .chroma .nc { color: #8fbcbb !important } +/* NameConstant */ .chroma .no { color: #8fbcbb !important } +/* NameDecorator */ .chroma .nd { color: #d08770 !important } +/* NameEntity */ .chroma .ni { color: #d08770 !important } +/* NameException */ .chroma .ne { color: #bf616a !important } +/* NameFunction */ .chroma .nf { color: #88c0d0 !important } +/* NameFunctionMagic */ .chroma .fm { !important } +/* NameLabel */ .chroma .nl { color: #8fbcbb !important } +/* NameNamespace */ .chroma .nn { color: #8fbcbb !important } +/* NameOther */ .chroma .nx { !important } +/* NameProperty */ .chroma .py { color: #8fbcbb !important } +/* NameTag */ .chroma .nt { color: #81a1c1 !important } +/* NameVariable */ .chroma .nv { !important } +/* NameVariableClass */ .chroma .vc { !important } +/* NameVariableGlobal */ .chroma .vg { !important } +/* NameVariableInstance */ .chroma .vi { !important } +/* NameVariableMagic */ .chroma .vm { !important } +/* Literal */ .chroma .l { !important } +/* LiteralDate */ .chroma .ld { !important } +/* LiteralString */ .chroma .s { color: #a3be8c !important } +/* LiteralStringAffix */ .chroma .sa { color: #a3be8c !important } +/* LiteralStringBacktick */ .chroma .sb { color: #a3be8c !important } +/* LiteralStringChar */ .chroma .sc { color: #a3be8c !important } +/* LiteralStringDelimiter */ .chroma .dl { color: #a3be8c !important } +/* LiteralStringDoc */ .chroma .sd { color: #616e87 !important } +/* LiteralStringDouble */ .chroma .s2 { color: #a3be8c !important } +/* LiteralStringEscape */ .chroma .se { color: #ebcb8b !important } +/* LiteralStringHeredoc */ .chroma .sh { color: #a3be8c !important } +/* LiteralStringInterpol */ .chroma .si { color: #a3be8c !important } +/* LiteralStringOther */ .chroma .sx { color: #a3be8c !important } +/* LiteralStringRegex */ .chroma .sr { color: #ebcb8b !important } +/* LiteralStringSingle */ .chroma .s1 { color: #a3be8c !important } +/* LiteralStringSymbol */ .chroma .ss { color: #a3be8c !important } +/* LiteralNumber */ .chroma .m { color: #b48ead !important } +/* LiteralNumberBin */ .chroma .mb { color: #b48ead !important } +/* LiteralNumberFloat */ .chroma .mf { color: #b48ead !important } +/* LiteralNumberHex */ .chroma .mh { color: #b48ead !important } +/* LiteralNumberInteger */ .chroma .mi { color: #b48ead !important } +/* LiteralNumberIntegerLong */ .chroma .il { color: #b48ead !important } +/* LiteralNumberOct */ .chroma .mo { color: #b48ead !important } +/* Operator */ .chroma .o { color: #81a1c1 !important } +/* OperatorWord */ .chroma .ow { color: #81a1c1; font-weight: bold !important } +/* Punctuation */ .chroma .p { color: #eceff4 !important } +/* Comment */ .chroma .c { color: #616e87; font-style: italic !important } +/* CommentHashbang */ .chroma .ch { color: #616e87; font-style: italic !important } +/* CommentMultiline */ .chroma .cm { color: #616e87; font-style: italic !important } +/* CommentSingle */ .chroma .c1 { color: #616e87; font-style: italic !important } +/* CommentSpecial */ .chroma .cs { color: #616e87; font-style: italic !important } +/* CommentPreproc */ .chroma .cp { color: #5e81ac; font-style: italic !important } +/* CommentPreprocFile */ .chroma .cpf { color: #5e81ac; font-style: italic !important } +/* Generic */ .chroma .g { !important } +/* GenericDeleted */ .chroma .gd { color: #bf616a !important } +/* GenericEmph */ .chroma .ge { font-style: italic !important } +/* GenericError */ .chroma .gr { color: #bf616a !important } +/* GenericHeading */ .chroma .gh { color: #88c0d0; font-weight: bold !important } +/* GenericInserted */ .chroma .gi { color: #a3be8c !important } +/* GenericOutput */ .chroma .go { !important } +/* GenericPrompt */ .chroma .gp { color: #4c566a; font-weight: bold !important } +/* GenericStrong */ .chroma .gs { font-weight: bold !important } +/* GenericSubheading */ .chroma .gu { color: #88c0d0; font-weight: bold !important } +/* GenericTraceback */ .chroma .gt { color: #bf616a !important } +/* GenericUnderline */ .chroma .gl { !important } +/* TextWhitespace */ .chroma .w { !important } diff --git a/assets/css/solarized-dark.css b/assets/css/solarized-dark.css new file mode 100644 index 0000000..e1b66ee --- /dev/null +++ b/assets/css/solarized-dark.css @@ -0,0 +1,86 @@ +/* Background */ .bg { color: #93a1a1; background-color: #002b36; !important } +/* PreWrapper */ .chroma { color: #93a1a1; background-color: #002b36; !important } +/* Other */ .chroma .x { color: #cb4b16 !important } +/* Error */ .chroma .err { !important } +/* CodeLine */ .chroma .cl { !important } +/* LineLink */ .chroma .lnlinks { outline: none; text-decoration: none; color: inherit !important } +/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; !important } +/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; !important } +/* LineHighlight */ .chroma .hl { background-color: #19404a !important } +/* LineNumbersTable */ .chroma .lnt { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #495050 !important } +/* LineNumbers */ .chroma .ln { white-space: pre; -webkit-user-select: none; user-select: none; margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #495050 !important } +/* Line */ .chroma .line { display: flex; !important } +/* Keyword */ .chroma .k { color: #719e07 !important } +/* KeywordConstant */ .chroma .kc { color: #cb4b16 !important } +/* KeywordDeclaration */ .chroma .kd { color: #268bd2 !important } +/* KeywordNamespace */ .chroma .kn { color: #719e07 !important } +/* KeywordPseudo */ .chroma .kp { color: #719e07 !important } +/* KeywordReserved */ .chroma .kr { color: #268bd2 !important } +/* KeywordType */ .chroma .kt { color: #dc322f !important } +/* Name */ .chroma .n { !important } +/* NameAttribute */ .chroma .na { !important } +/* NameBuiltin */ .chroma .nb { color: #b58900 !important } +/* NameBuiltinPseudo */ .chroma .bp { color: #268bd2 !important } +/* NameClass */ .chroma .nc { color: #268bd2 !important } +/* NameConstant */ .chroma .no { color: #cb4b16 !important } +/* NameDecorator */ .chroma .nd { color: #268bd2 !important } +/* NameEntity */ .chroma .ni { color: #cb4b16 !important } +/* NameException */ .chroma .ne { color: #cb4b16 !important } +/* NameFunction */ .chroma .nf { color: #268bd2 !important } +/* NameFunctionMagic */ .chroma .fm { !important } +/* NameLabel */ .chroma .nl { !important } +/* NameNamespace */ .chroma .nn { !important } +/* NameOther */ .chroma .nx { !important } +/* NameProperty */ .chroma .py { !important } +/* NameTag */ .chroma .nt { color: #268bd2 !important } +/* NameVariable */ .chroma .nv { color: #268bd2 !important } +/* NameVariableClass */ .chroma .vc { !important } +/* NameVariableGlobal */ .chroma .vg { !important } +/* NameVariableInstance */ .chroma .vi { !important } +/* NameVariableMagic */ .chroma .vm { !important } +/* Literal */ .chroma .l { !important } +/* LiteralDate */ .chroma .ld { !important } +/* LiteralString */ .chroma .s { color: #2aa198 !important } +/* LiteralStringAffix */ .chroma .sa { color: #2aa198 !important } +/* LiteralStringBacktick */ .chroma .sb { color: #586e75 !important } +/* LiteralStringChar */ .chroma .sc { color: #2aa198 !important } +/* LiteralStringDelimiter */ .chroma .dl { color: #2aa198 !important } +/* LiteralStringDoc */ .chroma .sd { !important } +/* LiteralStringDouble */ .chroma .s2 { color: #2aa198 !important } +/* LiteralStringEscape */ .chroma .se { color: #cb4b16 !important } +/* LiteralStringHeredoc */ .chroma .sh { !important } +/* LiteralStringInterpol */ .chroma .si { color: #2aa198 !important } +/* LiteralStringOther */ .chroma .sx { color: #2aa198 !important } +/* LiteralStringRegex */ .chroma .sr { color: #dc322f !important } +/* LiteralStringSingle */ .chroma .s1 { color: #2aa198 !important } +/* LiteralStringSymbol */ .chroma .ss { color: #2aa198 !important } +/* LiteralNumber */ .chroma .m { color: #2aa198 !important } +/* LiteralNumberBin */ .chroma .mb { color: #2aa198 !important } +/* LiteralNumberFloat */ .chroma .mf { color: #2aa198 !important } +/* LiteralNumberHex */ .chroma .mh { color: #2aa198 !important } +/* LiteralNumberInteger */ .chroma .mi { color: #2aa198 !important } +/* LiteralNumberIntegerLong */ .chroma .il { color: #2aa198 !important } +/* LiteralNumberOct */ .chroma .mo { color: #2aa198 !important } +/* Operator */ .chroma .o { color: #719e07 !important } +/* OperatorWord */ .chroma .ow { color: #719e07 !important } +/* Punctuation */ .chroma .p { !important } +/* Comment */ .chroma .c { color: #586e75 !important } +/* CommentHashbang */ .chroma .ch { color: #586e75 !important } +/* CommentMultiline */ .chroma .cm { color: #586e75 !important } +/* CommentSingle */ .chroma .c1 { color: #586e75 !important } +/* CommentSpecial */ .chroma .cs { color: #719e07 !important } +/* CommentPreproc */ .chroma .cp { color: #719e07 !important } +/* CommentPreprocFile */ .chroma .cpf { color: #719e07 !important } +/* Generic */ .chroma .g { !important } +/* GenericDeleted */ .chroma .gd { color: #dc322f !important } +/* GenericEmph */ .chroma .ge { font-style: italic !important } +/* GenericError */ .chroma .gr { color: #dc322f; font-weight: bold !important } +/* GenericHeading */ .chroma .gh { color: #cb4b16 !important } +/* GenericInserted */ .chroma .gi { color: #719e07 !important } +/* GenericOutput */ .chroma .go { !important } +/* GenericPrompt */ .chroma .gp { !important } +/* GenericStrong */ .chroma .gs { font-weight: bold !important } +/* GenericSubheading */ .chroma .gu { color: #268bd2 !important } +/* GenericTraceback */ .chroma .gt { !important } +/* GenericUnderline */ .chroma .gl { !important } +/* TextWhitespace */ .chroma .w { !important }