update theming (including highlighting)

main
Dominic Reich 11 months ago
parent a10bfb7b1b
commit 81920c9e47
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -3,6 +3,94 @@ html {
font-size: 15pt; font-size: 15pt;
} }
/* 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 }
/* .toc { */ /* .toc { */
/* overflow: scroll; */ /* overflow: scroll; */
/* } */ /* } */

@ -15,3 +15,4 @@
[tableOfContents] [tableOfContents]
startLevel = 2 startLevel = 2
endLevel = 4 endLevel = 4

@ -7,8 +7,8 @@
# congo (default), avocado, cherry, fire, ocean, sapphire and slate. # congo (default), avocado, cherry, fire, ocean, sapphire and slate.
colorScheme = "congo" # colorScheme = "congo"
# colorScheme = "ocean" colorScheme = "ocean"
# colorScheme = "sapphire" # colorScheme = "sapphire"
# colorScheme = "avocado" # colorScheme = "avocado"
# colorScheme = "cherry" # colorScheme = "cherry"
@ -23,7 +23,7 @@ enableCodeCopy = true
# mainSections = ["section1", "section2"] # mainSections = ["section1", "section2"]
# robots = "" # robots = ""
rssFullContent = true rssFullContent = false
[header] [header]
layout = "hybrid" # valid options: basic, hamburger, hybrid, custom layout = "hybrid" # valid options: basic, hamburger, hybrid, custom

Loading…
Cancel
Save