105 lines
1.7 KiB
CSS
105 lines
1.7 KiB
CSS
/*
|
|
* Name: Duotone Light
|
|
* Author: Simurai, adapted from DuoTone themes for Atom (http://simurai.com/projects/2016/01/01/duotone-themes)
|
|
* Conversion: Bram de Haan (http://atelierbram.github.io/Base2Tone-prism/output/prism/prism-base2tone-morning-light.css)
|
|
* Generated with Base16 Builder (https://github.com/base16-builder/base16-builder)
|
|
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-duotone-light.css
|
|
*/
|
|
:root {
|
|
--code-c-text: #728fcb;
|
|
--code-c-bg: #faf8f5;
|
|
--code-c-highlight-bg: #f3ede3;
|
|
--code-c-line-number: rgba(114, 143, 203, 0.67);
|
|
}
|
|
|
|
div[class*=language-] pre ::selection {
|
|
background: #faf8f5;
|
|
}
|
|
|
|
.token.comment,
|
|
.token.prolog,
|
|
.token.doctype,
|
|
.token.cdata {
|
|
color: #b6ad9a;
|
|
}
|
|
|
|
.token.punctuation {
|
|
color: #b6ad9a;
|
|
}
|
|
|
|
.token.namespace {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.token.tag,
|
|
.token.operator,
|
|
.token.number {
|
|
color: #063289;
|
|
}
|
|
|
|
.token.property,
|
|
.token.function {
|
|
color: #b29762;
|
|
}
|
|
|
|
.token.tag-id,
|
|
.token.selector,
|
|
.token.atrule-id {
|
|
color: #2d2006;
|
|
}
|
|
|
|
.language-javascript,
|
|
.token.attr-name {
|
|
color: #896724;
|
|
}
|
|
|
|
.language-css,
|
|
.language-scss,
|
|
.token.boolean,
|
|
.token.string,
|
|
.token.entity,
|
|
.token.url,
|
|
.language-css .token.string,
|
|
.language-scss .token.string,
|
|
.style .token.string,
|
|
.token.attr-value,
|
|
.token.keyword,
|
|
.token.control,
|
|
.token.directive,
|
|
.token.unit,
|
|
.token.statement,
|
|
.token.regex,
|
|
.token.atrule {
|
|
color: #728fcb;
|
|
}
|
|
|
|
.token.placeholder,
|
|
.token.variable {
|
|
color: #93abdc;
|
|
}
|
|
|
|
.token.deleted {
|
|
text-decoration: line-through;
|
|
}
|
|
|
|
.token.inserted {
|
|
border-bottom: 1px dotted #2d2006;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.token.italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.token.important,
|
|
.token.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.token.important {
|
|
color: #896724;
|
|
}
|
|
|
|
.token.entity {
|
|
cursor: help;
|
|
} |