@rspress-theme-anatole/theme-default 0.5.1 → 0.5.3
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/dist/giscus_custom_theme.css +87 -115
- package/package.json +1 -1
|
@@ -1,131 +1,103 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Modified from GitHub's Dark Dimmed theme, licensed under the MIT License
|
|
1
|
+
/*! MIT License
|
|
3
2
|
* Copyright (c) 2018 GitHub Inc.
|
|
4
3
|
* https://github.com/primer/primitives/blob/main/LICENSE
|
|
5
4
|
*/
|
|
6
5
|
|
|
7
6
|
main {
|
|
8
|
-
--color-prettylights-syntax-comment: #
|
|
9
|
-
--color-prettylights-syntax-constant: #
|
|
10
|
-
--color-prettylights-syntax-entity: #
|
|
11
|
-
--color-prettylights-syntax-storage-modifier-import: #
|
|
12
|
-
--color-prettylights-syntax-entity-tag: #
|
|
13
|
-
--color-prettylights-syntax-keyword: #
|
|
14
|
-
--color-prettylights-syntax-string: #
|
|
15
|
-
--color-prettylights-syntax-variable: #
|
|
16
|
-
--color-prettylights-syntax-brackethighlighter-unmatched: #
|
|
17
|
-
--color-prettylights-syntax-invalid-illegal-text: #
|
|
18
|
-
--color-prettylights-syntax-invalid-illegal-bg: #
|
|
19
|
-
--color-prettylights-syntax-carriage-return-text: #
|
|
20
|
-
--color-prettylights-syntax-carriage-return-bg: #
|
|
21
|
-
--color-prettylights-syntax-string-regexp: #
|
|
22
|
-
--color-prettylights-syntax-markup-list: #
|
|
23
|
-
--color-prettylights-syntax-markup-heading: #
|
|
24
|
-
--color-prettylights-syntax-markup-italic: #
|
|
25
|
-
--color-prettylights-syntax-markup-bold: #
|
|
26
|
-
--color-prettylights-syntax-markup-deleted-text: #
|
|
27
|
-
--color-prettylights-syntax-markup-deleted-bg: #
|
|
28
|
-
--color-prettylights-syntax-markup-inserted-text: #
|
|
29
|
-
--color-prettylights-syntax-markup-inserted-bg: #
|
|
30
|
-
--color-prettylights-syntax-markup-changed-text: #
|
|
31
|
-
--color-prettylights-syntax-markup-changed-bg: #
|
|
32
|
-
--color-prettylights-syntax-markup-ignored-text: #
|
|
33
|
-
--color-prettylights-syntax-markup-ignored-bg: #
|
|
34
|
-
--color-prettylights-syntax-meta-diff-range: #
|
|
35
|
-
--color-prettylights-syntax-brackethighlighter-angle: #
|
|
36
|
-
--color-prettylights-syntax-sublimelinter-gutter-mark: #
|
|
37
|
-
--color-prettylights-syntax-constant-other-reference-link: #
|
|
38
|
-
--color-btn-text: #
|
|
39
|
-
--color-btn-bg: #
|
|
40
|
-
--color-btn-border: rgb(
|
|
41
|
-
--color-btn-shadow: 0 0
|
|
42
|
-
--color-btn-inset-shadow: 0 0
|
|
43
|
-
--color-btn-hover-bg: #
|
|
44
|
-
--color-btn-hover-border:
|
|
45
|
-
--color-btn-active-bg: hsl(
|
|
46
|
-
--color-btn-active-border:
|
|
47
|
-
--color-btn-selected-bg:
|
|
7
|
+
--color-prettylights-syntax-comment: #6e7781;
|
|
8
|
+
--color-prettylights-syntax-constant: #0550ae;
|
|
9
|
+
--color-prettylights-syntax-entity: #8250df;
|
|
10
|
+
--color-prettylights-syntax-storage-modifier-import: #24292f;
|
|
11
|
+
--color-prettylights-syntax-entity-tag: #116329;
|
|
12
|
+
--color-prettylights-syntax-keyword: #cf222e;
|
|
13
|
+
--color-prettylights-syntax-string: #0a3069;
|
|
14
|
+
--color-prettylights-syntax-variable: #953800;
|
|
15
|
+
--color-prettylights-syntax-brackethighlighter-unmatched: #82071e;
|
|
16
|
+
--color-prettylights-syntax-invalid-illegal-text: #f6f8fa;
|
|
17
|
+
--color-prettylights-syntax-invalid-illegal-bg: #82071e;
|
|
18
|
+
--color-prettylights-syntax-carriage-return-text: #f6f8fa;
|
|
19
|
+
--color-prettylights-syntax-carriage-return-bg: #cf222e;
|
|
20
|
+
--color-prettylights-syntax-string-regexp: #116329;
|
|
21
|
+
--color-prettylights-syntax-markup-list: #3b2300;
|
|
22
|
+
--color-prettylights-syntax-markup-heading: #0550ae;
|
|
23
|
+
--color-prettylights-syntax-markup-italic: #24292f;
|
|
24
|
+
--color-prettylights-syntax-markup-bold: #24292f;
|
|
25
|
+
--color-prettylights-syntax-markup-deleted-text: #82071e;
|
|
26
|
+
--color-prettylights-syntax-markup-deleted-bg: #ffebe9;
|
|
27
|
+
--color-prettylights-syntax-markup-inserted-text: #116329;
|
|
28
|
+
--color-prettylights-syntax-markup-inserted-bg: #dafbe1;
|
|
29
|
+
--color-prettylights-syntax-markup-changed-text: #953800;
|
|
30
|
+
--color-prettylights-syntax-markup-changed-bg: #ffd8b5;
|
|
31
|
+
--color-prettylights-syntax-markup-ignored-text: #eaeef2;
|
|
32
|
+
--color-prettylights-syntax-markup-ignored-bg: #0550ae;
|
|
33
|
+
--color-prettylights-syntax-meta-diff-range: #8250df;
|
|
34
|
+
--color-prettylights-syntax-brackethighlighter-angle: #57606a;
|
|
35
|
+
--color-prettylights-syntax-sublimelinter-gutter-mark: #8c959f;
|
|
36
|
+
--color-prettylights-syntax-constant-other-reference-link: #0a3069;
|
|
37
|
+
--color-btn-text: #24292f;
|
|
38
|
+
--color-btn-bg: #f6f8fa;
|
|
39
|
+
--color-btn-border: rgb(31 35 40 / 15%);
|
|
40
|
+
--color-btn-shadow: 0 1px 0 rgb(31 35 40 / 4%);
|
|
41
|
+
--color-btn-inset-shadow: inset 0 1px 0 rgb(255 255 255 / 25%);
|
|
42
|
+
--color-btn-hover-bg: #f3f4f6;
|
|
43
|
+
--color-btn-hover-border: rgb(31 35 40 / 15%);
|
|
44
|
+
--color-btn-active-bg: hsl(220deg 14% 93% / 100%);
|
|
45
|
+
--color-btn-active-border: rgb(31 35 40 / 15%);
|
|
46
|
+
--color-btn-selected-bg: hsl(220deg 14% 94% / 100%);
|
|
48
47
|
--color-btn-primary-text: #fff;
|
|
49
|
-
--color-btn-primary-bg: #
|
|
50
|
-
--color-btn-primary-border: rgb(
|
|
51
|
-
--color-btn-primary-shadow: 0 0
|
|
52
|
-
--color-btn-primary-inset-shadow: 0 0
|
|
53
|
-
--color-btn-primary-hover-bg: #
|
|
54
|
-
--color-btn-primary-hover-border: rgb(
|
|
55
|
-
--color-btn-primary-selected-bg:
|
|
56
|
-
--color-btn-primary-selected-shadow: 0 0
|
|
57
|
-
--color-btn-primary-disabled-text: rgb(
|
|
58
|
-
--color-btn-primary-disabled-bg:
|
|
59
|
-
--color-btn-primary-disabled-border: rgb(
|
|
60
|
-
--color-action-list-item-default-hover-bg: rgb(
|
|
61
|
-
--color-segmented-control-bg:
|
|
62
|
-
--color-segmented-control-button-bg: #
|
|
63
|
-
--color-segmented-control-button-selected-border: #
|
|
64
|
-
--color-fg-default: #
|
|
65
|
-
--color-fg-muted: #
|
|
66
|
-
--color-fg-subtle: #
|
|
67
|
-
--color-canvas-default:
|
|
68
|
-
--color-canvas-overlay: #
|
|
69
|
-
--color-canvas-inset:
|
|
70
|
-
--color-canvas-subtle:
|
|
71
|
-
--color-border-default: #
|
|
72
|
-
--color-border-muted:
|
|
73
|
-
--color-neutral-muted: rgb(
|
|
74
|
-
--color-accent-fg: #
|
|
75
|
-
--color-accent-emphasis: #
|
|
76
|
-
--color-accent-muted: rgb(
|
|
77
|
-
--color-accent-subtle:
|
|
78
|
-
--color-success-fg: #
|
|
79
|
-
--color-attention-fg: #
|
|
80
|
-
--color-attention-muted: rgb(
|
|
81
|
-
--color-attention-subtle:
|
|
82
|
-
--color-danger-fg: #
|
|
83
|
-
--color-danger-muted: rgb(
|
|
84
|
-
--color-danger-subtle:
|
|
85
|
-
--color-primer-shadow-inset: 0 0
|
|
86
|
-
--color-scale-gray-
|
|
87
|
-
--color-scale-blue-
|
|
48
|
+
--color-btn-primary-bg: #1f883d;
|
|
49
|
+
--color-btn-primary-border: rgb(31 35 40 / 15%);
|
|
50
|
+
--color-btn-primary-shadow: 0 1px 0 rgb(31 35 40 / 10%);
|
|
51
|
+
--color-btn-primary-inset-shadow: inset 0 1px 0 rgb(255 255 255 / 3%);
|
|
52
|
+
--color-btn-primary-hover-bg: #1a7f37;
|
|
53
|
+
--color-btn-primary-hover-border: rgb(31 35 40 / 15%);
|
|
54
|
+
--color-btn-primary-selected-bg: hsl(137deg 66% 28% / 100%);
|
|
55
|
+
--color-btn-primary-selected-shadow: inset 0 1px 0 rgb(0 45 17 / 20%);
|
|
56
|
+
--color-btn-primary-disabled-text: rgb(255 255 255 / 80%);
|
|
57
|
+
--color-btn-primary-disabled-bg: #94d3a2;
|
|
58
|
+
--color-btn-primary-disabled-border: rgb(31 35 40 / 15%);
|
|
59
|
+
--color-action-list-item-default-hover-bg: rgb(208 215 222 / 32%);
|
|
60
|
+
--color-segmented-control-bg: #eaeef2;
|
|
61
|
+
--color-segmented-control-button-bg: #fff;
|
|
62
|
+
--color-segmented-control-button-selected-border: #8c959f;
|
|
63
|
+
--color-fg-default: #1F2328;
|
|
64
|
+
--color-fg-muted: #656d76;
|
|
65
|
+
--color-fg-subtle: #6e7781;
|
|
66
|
+
--color-canvas-default: #fff;
|
|
67
|
+
--color-canvas-overlay: #fff;
|
|
68
|
+
--color-canvas-inset: #f6f8fa;
|
|
69
|
+
--color-canvas-subtle: #f6f8fa;
|
|
70
|
+
--color-border-default: #d0d7de;
|
|
71
|
+
--color-border-muted: hsl(210deg 18% 87% / 100%);
|
|
72
|
+
--color-neutral-muted: rgb(175 184 193 / 20%);
|
|
73
|
+
--color-accent-fg: #0969da;
|
|
74
|
+
--color-accent-emphasis: #0969da;
|
|
75
|
+
--color-accent-muted: rgb(84 174 255 / 40%);
|
|
76
|
+
--color-accent-subtle: #ddf4ff;
|
|
77
|
+
--color-success-fg: #1a7f37;
|
|
78
|
+
--color-attention-fg: #9a6700;
|
|
79
|
+
--color-attention-muted: rgb(212 167 44 / 40%);
|
|
80
|
+
--color-attention-subtle: #fff8c5;
|
|
81
|
+
--color-danger-fg: #d1242f;
|
|
82
|
+
--color-danger-muted: rgb(255 129 130 / 40%);
|
|
83
|
+
--color-danger-subtle: #ffebe9;
|
|
84
|
+
--color-primer-shadow-inset: inset 0 1px 0 rgb(208 215 222 / 20%);
|
|
85
|
+
--color-scale-gray-1: #eaeef2;
|
|
86
|
+
--color-scale-blue-1: #b6e3ff;
|
|
88
87
|
|
|
89
88
|
/*! Extensions from @primer/css/alerts/flash.scss */
|
|
90
|
-
--color-social-reaction-bg-hover: var(--color-scale-gray-
|
|
91
|
-
--color-social-reaction-bg-reacted-hover: var(--color-scale-blue-
|
|
89
|
+
--color-social-reaction-bg-hover: var(--color-scale-gray-1);
|
|
90
|
+
--color-social-reaction-bg-reacted-hover: var(--color-scale-blue-1);
|
|
92
91
|
}
|
|
93
92
|
|
|
94
93
|
main .pagination-loader-container {
|
|
95
|
-
background-image: url("https://github.com/images/modules/pulls/progressive-disclosure-line
|
|
94
|
+
background-image: url("https://github.com/images/modules/pulls/progressive-disclosure-line.svg");
|
|
96
95
|
}
|
|
97
96
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
.gsc-reactions-count {
|
|
101
|
-
display: none;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.gsc-timeline {
|
|
105
|
-
flex-direction: column-reverse;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.gsc-header {
|
|
109
|
-
padding-bottom: 1rem;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.gsc-comments > .gsc-header {
|
|
113
|
-
order: 1;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.gsc-comments > .gsc-comment-box {
|
|
117
|
-
order: 2;
|
|
118
|
-
margin-bottom: 1rem;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.gsc-comments > .gsc-timeline {
|
|
122
|
-
order: 3;
|
|
97
|
+
main .gsc-loading-image {
|
|
98
|
+
background-image: url("https://github.githubassets.com/images/mona-loading-default.gif");
|
|
123
99
|
}
|
|
124
100
|
|
|
125
|
-
.gsc-
|
|
126
|
-
|
|
101
|
+
main .gsc-comment-box {
|
|
102
|
+
width: calc(100% - 20px);
|
|
127
103
|
}
|
|
128
|
-
|
|
129
|
-
main .gsc-loading-image {
|
|
130
|
-
background-image: url("https://github.githubassets.com/images/mona-loading-dimmed.gif");
|
|
131
|
-
}
|