Skip to content

Instantly share code, notes, and snippets.

@forivall
Created February 11, 2020 19:10
Show Gist options
  • Save forivall/605a2193a9bef5a08b45e13b6a9a974e to your computer and use it in GitHub Desktop.
Save forivall/605a2193a9bef5a08b45e13b6a9a974e to your computer and use it in GitHub Desktop.
.CodeMirror,
.highlight {
background: var(--ghd-code-background) !important;
color: var(--ghd-code-color) !important;
}
/*! GitHub: Tomorrow Night */
:root {
--ghd-code-background: #1d1f21;
--ghd-code-color: #c5c8c6;
}
/*! GitHub: Solarized Dark */
/*
:root {
--ghd-code-background: #002b36;
--ghd-code-color: #839496;
}
*/
.pl-c, .pl-c span { color: #586e75 !important; font-style: italic !important; } /* comment */
.pl-c1 { color: #2aa198 !important; } /* constant */
.pl-e { color: #268bd2 !important; } /* entity */
.pl-en { color: #268bd2 !important; } /* entity.name */
.pl-ent { color: #268bd2 !important; } /* entity.name.tag */
.pl-k { color: #859900 !important; } /* keyword */
.pl-mb { color: #2aa198 !important; font-weight: bold !important; } /* markup.bold */
.pl-mdh { color: #859900 !important; } /* meta.diff.header */
.pl-mdr { color: #859900 !important; } /* meta.diff.range */
.pl-mh { color: #cb4b16 !important; } /* markup.heading */
.pl-mh .pl-en { color: #cb4b16 !important; font-weight: bold !important; } /* markup.heading entity.name */
.pl-mi { color: #859900 !important; font-style: italic !important; } /* markup.italic */
.pl-ml { color: #859900 !important; } /* markup.list */
.pl-mm { color: #859900 !important; } /* meta.module-reference */
.pl-mo { color: #859900 !important; } /* meta.output */
.pl-mp { color: #859900 !important; } /* meta.property-name */
.pl-mq { color: #586e75 !important; } /* markup.quote */
.pl-mr { color: #859900 !important; } /* meta.require */
.pl-ms { color: #859900 !important; } /* meta.selector */
.pl-pds { color: #2aa198 !important; } /* punctuation.definition.string */
.pl-s { color: #268bd2 !important; } /* storage */
.pl-s1 { color: #2aa198 !important; } /* string */
.pl-s1 .pl-pse .pl-s2 { color: #2aa198 !important; } /* string punctuation.section.embedded source */
.pl-s1 .pl-s2 { color: #839496 !important; } /* string source */
.pl-s1 .pl-v { color: #859900 !important; } /* string variable */
.pl-s3 { color: #859900 !important; } /* support */
.pl-sc { color: #cb4b16 !important; } /* support.class */
.pl-smi { color: #839496 !important; } /* storage.modifier.import */
.pl-smp { color: #839496 !important; } /* storage.modifier.package */
.pl-sr { color: #d30102 !important; } /* string.regexp */
.pl-sr .pl-cce { color: #cb4b16 !important; } /* constant.character.escape */
.pl-sr .pl-sra { color: #d30102 !important; } /* string.regexp string.regexp.arbitrary-repetition */
.pl-sr .pl-sre { color: #d30102 !important; } /* string.regexp source.ruby.embedded */
.pl-src { color: #d30102 !important; } /* string.regexp.character-class */
.pl-st { color: #dc322f !important; } /* support.type */
.pl-stj { color: #839496 !important; } /* storage.type.java */
.pl-sv { color: #2aa198 !important; } /* support.variable */
.pl-v { color: #268bd2 !important; } /* variable */
.pl-vo { color: #839496 !important; } /* variable.other */
.pl-vpf { color: #839496 !important; } /* variable.parameter.function */
.pl-mi1 { color: #839496 !important; background: rgba(0,64,0,.5) !important; } /* markup.inserted */
.pl-mdht { color: #839496 !important; background: rgba(0,64,0,.5) !important; } /* meta.diff.header.to-file */
.pl-md { color: #839496 !important; background: rgba(64,0,0,.5) !important; } /* markup.deleted */
.pl-mdhf { color: #839496 !important; background: rgba(64,0,0,.5) !important; } /* meta.diff.header.from-file */
.pl-bu, /* invalid.broken, invalid.deprecated, invalid.unimplemented, message.error, brackethighlighter.unmatched, sublimelinter.mark.error */
.pl-ii { color: #839496 !important; background: rgba(64,0,0,1) !important; } /* invalid.illegal */
.pl-corl, .highlight .pl-corl span.x { color: #268bd2 !important; text-decoration: underline !important; } /* links */
/* language tweaks */
.highlight-source-css .pl-k { color: #586e75 !important; } /* keyword */
.highlight-source-c\+\+ .pl-s { color: #dc322f !important; } /* storage in c++ */
.pl-token.active, .pl-token:hover { background: #268bd2 !important; color: #002b36 !important; }
/**/
/*! GitHub: Twilight * /
:root{--ghd-code-background:#141414;--ghd-code-color:#ccc}
.blob-code {
color: #ccc !important;
}
.pl-c,
.pl-c span {
color: #b9b9b9 !important;
font-style: italic !important;
}
.pl-c1 {
color: #cf6a4c !important;
}
.pl-cce {
color: #cf6a4c !important;
font-weight: 400 !important;
}
.pl-cn {
color: #cf6a4c !important;
}
.pl-coc {
color: #cf6a4c !important;
}
.pl-cos {
color: #8f9d6a !important;
}
.pl-e {
color: #ac885b !important;
}
.pl-ef {
color: #ac885b !important;
}
.pl-enc {
color: #cf6a4c !important;
}
.pl-enf {
color: #ac885b !important;
}
.pl-enm {
color: #ac885b !important;
}
.pl-ens {
color: #cf6a4c !important;
}
.pl-ent {
color: #cda869 !important;
}
.pl-entc {
color: #ac885b !important;
}
.pl-enti {
color: #ac885b !important;
font-weight: 700 !important;
}
.pl-entm {
color: #7587a6 !important;
}
.pl-eoa {
color: #cda869 !important;
}
.pl-eoac {
color: #7587a6 !important;
}
.pl-eoac .pl-pde {
color: #7587a6 !important;
}
.pl-eoai {
color: #cda869 !important;
}
.pl-eoai .pl-pde {
color: #cda869 !important;
}
.pl-eoi {
color: #ac885b !important;
}
.pl-k {
color: #cda869 !important;
}
.pl-ko {
color: #cda869 !important;
}
.pl-kolp {
color: #cda869 !important;
}
.pl-kos {
color: #cf6a4c !important;
}
.pl-kou {
color: #cf6a4c !important;
}
.pl-mai .pl-sf {
color: #7587a6 !important;
}
.pl-mb {
color: #8f9d6a !important;
font-weight: 700 !important;
}
.pl-mc {
color: #cda869 !important;
}
.pl-mh {
color: #cf6a4c !important;
font-weight: 400 !important;
}
.pl-mh .pl-pdh {
color: #cf6a4c !important;
}
.pl-mi {
color: #cda869 !important;
font-style: italic !important;
}
.pl-ml {
color: #8f9d6a !important;
}
.pl-mm {
color: #7587a6 !important;
}
.pl-mp {
color: #c5af75 !important;
}
.pl-mp1 .pl-sf {
color: #dad085 !important;
}
.pl-mq {
color: #cf6a4c !important;
}
.pl-mr {
color: #cda869 !important;
}
.pl-ms {
color: #cda869 !important;
}
.pl-pdb {
color: #8f9d6a !important;
font-weight: 700 !important;
}
.pl-pdc {
color: #5f5a60 !important;
font-style: italic !important;
}
.pl-pdc1 {
color: #cf6a4c !important;
}
.pl-pde {
color: #cf6a4c !important;
}
.pl-pdi {
color: #cda869 !important;
font-style: italic !important;
}
.pl-pds {
color: #8f9d6a !important;
}
.pl-pdv {
color: #7587a6 !important;
}
.pl-pse {
color: #cf6a4c !important;
}
.pl-pse .pl-s2 {
color: #cf6a4c !important;
}
.pl-s {
color: #f9ee98 !important;
}
.pl-s1 {
color: #8f9d6a !important;
}
.pl-s2 {
color: #ccc !important;
}
.pl-mp .pl-s3 {
color: #cda869 !important;
}
.pl-s3 {
color: #dad085 !important;
}
.pl-sc {
color: #dad085 !important;
}
.pl-scp {
color: #cf6a4c !important;
}
.pl-sf {
color: #dad085 !important;
}
.pl-smc {
color: #ac885b !important;
}
.pl-smp {
color: #ccc !important;
}
.pl-sok {
color: #cda869 !important;
}
.pl-sol {
color: #8f9d6a !important;
}
.pl-som {
color: #7587a6 !important;
}
.pl-sr {
color: #7587a6 !important;
}
.pl-sra {
color: #cda869 !important;
}
.pl-src {
color: #cda869 !important;
}
.pl-sre {
color: #cda869 !important;
}
.pl-st {
color: #cda869 !important;
}
.pl-stj {
color: #7587a6 !important;
}
.pl-stp {
color: #9b859d !important;
}
.pl-sv {
color: #9b859d !important;
}
.pl-v {
color: #9b859d !important;
}
.pl-vi {
color: #cf6a4c !important;
}
.pl-vo {
color: #ac885b !important;
}
.pl-vpf {
color: #7587a6 !important;
}
.pl-mi1 {
color: #55a532 !important;
background: #020 !important;
}
.pl-mdht {
color: #55a532 !important;
background: #020 !important;
}
.pl-md {
color: #bd2c00 !important;
background: #200 !important;
}
.pl-mdhf {
color: #bd2c00 !important;
background: #200 !important;
}
.pl-mdr {
color: #cf6a4c !important;
font-weight: 400 !important;
}
.pl-mdh {
color: #7587a6 !important;
font-weight: 400 !important;
}
.pl-mdi {
color: #7587a6 !important;
font-weight: 400 !important;
}
.pl-ib {
background-color: #f93 !important;
}
.pl-id {
background-color: #a31515 !important;
color: #fff !important;
}
.pl-ii,
.pl-ii .pl-cce {
background-color: #df5000 !important;
color: #fff !important;
}
.pl-iu {
background-color: #b4b7b4 !important;
}
.pl-mo {
color: #969896 !important;
}
.pl-mri {
color: teal !important;
}
.pl-ms1 {
background-color: #f5f5f5 !important;
}
.pl-va {
color: teal !important;
}
.pl-vpu {
color: teal !important;
}
.pl-entl {
color: #ccc !important;
}
/*! CodeMirror: Twilight */
.CodeMirror-gutters {
background: #222 !important;
border-right: 1px solid #484848 !important;
}
.CodeMirror-guttermarker {
color: #fff !important;
}
.CodeMirror-guttermarker-subtle {
color: #aaa !important;
}
.CodeMirror-linenumber {
color: #aaa !important;
}
.CodeMirror-cursor {
border-left: 1px solid #fff !important;
}
.CodeMirror-activeline-background {
background: #27282e !important;
}
.CodeMirror-matchingbracket {
outline: 1px solid grey !important;
color: #fff !important;
}
.cm-keyword {
color: #f9ee98 !important;
}
.cm-atom {
color: #fc0 !important;
}
.cm-number {
color: #ca7841 !important;
}
.cm-def {
color: #8da6ce !important;
}
.cm-variable-2,
span.cm-tag {
color: #607392 !important;
}
.cm-variable-3,
span.cm-def {
color: #607392 !important;
}
.cm-operator {
color: #cda869 !important;
}
.cm-comment {
color: #777 !important;
font-style: italic !important;
font-weight: 400 !important;
}
.cm-string {
color: #8f9d6a !important;
}
.cm-string-2 {
color: #bd6b18 !important;
}
.cm-meta {
background-color: #141414 !important;
color: #f7f7f7 !important;
}
.cm-builtin {
color: #cda869 !important;
}
.cm-tag {
color: #997643 !important;
}
.cm-attribute {
color: #d6bb6d !important;
}
.cm-header {
color: #ff6400 !important;
}
.cm-hr {
color: #aeaeae !important;
}
.cm-link {
color: #ad9361 !important;
font-style: italic !important;
text-decoration: none !important;
}
.cm-error {
border-bottom: 1px solid red !important;
}
/*! Base16 Tomorrow Dark by Chris Kempson; https://github.com/idleberg */
.highlight, .highlight pre, #notebook .highlight table { background: #1d1f21; color: #ffffff }
.highlight .hll { background-color: #373b41 }
.highlight .c { color: #969896 } /* Comment */
.highlight .err { color: #cc6666 } /* Error */
.highlight .k { color: #b294bb } /* Keyword */
.highlight .l { color: #de935f } /* Literal */
.highlight .n, .highlight .h { color: #ffffff } /* Name */
.highlight .o { color: #8abeb7 } /* Operator */
.highlight .p { color: #ffffff } /* Punctuation */
.highlight .cm { color: #969896 } /* Comment.Multiline */
.highlight .cp { color: #969896 } /* Comment.Preproc */
.highlight .c1 { color: #969896 } /* Comment.Single */
.highlight .cs { color: #969896 } /* Comment.Special */
.highlight .gd { color: #cc6666 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #b5bd68 } /* Generic.Inserted */
.highlight .gp { color: #969896; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #8abeb7; font-weight: bold } /* Generic.Subheading */
.highlight .kc { color: #b294bb } /* Keyword.Constant */
.highlight .kd { color: #b294bb } /* Keyword.Declaration */
.highlight .kn { color: #8abeb7 } /* Keyword.Namespace */
.highlight .kp { color: #b294bb } /* Keyword.Pseudo */
.highlight .kr { color: #b294bb } /* Keyword.Reserved */
.highlight .kt { color: #f0c674 } /* Keyword.Type */
.highlight .ld { color: #b5bd68 } /* Literal.Date */
.highlight .m { color: #de935f } /* Literal.Number */
.highlight .s { color: #b5bd68 } /* Literal.String */
.highlight .na { color: #81a2be } /* Name.Attribute */
.highlight .nb { color: #ffffff } /* Name.Builtin */
.highlight .nc { color: #f0c674 } /* Name.Class */
.highlight .no { color: #cc6666 } /* Name.Constant */
.highlight .nd { color: #8abeb7 } /* Name.Decorator */
.highlight .ni { color: #ffffff } /* Name.Entity */
.highlight .ne { color: #cc6666 } /* Name.Exception */
.highlight .nf { color: #81a2be } /* Name.Function */
.highlight .nl { color: #ffffff } /* Name.Label */
.highlight .nn { color: #f0c674 } /* Name.Namespace */
.highlight .nx { color: #81a2be } /* Name.Other */
.highlight .py { color: #ffffff } /* Name.Property */
.highlight .nt { color: #8abeb7 } /* Name.Tag */
.highlight .nv { color: #cc6666 } /* Name.Variable */
.highlight .ow { color: #8abeb7 } /* Operator.Word */
.highlight .w { color: #ffffff } /* Text.Whitespace */
.highlight .mf { color: #de935f } /* Literal.Number.Float */
.highlight .mh { color: #de935f } /* Literal.Number.Hex */
.highlight .mi { color: #de935f } /* Literal.Number.Integer */
.highlight .mo { color: #de935f } /* Literal.Number.Oct */
.highlight .sb { color: #b5bd68 } /* Literal.String.Backtick */
.highlight .sc { color: #ffffff } /* Literal.String.Char */
.highlight .sd { color: #969896 } /* Literal.String.Doc */
.highlight .s2 { color: #b5bd68 } /* Literal.String.Double */
.highlight .se { color: #de935f } /* Literal.String.Escape */
.highlight .sh { color: #b5bd68 } /* Literal.String.Heredoc */
.highlight .si { color: #de935f } /* Literal.String.Interpol */
.highlight .sx { color: #b5bd68 } /* Literal.String.Other */
.highlight .sr { color: #b5bd68 } /* Literal.String.Regex */
.highlight .s1 { color: #b5bd68 } /* Literal.String.Single */
.highlight .ss { color: #b5bd68 } /* Literal.String.Symbol */
.highlight .bp { color: #ffffff } /* Name.Builtin.Pseudo */
.highlight .vc { color: #cc6666 } /* Name.Variable.Class */
.highlight .vg { color: #cc6666 } /* Name.Variable.Global */
.highlight .vi { color: #cc6666 } /* Name.Variable.Instance */
.highlight .il { color: #de935f } /* Literal.Number.Integer.Long */
/*! Jupyter: Twilight * /
#notebook .highlight table {
background: #141414 !important;
color: #ccc !important;
}
.highlight .hll {
background-color: #ffc !important;
}
.highlight .c {
color: #5f5a60 !important;
font-style: italic !important;
}
.highlight .err {
border: #b22518 !important;
}
.highlight .k {
color: #cda869 !important;
}
.highlight .cm {
color: #5f5a60 !important;
font-style: italic !important;
}
.highlight .cp {
color: #5f5a60 !important;
}
.highlight .c1 {
color: #5f5a60 !important;
font-style: italic !important;
}
.highlight .cs {
color: #5f5a60 !important;
font-style: italic !important;
}
.highlight .gd {
background: #420e09 !important;
}
.highlight .ge {
font-style: italic !important;
}
.highlight .gr {
background: #b22518 !important;
}
.highlight .gh {
color: navy !important;
font-weight: 700 !important;
}
.highlight .gi {
background: #253b22 !important;
}
.highlight .gp {
font-weight: 700 !important;
}
.highlight .gs {
font-weight: 700 !important;
}
.highlight .gu {
color: purple !important;
font-weight: 700 !important;
}
.highlight .kd {
color: #e9df8f !important;
}
.highlight .kp {
color: #9b703f !important;
}
.highlight .na {
color: #f9ee98 !important;
}
.highlight .nb {
color: #cda869 !important;
}
.highlight .nc {
color: #9b859d !important;
font-weight: 700 !important;
}
.highlight .no {
color: #9b859d !important;
}
.highlight .nd {
color: #7587a6 !important;
}
.highlight .ni {
color: #cf6a4c !important;
font-weight: 700 !important;
}
.highlight .nf {
color: #9b703f !important;
font-weight: 700 !important;
}
.highlight .nn {
color: #9b859d !important;
font-weight: 700 !important;
}
.highlight .nt {
color: #cda869 !important;
font-weight: 700 !important;
}
.highlight .nv {
color: #7587a6 !important;
}
.highlight .ow {
color: #a2f !important;
font-weight: 700 !important;
}
.highlight .w {
color: #141414 !important;
}
.highlight .mf {
color: #cf6a4c !important;
}
.highlight .mh {
color: #cf6a4c !important;
}
.highlight .mi {
color: #cf6a4c !important;
}
.highlight .mo {
color: #cf6a4c !important;
}
.highlight .sb {
color: #8f9d6a !important;
}
.highlight .sc {
color: #8f9d6a !important;
}
.highlight .sd {
color: #8f9d6a !important;
font-style: italic !important;
}
.highlight .s2 {
color: #8f9d6a !important;
}
.highlight .se {
color: #f9ee98 !important;
font-weight: 700 !important;
}
.highlight .sh {
color: #8f9d6a !important;
}
.highlight .si {
color: #daefa3 !important;
font-weight: 700 !important;
}
.highlight .sx {
color: #8f9d6a !important;
}
.highlight .sr {
color: #e9c062 !important;
}
.highlight .s1 {
color: #8f9d6a !important;
}
.highlight .ss {
color: #cf6a4c !important;
}
.highlight .bp {
color: #0aa !important;
}
.highlight .vc {
color: #7587a6 !important;
}
.highlight .vg {
color: #7587a6 !important;
}
.highlight .vi {
color: #7587a6 !important;
}
.highlight .il {
color: #099 !important;
}
/**/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment