l0bsterssg

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

darcula.scss (901B)


      1 /*
      2 
      3 Darcula color scheme from the JetBrains family of IDEs
      4 
      5 */
      6 
      7 
      8 .hljs {
      9   display: block;
     10   overflow-x: auto;
     11   padding: 0.5em;
     12   background: #2b2b2b;
     13   color: #bababa;
     14 }
     15 
     16 .hljs-strong,
     17 .hljs-emphasis {
     18   color: #a8a8a2;
     19 }
     20 
     21 .hljs-bullet,
     22 .hljs-quote,
     23 .hljs-link,
     24 .hljs-number,
     25 .hljs-regexp,
     26 .hljs-literal {
     27   color: #6896ba;
     28 }
     29 
     30 .hljs-code,
     31 .hljs-selector-class {
     32   color: #a6e22e;
     33 }
     34 
     35 .hljs-emphasis {
     36   font-style: italic;
     37 }
     38 
     39 .hljs-keyword,
     40 .hljs-selector-tag,
     41 .hljs-section,
     42 .hljs-attribute,
     43 .hljs-name,
     44 .hljs-variable {
     45   color: #cb7832;
     46 }
     47 
     48 .hljs-params {
     49   color: #b9b9b9;
     50 }
     51 
     52 .hljs-string {
     53   color: #6a8759;
     54 }
     55 
     56 .hljs-subst,
     57 .hljs-type,
     58 .hljs-built_in,
     59 .hljs-builtin-name,
     60 .hljs-symbol,
     61 .hljs-selector-id,
     62 .hljs-selector-attr,
     63 .hljs-selector-pseudo,
     64 .hljs-template-tag,
     65 .hljs-template-variable,
     66 .hljs-addition {
     67   color: #e0c46c;
     68 }
     69 
     70 .hljs-comment,
     71 .hljs-deletion,
     72 .hljs-meta {
     73   color: #7f7f7f;
     74 }