@covalent/highlight 4.16.0 → 4.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_highlight-theme.scss +71 -71
- package/package.json +1 -1
package/_highlight-theme.scss
CHANGED
|
@@ -24,77 +24,6 @@
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
.dark-theme td-highlight {
|
|
28
|
-
background-color: #1a1c1d;
|
|
29
|
-
|
|
30
|
-
.highlight {
|
|
31
|
-
color: #abb2bf;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.raw {
|
|
35
|
-
color: rgba(255, 255, 255, 87%);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.hljs-comment,
|
|
39
|
-
.hljs-quote {
|
|
40
|
-
color: #5c6370;
|
|
41
|
-
font-style: italic;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.hljs-doctag,
|
|
45
|
-
.hljs-formula,
|
|
46
|
-
.hljs-keyword {
|
|
47
|
-
color: #c678dd;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.hljs-deletion,
|
|
51
|
-
.hljs-name,
|
|
52
|
-
.hljs-tag,
|
|
53
|
-
.hljs-section,
|
|
54
|
-
.hljs-selector-tag,
|
|
55
|
-
.hljs-subst {
|
|
56
|
-
color: #e06c75;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.hljs-literal {
|
|
60
|
-
color: #56b6c2;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.hljs-addition,
|
|
64
|
-
.hljs-attribute,
|
|
65
|
-
.hljs-meta .hljs-string,
|
|
66
|
-
.hljs-regexp,
|
|
67
|
-
.hljs-string {
|
|
68
|
-
color: #98c379;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.hljs-attr,
|
|
72
|
-
.hljs-number,
|
|
73
|
-
.hljs-selector-attr,
|
|
74
|
-
.hljs-selector-class,
|
|
75
|
-
.hljs-selector-pseudo,
|
|
76
|
-
.hljs-template-variable,
|
|
77
|
-
.hljs-type,
|
|
78
|
-
.hljs-variable {
|
|
79
|
-
color: #d19a66;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.hljs-bullet,
|
|
83
|
-
.hljs-link,
|
|
84
|
-
.hljs-meta,
|
|
85
|
-
.hljs-selector-id,
|
|
86
|
-
.hljs-symbol,
|
|
87
|
-
.hljs-title {
|
|
88
|
-
color: #61aeee;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.hljs-built_in,
|
|
92
|
-
.hljs-class .hljs-title,
|
|
93
|
-
.hljs-title.class_ {
|
|
94
|
-
color: #e6c07b;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
27
|
td-highlight {
|
|
99
28
|
background-color: #eeeeee;
|
|
100
29
|
|
|
@@ -164,5 +93,76 @@
|
|
|
164
93
|
.hljs-title.class_ {
|
|
165
94
|
color: #c18401;
|
|
166
95
|
}
|
|
96
|
+
|
|
97
|
+
.dark-theme & {
|
|
98
|
+
background-color: #1a1c1d;
|
|
99
|
+
|
|
100
|
+
.highlight {
|
|
101
|
+
color: #abb2bf;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.raw {
|
|
105
|
+
color: rgba(255, 255, 255, 87%);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.hljs-comment,
|
|
109
|
+
.hljs-quote {
|
|
110
|
+
color: #5c6370;
|
|
111
|
+
font-style: italic;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.hljs-doctag,
|
|
115
|
+
.hljs-formula,
|
|
116
|
+
.hljs-keyword {
|
|
117
|
+
color: #c678dd;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.hljs-deletion,
|
|
121
|
+
.hljs-name,
|
|
122
|
+
.hljs-tag,
|
|
123
|
+
.hljs-section,
|
|
124
|
+
.hljs-selector-tag,
|
|
125
|
+
.hljs-subst {
|
|
126
|
+
color: #e06c75;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.hljs-literal {
|
|
130
|
+
color: #56b6c2;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.hljs-addition,
|
|
134
|
+
.hljs-attribute,
|
|
135
|
+
.hljs-meta .hljs-string,
|
|
136
|
+
.hljs-regexp,
|
|
137
|
+
.hljs-string {
|
|
138
|
+
color: #98c379;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.hljs-attr,
|
|
142
|
+
.hljs-number,
|
|
143
|
+
.hljs-selector-attr,
|
|
144
|
+
.hljs-selector-class,
|
|
145
|
+
.hljs-selector-pseudo,
|
|
146
|
+
.hljs-template-variable,
|
|
147
|
+
.hljs-type,
|
|
148
|
+
.hljs-variable {
|
|
149
|
+
color: #d19a66;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.hljs-bullet,
|
|
153
|
+
.hljs-link,
|
|
154
|
+
.hljs-meta,
|
|
155
|
+
.hljs-selector-id,
|
|
156
|
+
.hljs-symbol,
|
|
157
|
+
.hljs-title {
|
|
158
|
+
color: #61aeee;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.hljs-built_in,
|
|
162
|
+
.hljs-class .hljs-title,
|
|
163
|
+
.hljs-title.class_ {
|
|
164
|
+
color: #e6c07b;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
167
|
}
|
|
168
168
|
}
|