update theme

main
Dominic Reich 1 year ago
parent 2f35b6d739
commit 4ae13677d2
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -38,128 +38,128 @@ html {
/* // Based on Monokai (pygments-high-contrast-stylesheets) */ /* // Based on Monokai (pygments-high-contrast-stylesheets) */
/* // Source: https://github.com/mpchadwick/pygments-high-contrast-stylesheets/blob/gh-pages/monokai.css */ /* // Source: https://github.com/mpchadwick/pygments-high-contrast-stylesheets/blob/gh-pages/monokai.css */
.chroma, /* .chroma, */
pre, /* pre, */
p code, /* p code, */
li code { /* li code { */
color: #f8f8f2 !important; /* color: #f8f8f2 !important; */
background: #272822 !important; /* background: #272822 !important; */
} /* } */
/**/
.chroma .err { /* .chroma .err { */
color: #eb0083 !important; /* color: #eb0083 !important; */
background-color: #1e0010 !important; /* background-color: #1e0010 !important; */
} /* } */
/**/
.chroma .lntd { /* .chroma .lntd { */
vertical-align: top !important; /* vertical-align: top !important; */
padding: 0 !important; /* padding: 0 !important; */
margin: 0 !important; /* margin: 0 !important; */
border: 0 !important; /* border: 0 !important; */
} /* } */
/**/
.chroma .lntable { /* .chroma .lntable { */
border-spacing: 0 !important; /* border-spacing: 0 !important; */
/* //padding: 0; */ /* /* //padding: 0; */ */
margin: 0 !important; /* margin: 0 !important; */
border: 0 !important; /* border: 0 !important; */
width: auto !important; /* width: auto !important; */
/* //overflow: auto; */ /* /* //overflow: auto; */ */
display: block !important; /* display: block !important; */
} /* } */
/**/
.chroma .hl { /* .chroma .hl { */
display: block !important; /* display: block !important; */
width: 100% !important; /* width: 100% !important; */
background-color: rgba(0,0,0,.3) !important; /* background-color: rgba(0,0,0,.3) !important; */
} /* } */
/**/
.chroma .ge { /* .chroma .ge { */
font-style: italic !important; /* font-style: italic !important; */
} /* } */
/**/
.chroma .gs { /* .chroma .gs { */
font-weight: bold !important; /* font-weight: bold !important; */
} /* } */
/**/
.chroma .lnt, /* .chroma .lnt, */
.chroma .ln { /* .chroma .ln { */
margin-right: 0.5rem !important; /* margin-right: 0.5rem !important; */
padding: 0 0.5rem 0 1.5rem !important; /* padding: 0 0.5rem 0 1.5rem !important; */
color: #8e8e8e !important; /* color: #8e8e8e !important; */
} /* } */
/**/
.chroma .k, /* .chroma .k, */
.chroma .kc, /* .chroma .kc, */
.chroma .kd, /* .chroma .kd, */
.chroma .kp, /* .chroma .kp, */
.chroma .kr, /* .chroma .kr, */
.chroma .kt, /* .chroma .kt, */
.chroma .no { /* .chroma .no { */
color: #66d9ef !important; /* color: #66d9ef !important; */
} /* } */
/**/
.chroma .kn, /* .chroma .kn, */
.chroma .nt, /* .chroma .nt, */
.chroma .o, /* .chroma .o, */
.chroma .ow, /* .chroma .ow, */
.chroma .gd { /* .chroma .gd { */
color: #f94e8a !important; /* color: #f94e8a !important; */
} /* } */
/**/
.chroma .na, /* .chroma .na, */
.chroma .nc, /* .chroma .nc, */
.chroma .nd, /* .chroma .nd, */
.chroma .ne, /* .chroma .ne, */
.chroma .nf, /* .chroma .nf, */
.chroma .nx, /* .chroma .nx, */
.chroma .gi { /* .chroma .gi { */
color: #a6e22e !important; /* color: #a6e22e !important; */
} /* } */
/**/
.chroma .l, /* .chroma .l, */
.chroma .se, /* .chroma .se, */
.chroma .m, /* .chroma .m, */
.chroma .mb, /* .chroma .mb, */
.chroma .mf, /* .chroma .mf, */
.chroma .mh, /* .chroma .mh, */
.chroma .mi, /* .chroma .mi, */
.chroma .il, /* .chroma .il, */
.chroma .mo { /* .chroma .mo { */
color: #ae81ff !important; /* color: #ae81ff !important; */
} /* } */
/**/
.chroma .ld, /* .chroma .ld, */
.chroma .s, /* .chroma .s, */
.chroma .sa, /* .chroma .sa, */
.chroma .sb, /* .chroma .sb, */
.chroma .sc, /* .chroma .sc, */
.chroma .dl, /* .chroma .dl, */
.chroma .sd, /* .chroma .sd, */
.chroma .s2, /* .chroma .s2, */
.chroma .sh, /* .chroma .sh, */
.chroma .si, /* .chroma .si, */
.chroma .sx, /* .chroma .sx, */
.chroma .sr, /* .chroma .sr, */
.chroma .s1, /* .chroma .s1, */
.chroma .ss { /* .chroma .ss { */
color: #e6db74 !important; /* color: #e6db74 !important; */
} /* } */
/**/
/* .chroma .n, */ /* /* .chroma .n, */ */
.chroma .c, /* .chroma .c, */
.chroma .ch, /* .chroma .ch, */
.chroma .cm, /* .chroma .cm, */
.chroma .c1, /* .chroma .c1, */
.chroma .cs, /* .chroma .cs, */
.chroma .cp, /* .chroma .cp, */
.chroma .cpf, /* .chroma .cpf, */
.chroma .gu { /* .chroma .gu { */
color: #949076 !important; /* color: #949076 !important; */
} /* } */
/**/
/**/
.chroma .n { /* .chroma .n { */
color: white !important; /* color: white !important; */
} /* } */
/**/

@ -7,15 +7,13 @@
# congo (default), avocado, cherry, fire, ocean, sapphire and slate. # congo (default), avocado, cherry, fire, ocean, sapphire and slate.
colorScheme = "congo" # colorScheme = "congo"
# colorScheme = "sapphire" # colorScheme = "sapphire"
# colorScheme = "avocado" # colorScheme = "avocado"
# colorScheme = "cherry" # colorScheme = "cherry"
# colorScheme = "ocean" # colorScheme = "fire"
colorScheme = "ocean"
# colorScheme = "slate" # colorScheme = "slate"
# defaultAppearance = "light"
# autoSwitchAppearance = false
# colorScheme = "sapphire"
defaultAppearance = "dark" # valid options: light or dark defaultAppearance = "dark" # valid options: light or dark
autoSwitchAppearance = false autoSwitchAppearance = false

Loading…
Cancel
Save