Path: blob/main/src/resources/formats/revealjs/reveal/plugin/highlight/monokai.css
12923 views
/*1Monokai style - ported by Luigi Maselli - http://grigio.org2*/34.hljs {5display: block;6overflow-x: auto;7padding: 0.5em;8background: #272822;9color: #ddd;10}1112.hljs-tag,13.hljs-keyword,14.hljs-selector-tag,15.hljs-literal,16.hljs-strong,17.hljs-name {18color: #f92672;19}2021.hljs-code {22color: #66d9ef;23}2425.hljs-class .hljs-title {26color: white;27}2829.hljs-attribute,30.hljs-symbol,31.hljs-regexp,32.hljs-link {33color: #bf79db;34}3536.hljs-string,37.hljs-bullet,38.hljs-subst,39.hljs-title,40.hljs-section,41.hljs-emphasis,42.hljs-type,43.hljs-built_in,44.hljs-builtin-name,45.hljs-selector-attr,46.hljs-selector-pseudo,47.hljs-addition,48.hljs-variable,49.hljs-template-tag,50.hljs-template-variable {51color: #a6e22e;52}5354.hljs-comment,55.hljs-quote,56.hljs-deletion,57.hljs-meta {58color: #75715e;59}6061.hljs-keyword,62.hljs-selector-tag,63.hljs-literal,64.hljs-doctag,65.hljs-title,66.hljs-section,67.hljs-type,68.hljs-selector-id {69font-weight: bold;70}717273