/ src / theme / styles / isbl-editor-light.css
isbl-editor-light.css
 1  pre code.hljs {
 2    display: block;
 3    overflow-x: auto;
 4    padding: 1em
 5  }
 6  code.hljs {
 7    padding: 3px 5px
 8  }
 9  /*
10  
11  ISBL Editor style light color schemec (c) Dmitriy Tarasov <dimatar@gmail.com>
12  
13  */
14  .hljs {
15    background: white;
16    color: black
17  }
18  /* Base color: saturation 0; */
19  .hljs-subst {
20    color: black
21  }
22  .hljs-comment {
23    color: #555555;
24    font-style: italic
25  }
26  .hljs-keyword,
27  .hljs-attribute,
28  .hljs-selector-tag,
29  .hljs-meta .hljs-keyword,
30  .hljs-doctag,
31  .hljs-name {
32    color: #000000;
33    font-weight: bold
34  }
35  /* User color: hue: 0 */
36  .hljs-string {
37    color: #000080
38  }
39  .hljs-type,
40  .hljs-number,
41  .hljs-selector-id,
42  .hljs-selector-class,
43  .hljs-quote,
44  .hljs-template-tag,
45  .hljs-deletion {
46    color: #000000
47  }
48  .hljs-regexp,
49  .hljs-symbol,
50  .hljs-variable,
51  .hljs-template-variable,
52  .hljs-link,
53  .hljs-selector-attr,
54  .hljs-selector-pseudo {
55    color: #5e1700
56  }
57  /* Language color: hue: 90; */
58  .hljs-built_in,
59  .hljs-literal {
60    color: #000080;
61    font-weight: bold
62  }
63  .hljs-bullet,
64  .hljs-code,
65  .hljs-addition {
66    color: #397300
67  }
68  .hljs-class {
69    color: #6f1C00;
70    font-weight: bold
71  }
72  .hljs-title,
73  .hljs-section {
74    color: #fb2c00
75  }
76  .hljs-title>.hljs-built_in {
77    color: #008080;
78    font-weight: normal
79  }
80  /* Meta color: hue: 200 */
81  .hljs-meta {
82    color: #1f7199
83  }
84  .hljs-meta .hljs-string {
85    color: #4d99bf
86  }
87  /* Misc effects */
88  .hljs-emphasis {
89    font-style: italic
90  }
91  .hljs-strong {
92    font-weight: bold
93  }