meixioacomponent 0.1.8 → 0.1.83

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.
@@ -1,88 +0,0 @@
1
- pre code.hljs {
2
- display: block;
3
- overflow-x: auto;
4
- padding: 1em;
5
- }
6
- code.hljs {
7
- padding: 3px 5px;
8
- } /*!
9
- Theme: Tokyo-night-Dark
10
- origin: https://github.com/enkia/tokyo-night-vscode-theme
11
- Description: Original highlight.js style
12
- Author: (c) Henri Vandersleyen <hvandersleyen@gmail.com>
13
- License: see project LICENSE
14
- Touched: 2022
15
- */
16
- .hljs-comment,
17
- .hljs-meta {
18
- color: #565f89;
19
- }
20
- .hljs-deletion,
21
- .hljs-doctag,
22
- .hljs-regexp,
23
- .hljs-selector-attr,
24
- .hljs-selector-class,
25
- .hljs-selector-id,
26
- .hljs-selector-pseudo,
27
- .hljs-tag,
28
- .hljs-template-tag,
29
- .hljs-variable.language_ {
30
- color: #f7768e;
31
- }
32
- .hljs-link,
33
- .hljs-literal,
34
- .hljs-number,
35
- .hljs-params,
36
- .hljs-template-variable,
37
- .hljs-type,
38
- .hljs-variable {
39
- color: #ff9e64;
40
- }
41
- .hljs-attribute,
42
- .hljs-built_in {
43
- color: #e0af68;
44
- }
45
- .hljs-keyword,
46
- .hljs-property,
47
- .hljs-subst,
48
- .hljs-title,
49
- .hljs-title.class_,
50
- .hljs-title.class_.inherited__,
51
- .hljs-title.function_ {
52
- color: #7dcfff;
53
- }
54
- .hljs-selector-tag {
55
- color: #73daca;
56
- }
57
- .hljs-addition,
58
- .hljs-bullet,
59
- .hljs-quote,
60
- .hljs-string,
61
- .hljs-symbol {
62
- color: #9ece6a;
63
- }
64
- .hljs-code,
65
- .hljs-formula,
66
- .hljs-section {
67
- color: #7aa2f7;
68
- }
69
- .hljs-attr,
70
- .hljs-char.escape_,
71
- .hljs-keyword,
72
- .hljs-name,
73
- .hljs-operator {
74
- color: #bb9af7;
75
- }
76
- .hljs-punctuation {
77
- color: #c0caf5;
78
- }
79
- .hljs {
80
- background: #1a1b26;
81
- color: #9aa5ce;
82
- }
83
- .hljs-emphasis {
84
- font-style: italic;
85
- }
86
- .hljs-strong {
87
- font-weight: 700;
88
- }
@@ -1,88 +0,0 @@
1
- pre code.hljs {
2
- display: block;
3
- overflow-x: auto;
4
- padding: 1em;
5
- }
6
- code.hljs {
7
- padding: 3px 5px;
8
- } /*!
9
- Theme: Tokyo-night-Dark
10
- origin: https://github.com/enkia/tokyo-night-vscode-theme
11
- Description: Original highlight.js style
12
- Author: (c) Henri Vandersleyen <hvandersleyen@gmail.com>
13
- License: see project LICENSE
14
- Touched: 2022
15
- */
16
- .hljs-comment,
17
- .hljs-meta {
18
- color: #565f89;
19
- }
20
- .hljs-deletion,
21
- .hljs-doctag,
22
- .hljs-regexp,
23
- .hljs-selector-attr,
24
- .hljs-selector-class,
25
- .hljs-selector-id,
26
- .hljs-selector-pseudo,
27
- .hljs-tag,
28
- .hljs-template-tag,
29
- .hljs-variable.language_ {
30
- color: #f7768e;
31
- }
32
- .hljs-link,
33
- .hljs-literal,
34
- .hljs-number,
35
- .hljs-params,
36
- .hljs-template-variable,
37
- .hljs-type,
38
- .hljs-variable {
39
- color: #ff9e64;
40
- }
41
- .hljs-attribute,
42
- .hljs-built_in {
43
- color: #e0af68;
44
- }
45
- .hljs-keyword,
46
- .hljs-property,
47
- .hljs-subst,
48
- .hljs-title,
49
- .hljs-title.class_,
50
- .hljs-title.class_.inherited__,
51
- .hljs-title.function_ {
52
- color: #7dcfff;
53
- }
54
- .hljs-selector-tag {
55
- color: #73daca;
56
- }
57
- .hljs-addition,
58
- .hljs-bullet,
59
- .hljs-quote,
60
- .hljs-string,
61
- .hljs-symbol {
62
- color: #9ece6a;
63
- }
64
- .hljs-code,
65
- .hljs-formula,
66
- .hljs-section {
67
- color: #7aa2f7;
68
- }
69
- .hljs-attr,
70
- .hljs-char.escape_,
71
- .hljs-keyword,
72
- .hljs-name,
73
- .hljs-operator {
74
- color: #bb9af7;
75
- }
76
- .hljs-punctuation {
77
- color: #c0caf5;
78
- }
79
- .hljs {
80
- background: #1a1b26;
81
- color: #9aa5ce;
82
- }
83
- .hljs-emphasis {
84
- font-style: italic;
85
- }
86
- .hljs-strong {
87
- font-weight: 700;
88
- }