@ -1,108 +0,0 @@ | |||
/*! | |||
* Agate by Taufik Nurrohman <https://github.com/tovic> | |||
* ---------------------------------------------------- | |||
* | |||
* #ade5fc | |||
* #a2fca2 | |||
* #c6b4f0 | |||
* #d36363 | |||
* #fcc28c | |||
* #fc9b9b | |||
* #ffa | |||
* #fff | |||
* #333 | |||
* #62c8f3 | |||
* #888 | |||
* | |||
*/ | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
padding: 0.5em; | |||
background: #333; | |||
color: white; | |||
} | |||
.hljs-name, | |||
.hljs-strong { | |||
font-weight: bold; | |||
} | |||
.hljs-code, | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-tag { | |||
color: #62c8f3; | |||
} | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #ade5fc; | |||
} | |||
.hljs-string, | |||
.hljs-bullet { | |||
color: #a2fca2; | |||
} | |||
.hljs-type, | |||
.hljs-title, | |||
.hljs-section, | |||
.hljs-attribute, | |||
.hljs-quote, | |||
.hljs-built_in, | |||
.hljs-builtin-name { | |||
color: #ffa; | |||
} | |||
.hljs-number, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #d36363; | |||
} | |||
.hljs-keyword, | |||
.hljs-selector-tag, | |||
.hljs-literal { | |||
color: #fcc28c; | |||
} | |||
.hljs-comment, | |||
.hljs-deletion, | |||
.hljs-code { | |||
color: #888; | |||
} | |||
.hljs-regexp, | |||
.hljs-link { | |||
color: #c6b4f0; | |||
} | |||
.hljs-meta { | |||
color: #fc9b9b; | |||
} | |||
.hljs-deletion { | |||
background-color: #fc9b9b; | |||
color: #333; | |||
} | |||
.hljs-addition { | |||
background-color: #a2fca2; | |||
color: #333; | |||
} | |||
.hljs a { | |||
color: inherit; | |||
} | |||
.hljs a:focus, | |||
.hljs a:hover { | |||
color: inherit; | |||
text-decoration: underline; | |||
} |
@ -1,66 +0,0 @@ | |||
/* | |||
Date: 24 Fev 2015 | |||
Author: Pedro Oliveira <kanytu@gmail . com> | |||
*/ | |||
.hljs { | |||
color: #a9b7c6; | |||
background: #282b2e; | |||
display: block; | |||
overflow-x: auto; | |||
padding: 0.5em; | |||
} | |||
.hljs-number, | |||
.hljs-literal, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #6897BB; | |||
} | |||
.hljs-keyword, | |||
.hljs-selector-tag, | |||
.hljs-deletion { | |||
color: #cc7832; | |||
} | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-link { | |||
color: #629755; | |||
} | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #808080; | |||
} | |||
.hljs-meta { | |||
color: #bbb529; | |||
} | |||
.hljs-string, | |||
.hljs-attribute, | |||
.hljs-addition { | |||
color: #6A8759; | |||
} | |||
.hljs-section, | |||
.hljs-title, | |||
.hljs-type { | |||
color: #ffc66d; | |||
} | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #e8bf6a; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,88 +0,0 @@ | |||
/* | |||
Arduinoยฎ Light Theme - Stefania Mellai <s.mellai@arduino.cc> | |||
*/ | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
padding: 0.5em; | |||
background: #FFFFFF; | |||
} | |||
.hljs, | |||
.hljs-subst { | |||
color: #434f54; | |||
} | |||
.hljs-keyword, | |||
.hljs-attribute, | |||
.hljs-selector-tag, | |||
.hljs-doctag, | |||
.hljs-name { | |||
color: #00979D; | |||
} | |||
.hljs-built_in, | |||
.hljs-literal, | |||
.hljs-bullet, | |||
.hljs-code, | |||
.hljs-addition { | |||
color: #D35400; | |||
} | |||
.hljs-regexp, | |||
.hljs-symbol, | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-link, | |||
.hljs-selector-attr, | |||
.hljs-selector-pseudo { | |||
color: #00979D; | |||
} | |||
.hljs-type, | |||
.hljs-string, | |||
.hljs-selector-id, | |||
.hljs-selector-class, | |||
.hljs-quote, | |||
.hljs-template-tag, | |||
.hljs-deletion { | |||
color: #005C5F; | |||
} | |||
.hljs-title, | |||
.hljs-section { | |||
color: #880000; | |||
font-weight: bold; | |||
} | |||
.hljs-comment { | |||
color: rgba(149,165,166,.8); | |||
} | |||
.hljs-meta-keyword { | |||
color: #728E00; | |||
} | |||
.hljs-meta { | |||
color: #728E00; | |||
color: #434f54; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} | |||
.hljs-function { | |||
color: #728E00; | |||
} | |||
.hljs-number { | |||
color: #8A7B52; | |||
} |
@ -1,73 +0,0 @@ | |||
/* | |||
Date: 17.V.2011 | |||
Author: pumbur <pumbur@pumbur.net> | |||
*/ | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
padding: 0.5em; | |||
background: #222; | |||
} | |||
.hljs, | |||
.hljs-subst { | |||
color: #aaa; | |||
} | |||
.hljs-section { | |||
color: #fff; | |||
} | |||
.hljs-comment, | |||
.hljs-quote, | |||
.hljs-meta { | |||
color: #444; | |||
} | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet, | |||
.hljs-regexp { | |||
color: #ffcc33; | |||
} | |||
.hljs-number, | |||
.hljs-addition { | |||
color: #00cc66; | |||
} | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-link { | |||
color: #32aaee; | |||
} | |||
.hljs-keyword, | |||
.hljs-selector-tag, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #6644aa; | |||
} | |||
.hljs-title, | |||
.hljs-variable, | |||
.hljs-deletion, | |||
.hljs-template-tag { | |||
color: #bb1166; | |||
} | |||
.hljs-section, | |||
.hljs-doctag, | |||
.hljs-strong { | |||
font-weight: bold; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} |
@ -1,45 +0,0 @@ | |||
/* | |||
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> | |||
*/ | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
padding: 0.5em; | |||
background: white; | |||
color: black; | |||
} | |||
.hljs-string, | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-symbol, | |||
.hljs-bullet, | |||
.hljs-section, | |||
.hljs-addition, | |||
.hljs-attribute, | |||
.hljs-link { | |||
color: #888; | |||
} | |||
.hljs-comment, | |||
.hljs-quote, | |||
.hljs-meta, | |||
.hljs-deletion { | |||
color: #ccc; | |||
} | |||
.hljs-keyword, | |||
.hljs-selector-tag, | |||
.hljs-section, | |||
.hljs-name, | |||
.hljs-type, | |||
.hljs-strong { | |||
font-weight: bold; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} |
@ -1,83 +0,0 @@ | |||
/* Base16 Atelier Cave Dark - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Cave Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #7e7887; | |||
} | |||
/* Atelier-Cave Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #be4678; | |||
} | |||
/* Atelier-Cave Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #aa573c; | |||
} | |||
/* Atelier-Cave Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #2a9292; | |||
} | |||
/* Atelier-Cave Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #576ddb; | |||
} | |||
/* Atelier-Cave Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #955ae7; | |||
} | |||
.hljs-deletion, | |||
.hljs-addition { | |||
color: #19171c; | |||
display: inline-block; | |||
width: 100%; | |||
} | |||
.hljs-deletion { | |||
background-color: #be4678; | |||
} | |||
.hljs-addition { | |||
background-color: #2a9292; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #19171c; | |||
color: #8b8792; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,85 +0,0 @@ | |||
/* Base16 Atelier Cave Light - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Cave Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #655f6d; | |||
} | |||
/* Atelier-Cave Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #be4678; | |||
} | |||
/* Atelier-Cave Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #aa573c; | |||
} | |||
/* Atelier-Cave Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #2a9292; | |||
} | |||
/* Atelier-Cave Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #576ddb; | |||
} | |||
/* Atelier-Cave Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #955ae7; | |||
} | |||
.hljs-deletion, | |||
.hljs-addition { | |||
color: #19171c; | |||
display: inline-block; | |||
width: 100%; | |||
} | |||
.hljs-deletion { | |||
background-color: #be4678; | |||
} | |||
.hljs-addition { | |||
background-color: #2a9292; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #efecf4; | |||
color: #585260; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,69 +0,0 @@ | |||
/* Base16 Atelier Dune Dark - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Dune Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #999580; | |||
} | |||
/* Atelier-Dune Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #d73737; | |||
} | |||
/* Atelier-Dune Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #b65611; | |||
} | |||
/* Atelier-Dune Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #60ac39; | |||
} | |||
/* Atelier-Dune Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #6684e1; | |||
} | |||
/* Atelier-Dune Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #b854d4; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #20201d; | |||
color: #a6a28c; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,69 +0,0 @@ | |||
/* Base16 Atelier Dune Light - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Dune Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #7d7a68; | |||
} | |||
/* Atelier-Dune Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #d73737; | |||
} | |||
/* Atelier-Dune Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #b65611; | |||
} | |||
/* Atelier-Dune Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #60ac39; | |||
} | |||
/* Atelier-Dune Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #6684e1; | |||
} | |||
/* Atelier-Dune Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #b854d4; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #fefbec; | |||
color: #6e6b5e; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,84 +0,0 @@ | |||
/* Base16 Atelier Estuary Dark - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/estuary) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Estuary Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #878573; | |||
} | |||
/* Atelier-Estuary Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #ba6236; | |||
} | |||
/* Atelier-Estuary Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #ae7313; | |||
} | |||
/* Atelier-Estuary Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #7d9726; | |||
} | |||
/* Atelier-Estuary Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #36a166; | |||
} | |||
/* Atelier-Estuary Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #5f9182; | |||
} | |||
.hljs-deletion, | |||
.hljs-addition { | |||
color: #22221b; | |||
display: inline-block; | |||
width: 100%; | |||
} | |||
.hljs-deletion { | |||
background-color: #ba6236; | |||
} | |||
.hljs-addition { | |||
background-color: #7d9726; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #22221b; | |||
color: #929181; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,84 +0,0 @@ | |||
/* Base16 Atelier Estuary Light - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/estuary) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Estuary Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #6c6b5a; | |||
} | |||
/* Atelier-Estuary Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #ba6236; | |||
} | |||
/* Atelier-Estuary Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #ae7313; | |||
} | |||
/* Atelier-Estuary Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #7d9726; | |||
} | |||
/* Atelier-Estuary Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #36a166; | |||
} | |||
/* Atelier-Estuary Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #5f9182; | |||
} | |||
.hljs-deletion, | |||
.hljs-addition { | |||
color: #22221b; | |||
display: inline-block; | |||
width: 100%; | |||
} | |||
.hljs-deletion { | |||
background-color: #ba6236; | |||
} | |||
.hljs-addition { | |||
background-color: #7d9726; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #f4f3ec; | |||
color: #5f5e4e; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,69 +0,0 @@ | |||
/* Base16 Atelier Forest Dark - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Forest Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #9c9491; | |||
} | |||
/* Atelier-Forest Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #f22c40; | |||
} | |||
/* Atelier-Forest Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #df5320; | |||
} | |||
/* Atelier-Forest Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #7b9726; | |||
} | |||
/* Atelier-Forest Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #407ee7; | |||
} | |||
/* Atelier-Forest Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #6666ea; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #1b1918; | |||
color: #a8a19f; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,69 +0,0 @@ | |||
/* Base16 Atelier Forest Light - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Forest Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #766e6b; | |||
} | |||
/* Atelier-Forest Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #f22c40; | |||
} | |||
/* Atelier-Forest Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #df5320; | |||
} | |||
/* Atelier-Forest Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #7b9726; | |||
} | |||
/* Atelier-Forest Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #407ee7; | |||
} | |||
/* Atelier-Forest Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #6666ea; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #f1efee; | |||
color: #68615e; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,69 +0,0 @@ | |||
/* Base16 Atelier Heath Dark - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Heath Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #9e8f9e; | |||
} | |||
/* Atelier-Heath Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #ca402b; | |||
} | |||
/* Atelier-Heath Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #a65926; | |||
} | |||
/* Atelier-Heath Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #918b3b; | |||
} | |||
/* Atelier-Heath Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #516aec; | |||
} | |||
/* Atelier-Heath Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #7b59c0; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #1b181b; | |||
color: #ab9bab; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,69 +0,0 @@ | |||
/* Base16 Atelier Heath Light - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Heath Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #776977; | |||
} | |||
/* Atelier-Heath Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #ca402b; | |||
} | |||
/* Atelier-Heath Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #a65926; | |||
} | |||
/* Atelier-Heath Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #918b3b; | |||
} | |||
/* Atelier-Heath Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #516aec; | |||
} | |||
/* Atelier-Heath Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #7b59c0; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #f7f3f7; | |||
color: #695d69; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,69 +0,0 @@ | |||
/* Base16 Atelier Lakeside Dark - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Lakeside Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #7195a8; | |||
} | |||
/* Atelier-Lakeside Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #d22d72; | |||
} | |||
/* Atelier-Lakeside Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #935c25; | |||
} | |||
/* Atelier-Lakeside Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #568c3b; | |||
} | |||
/* Atelier-Lakeside Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #257fad; | |||
} | |||
/* Atelier-Lakeside Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #6b6bb8; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #161b1d; | |||
color: #7ea2b4; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,69 +0,0 @@ | |||
/* Base16 Atelier Lakeside Light - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Lakeside Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #5a7b8c; | |||
} | |||
/* Atelier-Lakeside Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #d22d72; | |||
} | |||
/* Atelier-Lakeside Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #935c25; | |||
} | |||
/* Atelier-Lakeside Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #568c3b; | |||
} | |||
/* Atelier-Lakeside Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #257fad; | |||
} | |||
/* Atelier-Lakeside Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #6b6bb8; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #ebf8ff; | |||
color: #516d7b; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,84 +0,0 @@ | |||
/* Base16 Atelier Plateau Dark - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/plateau) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Plateau Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #7e7777; | |||
} | |||
/* Atelier-Plateau Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #ca4949; | |||
} | |||
/* Atelier-Plateau Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #b45a3c; | |||
} | |||
/* Atelier-Plateau Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #4b8b8b; | |||
} | |||
/* Atelier-Plateau Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #7272ca; | |||
} | |||
/* Atelier-Plateau Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #8464c4; | |||
} | |||
.hljs-deletion, | |||
.hljs-addition { | |||
color: #1b1818; | |||
display: inline-block; | |||
width: 100%; | |||
} | |||
.hljs-deletion { | |||
background-color: #ca4949; | |||
} | |||
.hljs-addition { | |||
background-color: #4b8b8b; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #1b1818; | |||
color: #8a8585; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,84 +0,0 @@ | |||
/* Base16 Atelier Plateau Light - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/plateau) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Plateau Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #655d5d; | |||
} | |||
/* Atelier-Plateau Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #ca4949; | |||
} | |||
/* Atelier-Plateau Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #b45a3c; | |||
} | |||
/* Atelier-Plateau Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #4b8b8b; | |||
} | |||
/* Atelier-Plateau Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #7272ca; | |||
} | |||
/* Atelier-Plateau Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #8464c4; | |||
} | |||
.hljs-deletion, | |||
.hljs-addition { | |||
color: #1b1818; | |||
display: inline-block; | |||
width: 100%; | |||
} | |||
.hljs-deletion { | |||
background-color: #ca4949; | |||
} | |||
.hljs-addition { | |||
background-color: #4b8b8b; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #f4ecec; | |||
color: #585050; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,84 +0,0 @@ | |||
/* Base16 Atelier Savanna Dark - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/savanna) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Savanna Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #78877d; | |||
} | |||
/* Atelier-Savanna Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #b16139; | |||
} | |||
/* Atelier-Savanna Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #9f713c; | |||
} | |||
/* Atelier-Savanna Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #489963; | |||
} | |||
/* Atelier-Savanna Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #478c90; | |||
} | |||
/* Atelier-Savanna Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #55859b; | |||
} | |||
.hljs-deletion, | |||
.hljs-addition { | |||
color: #171c19; | |||
display: inline-block; | |||
width: 100%; | |||
} | |||
.hljs-deletion { | |||
background-color: #b16139; | |||
} | |||
.hljs-addition { | |||
background-color: #489963; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #171c19; | |||
color: #87928a; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,84 +0,0 @@ | |||
/* Base16 Atelier Savanna Light - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/savanna) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Savanna Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #5f6d64; | |||
} | |||
/* Atelier-Savanna Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #b16139; | |||
} | |||
/* Atelier-Savanna Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #9f713c; | |||
} | |||
/* Atelier-Savanna Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #489963; | |||
} | |||
/* Atelier-Savanna Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #478c90; | |||
} | |||
/* Atelier-Savanna Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #55859b; | |||
} | |||
.hljs-deletion, | |||
.hljs-addition { | |||
color: #171c19; | |||
display: inline-block; | |||
width: 100%; | |||
} | |||
.hljs-deletion { | |||
background-color: #b16139; | |||
} | |||
.hljs-addition { | |||
background-color: #489963; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #ecf4ee; | |||
color: #526057; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,69 +0,0 @@ | |||
/* Base16 Atelier Seaside Dark - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Seaside Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #809980; | |||
} | |||
/* Atelier-Seaside Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #e6193c; | |||
} | |||
/* Atelier-Seaside Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #87711d; | |||
} | |||
/* Atelier-Seaside Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #29a329; | |||
} | |||
/* Atelier-Seaside Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #3d62f5; | |||
} | |||
/* Atelier-Seaside Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #ad2bee; | |||
} | |||
.hljs { | |||
display: block; | |||
overflow-x: auto; | |||
background: #131513; | |||
color: #8ca68c; | |||
padding: 0.5em; | |||
} | |||
.hljs-emphasis { | |||
font-style: italic; | |||
} | |||
.hljs-strong { | |||
font-weight: bold; | |||
} |
@ -1,69 +0,0 @@ | |||
/* Base16 Atelier Seaside Light - Theme */ | |||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside) */ | |||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ | |||
/* Atelier-Seaside Comment */ | |||
.hljs-comment, | |||
.hljs-quote { | |||
color: #687d68; | |||
} | |||
/* Atelier-Seaside Red */ | |||
.hljs-variable, | |||
.hljs-template-variable, | |||
.hljs-attribute, | |||
.hljs-tag, | |||
.hljs-name, | |||
.hljs-regexp, | |||
.hljs-link, | |||
.hljs-name, | |||
.hljs-selector-id, | |||
.hljs-selector-class { | |||
color: #e6193c; | |||
} | |||
/* Atelier-Seaside Orange */ | |||
.hljs-number, | |||
.hljs-meta, | |||
.hljs-built_in, | |||
.hljs-builtin-name, | |||
.hljs-literal, | |||
.hljs-type, | |||
.hljs-params { | |||
color: #87711d; | |||
} | |||
/* Atelier-Seaside Green */ | |||
.hljs-string, | |||
.hljs-symbol, | |||
.hljs-bullet { | |||
color: #29a329; | |||
} | |||
/* Atelier-Seaside Blue */ | |||
.hljs-title, | |||
.hljs-section { | |||
color: #3d62f5; | |||
} | |||
/* Atelier-Seaside Purple */ | |||
.hljs-keyword, | |||
.hljs-selector-tag { | |||
color: #ad2bee; |