l0bsterssg

node.js static responsive blog post generator
Log | Files | Refs | README

monokai.scss (940B)


      1 /*
      2 Monokai style - ported by Luigi Maselli - http://grigio.org
      3 */
      4 
      5 .hljs {
      6   display: block;
      7   overflow-x: auto;
      8   padding: 0.5em;
      9   background: #272822;
     10   color: #ddd;
     11 }
     12 
     13 .hljs-tag,
     14 .hljs-keyword,
     15 .hljs-selector-tag,
     16 .hljs-literal,
     17 .hljs-strong,
     18 .hljs-name {
     19   color: #f92672;
     20 }
     21 
     22 .hljs-code {
     23   color: #66d9ef;
     24 }
     25 
     26 .hljs-class .hljs-title {
     27   color: white;
     28 }
     29 
     30 .hljs-attribute,
     31 .hljs-symbol,
     32 .hljs-regexp,
     33 .hljs-link {
     34   color: #bf79db;
     35 }
     36 
     37 .hljs-string,
     38 .hljs-bullet,
     39 .hljs-subst,
     40 .hljs-title,
     41 .hljs-section,
     42 .hljs-emphasis,
     43 .hljs-type,
     44 .hljs-built_in,
     45 .hljs-builtin-name,
     46 .hljs-selector-attr,
     47 .hljs-selector-pseudo,
     48 .hljs-addition,
     49 .hljs-variable,
     50 .hljs-template-tag,
     51 .hljs-template-variable {
     52   color: #a6e22e;
     53 }
     54 
     55 .hljs-comment,
     56 .hljs-quote,
     57 .hljs-deletion,
     58 .hljs-meta {
     59   color: #75715e;
     60 }
     61 
     62 .hljs-keyword,
     63 .hljs-selector-tag,
     64 .hljs-literal,
     65 .hljs-doctag,
     66 .hljs-title,
     67 .hljs-section,
     68 .hljs-type,
     69 .hljs-selector-id {
     70   font-weight: bold;
     71 }