Static mdbook::theme::AYU_HIGHLIGHT_CSS [] [src]

pub static AYU_HIGHLIGHT_CSS: &'static [u8] = b"/*\nBased off of the Ayu theme\nOriginal by Dempfi (https://github.com/dempfi/ayu)\n*/\n\n.hljs {\n  display: block;\n  overflow-x: auto;\n  background: #191f26;\n  color: #e6e1cf;\n  padding: 0.5em;\n}\n\n.hljs-comment,\n.hljs-quote,\n.hljs-meta {\n  color: #5c6773;\n  font-style: italic;\n}\n\n.hljs-variable,\n.hljs-template-variable,\n.hljs-attribute,\n.hljs-attr,\n.hljs-regexp,\n.hljs-link,\n.hljs-selector-id,\n.hljs-selector-class {\n  color: #ff7733;\n}\n\n.hljs-number,\n.hljs-builtin-name,\n.hljs-literal,\n.hljs-type,\n.hljs-params {\n  color: #ffee99;\n}\n\n.hljs-string,\n.hljs-bullet {\n  color: #b8cc52;\n}\n\n.hljs-title,\n.hljs-built_in,\n.hljs-section {\n  color: #ffb454;\n}\n\n.hljs-keyword,\n.hljs-selector-tag,\n.hljs-symbol {\n  color: #ff7733;\n}\n\n.hljs-name {\n    color: #36a3d9;\n}\n\n.hljs-tag {\n    color: #00568d;\n}\n\n.hljs-emphasis {\n  font-style: italic;\n}\n\n.hljs-strong {\n  font-weight: bold;\n}\n"