File size: 1,481 Bytes
4879fd8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
  
    color: #24292e;
    background: #ffffff;
  }
  
  .hljs-comment,
  .hljs-punctuation {
    color: #6a737d;
  }
  
  .hljs-attr,
  .hljs-attribute,
  .hljs-meta,
  .hljs-selector-attr,
  .hljs-selector-class,
  .hljs-selector-id {
    color: #005cc5;
  }
  
  .hljs-variable,
  .hljs-literal,
  .hljs-number,
  .hljs-doctag {
    color: #e36209;
  }
  
  .hljs-params {
    color: #24292e;
  }
  
  .hljs-function {
    color: #6f42c1;
  }
  
  .hljs-class,
  .hljs-tag,
  .hljs-title,
  .hljs-built_in {
    color: #22863a;
  }
  
  .hljs-keyword,
  .hljs-type,
  .hljs-builtin-name,
  .hljs-meta-keyword,
  .hljs-template-tag,
  .hljs-template-variable {
    color: #d73a49;
  }
  
  .hljs-string,
  .hljs-undefined {
    color: #D14;
  }
  
  .hljs-regexp {
    color: #032f62;
  }
  
  .hljs-symbol {
    color: #005cc5;
  }
  
  .hljs-bullet {
    color: #e36209;
  }
  
  .hljs-section {
    color: #005cc5;
    font-weight: bold;
  }
  
  .hljs-quote,
  .hljs-name,
  .hljs-selector-tag,
  .hljs-selector-pseudo {
    color: #22863a;
  }
  
  .hljs-emphasis {
    color: #e36209;
    font-style: italic;
  }
  
  .hljs-strong {
    color: #e36209;
    font-weight: bold;
  }
  
  .hljs-deletion {
    color: #b31d28;
    background-color: #ffeef0;
  }
  
  .hljs-addition {
    color: #22863a;
    background-color: #f0fff4;
  }
  
  .hljs-link {
    color: #032f62;
    font-style: underline;
  }