atelier-estuary.dark.css

  1/* Base16 Atelier Estuary Dark - Theme */
  2/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/estuary) */
  3/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
  4
  5/* Atelier-Estuary Comment */
  6.hljs-comment {
  7  color: #878573;
  8}
  9
 10/* Atelier-Estuary Red */
 11.hljs-variable,
 12.hljs-attribute,
 13.hljs-tag,
 14.hljs-regexp,
 15.hljs-name,
 16.ruby .hljs-constant,
 17.xml .hljs-tag .hljs-title,
 18.xml .hljs-pi,
 19.xml .hljs-doctype,
 20.html .hljs-doctype,
 21.css .hljs-id,
 22.css .hljs-class,
 23.css .hljs-pseudo {
 24  color: #ba6236;
 25}
 26
 27/* Atelier-Estuary Orange */
 28.hljs-number,
 29.hljs-preprocessor,
 30.hljs-built_in,
 31.hljs-literal,
 32.hljs-params,
 33.hljs-constant {
 34  color: #ae7313;
 35}
 36
 37/* Atelier-Estuary Yellow */
 38.ruby .hljs-class .hljs-title,
 39.css .hljs-rule .hljs-attribute {
 40  color: #a5980d;
 41}
 42
 43/* Atelier-Estuary Green */
 44.hljs-string,
 45.hljs-value,
 46.hljs-inheritance,
 47.hljs-header,
 48.ruby .hljs-symbol,
 49.xml .hljs-cdata {
 50  color: #7d9726;
 51}
 52
 53/* Atelier-Estuary Aqua */
 54.hljs-title,
 55.css .hljs-hexcolor {
 56  color: #5b9d48;
 57}
 58
 59/* Atelier-Estuary Blue */
 60.hljs-function,
 61.python .hljs-decorator,
 62.python .hljs-title,
 63.ruby .hljs-function .hljs-title,
 64.ruby .hljs-title .hljs-keyword,
 65.perl .hljs-sub,
 66.javascript .hljs-title,
 67.coffeescript .hljs-title {
 68  color: #36a166;
 69}
 70
 71/* Atelier-Estuary Purple */
 72.hljs-keyword,
 73.javascript .hljs-function {
 74  color: #5f9182;
 75}
 76
 77.diff .hljs-deletion,
 78.diff .hljs-addition {
 79  color: #22221b;
 80  display: inline-block;
 81  width: 100%;
 82}
 83
 84.diff .hljs-deletion {
 85  background-color: #ba6236;
 86}
 87
 88.diff .hljs-addition {
 89  background-color: #7d9726;
 90}
 91
 92.diff .hljs-change {
 93  color: #36a166;
 94}
 95
 96.hljs {
 97  display: block;
 98  overflow-x: auto;
 99  background: #22221b;
100  color: #929181;
101  padding: 0.5em;
102  -webkit-text-size-adjust: none;
103}
104
105.coffeescript .javascript,
106.javascript .xml,
107.tex .hljs-formula,
108.xml .javascript,
109.xml .vbscript,
110.xml .css,
111.xml .hljs-cdata {
112  opacity: 0.5;
113}