Documentation/_includes/extra/syntax.scss

207 lines
3.5 KiB
SCSS

// https://github.com/mgyongyosi/OneDarkJekyll
.highlight,
pre.highlight {
background: #24292F !important;
color: #abb2bf !important;
}
.highlight {
pre {
background: #24292F !important;
}
.hll {
background: #282c34 !important;
}
.c {
color: #5c6370 !important;
font-style: italic !important;
}
.err {
color: #960050 !important;
background-color: #1e0010 !important;
}
.k {
color: #c678dd !important;
}
.l {
color: #98c379 !important;
}
.n {
color: #abb2bf !important;
}
.o {
color: #abb2bf !important;
}
.p {
color: #abb2bf !important;
}
.cm {
color: #5c6370 !important;
font-style: italic !important;
}
.cp {
color: #5c6370 !important;
font-style: italic !important;
}
.c1 {
color: #5c6370 !important;
font-style: italic !important;
}
.cs {
color: #5c6370 !important;
font-style: italic !important;
}
.ge {
font-style: italic !important;
}
.gs {
font-weight: 700 !important;
}
.kc {
color: #c678dd !important;
}
.kd {
color: #c678dd !important;
}
.kn {
color: #c678dd !important;
}
.kp {
color: #c678dd !important;
}
.kr {
color: #c678dd !important;
}
.kt {
color: #c678dd !important;
}
.ld {
color: #98c379 !important;
}
.m {
color: #d19a66 !important;
}
.s {
color: #98c379 !important;
}
.na {
color: #d19a66 !important;
}
.nb {
color: #e5c07b !important;
}
.nc {
color: #e5c07b !important;
}
.no {
color: #e5c07b !important;
}
.nd {
color: #e5c07b !important;
}
.ni {
color: #e5c07b !important;
}
.ne {
color: #e5c07b !important;
}
.nf {
color: #abb2bf !important;
}
.nl {
color: #e5c07b !important;
}
.nn {
color: #abb2bf !important;
}
.nx {
color: #abb2bf !important;
}
.py {
color: #e5c07b !important;
}
.nt {
color: #e06c75 !important;
}
.nv {
color: #e5c07b !important;
}
.ow {
font-weight: 700 !important;
}
.w {
color: #f8f8f2 !important;
}
.mf {
color: #d19a66 !important;
}
.mh {
color: #d19a66 !important;
}
.mi {
color: #d19a66 !important;
}
.mo {
color: #d19a66 !important;
}
.sb {
color: #98c379 !important;
}
.sc {
color: #98c379 !important;
}
.sd {
color: #98c379 !important;
}
.s2 {
color: #98c379 !important;
}
.se {
color: #98c379 !important;
}
.sh {
color: #98c379 !important;
}
.si {
color: #98c379 !important;
}
.sx {
color: #98c379 !important;
}
.sr {
color: #56b6c2 !important;
}
.s1 {
color: #98c379 !important;
}
.ss {
color: #56b6c2 !important;
}
.bp {
color: #e5c07b !important;
}
.vc {
color: #e5c07b !important;
}
.vg {
color: #e5c07b !important;
}
.vi {
color: #e06c75 !important;
}
.il {
color: #d19a66 !important;
}
.gu {
color: #75715e !important;
}
.gd {
color: #f92672 !important;
}
.gi {
color: #a6e22e !important;
}
}