Static mdbook::theme::HIGHLIGHT_CSS [] [src]

pub static HIGHLIGHT_CSS: &'static [u8] = b"/* Modified Base16 Atelier Dune Light - Theme\r\n/* Original by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */\r\n\r\n.hljs {\r\n  display: block;\r\n  overflow-x: auto;\r\n  background: #f1f1f1;\r\n  color: #6e6b5e;\r\n  padding: 0.5em;\r\n  -webkit-text-size-adjust: none;\r\n}\r\n\r\n\r\n/* Atelier-Dune Comment */\r\n.hljs-comment,\r\n.hljs-quote {\r\n  color: #AAA;\r\n}\r\n\r\n/* Atelier-Dune Red */\r\n.hljs-variable,\r\n.hljs-template-variable,\r\n.hljs-attribute,\r\n.hljs-tag,\r\n.hljs-name,\r\n.hljs-regexp,\r\n.hljs-link,\r\n.hljs-name,\r\n.hljs-selector-id,\r\n.hljs-selector-class {\r\n  color: #d73737;\r\n}\r\n\r\n/* Atelier-Dune Orange */\r\n.hljs-number,\r\n.hljs-meta,\r\n.hljs-built_in,\r\n.hljs-builtin-name,\r\n.hljs-literal,\r\n.hljs-type,\r\n.hljs-params {\r\n  color: #b65611;\r\n}\r\n\r\n/* Atelier-Dune Green */\r\n.hljs-string,\r\n.hljs-symbol,\r\n.hljs-bullet {\r\n  color: #60ac39;\r\n}\r\n\r\n/* Atelier-Dune Blue */\r\n.hljs-title,\r\n.hljs-section {\r\n  color: #6684e1;\r\n}\r\n\r\n/* Atelier-Dune Purple */\r\n.hljs-keyword,\r\n.hljs-selector-tag {\r\n  color: #b854d4;\r\n}\r\n\r\n.hljs-emphasis {\r\n  font-style: italic;\r\n}\r\n\r\n.hljs-strong {\r\n  font-weight: bold;\r\n}\r\n"