-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgiscus-theme.css
More file actions
81 lines (70 loc) · 2.89 KB
/
giscus-theme.css
File metadata and controls
81 lines (70 loc) · 2.89 KB
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
/* Giscus Custom Theme - Slate & Sky Blue
Matches Edge Robotics Studio website theme
*/
main {
--color-prettylights-syntax-comment: #94a3b8;
--color-prettylights-syntax-constant: #7dd3fc;
--color-prettylights-syntax-entity: #c084fc;
--color-prettylights-syntax-storage-modifier-import: #e2e8f0;
--color-prettylights-syntax-entity-tag: #7dd3fc;
--color-prettylights-syntax-keyword: #fb7185;
--color-prettylights-syntax-string: #7dd3fc;
--color-prettylights-syntax-variable: #e2e8f0;
--color-prettylights-syntax-brakcet: #e2e8f0;
--color-prettylights-syntax-punctuation: #e2e8f0;
--color-prettylights-syntax-cursor-line: rgba(14, 165, 233, 0.1);
--color-fg-default: #f8fafc;
--color-fg-muted: #94a3b8;
--color-fg-subtle: #64748b;
--color-canvas-default: #0b1120;
--color-canvas-overlay: #161e2e;
--color-border-default: #1e293b;
--color-border-muted: #0f172a;
--color-border-subtle: rgba(255, 255, 255, 0.1);
--color-shadow-medium: 0 8px 24px rgba(0, 0, 0, 0.5);
--color-accent-fg: #0ea5e9;
--color-accent-emphasis: #0ea5e9;
--color-accent-muted: rgba(14, 165, 233, 0.4);
--color-accent-subtle: rgba(14, 165, 233, 0.1);
--color-neutral-emphasis-plus: #94a3b8;
--color-neutral-emphasis: #64748b;
--color-neutral-muted: rgba(148, 163, 184, 0.2);
--color-neutral-subtle: rgba(148, 163, 184, 0.1);
--color-danger-fg: #f43f5e;
--color-danger-emphasis: #e11d48;
--color-danger-muted: rgba(244, 63, 94, 0.4);
--color-danger-subtle: rgba(244, 63, 94, 0.1);
--color-success-fg: #10b981;
--color-success-emphasis: #059669;
--color-success-muted: rgba(16, 185, 129, 0.4);
--color-success-subtle: rgba(16, 185, 129, 0.1);
--color-btn-text: #f8fafc;
--color-btn-bg: #1e293b;
--color-btn-border: #334155;
--color-btn-shadow: 0 1px 0 rgba(27, 31, 35, 0.04);
--color-btn-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
--color-btn-hover-bg: #334155;
--color-btn-hover-border: #475569;
--color-btn-active-bg: #1e293b;
--color-btn-active-border: #334155;
--color-btn-selected-bg: #334155;
--color-btn-primary-text: #ffffff;
--color-btn-primary-bg: #0ea5e9;
--color-btn-primary-border: #0ea5e9;
--color-btn-primary-shadow: 0 1px 0 rgba(27, 31, 35, 0.1);
--color-btn-primary-inset-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
--color-btn-primary-hover-bg: #0284c7;
--color-btn-primary-hover-border: #0284c7;
--color-btn-primary-selected-bg: #0ea5e9;
--color-btn-primary-selected-shadow: inset 0 1px 0 rgba(27, 31, 35, 0.2);
--color-btn-primary-disabled-text: rgba(255, 255, 255, 0.8);
--color-btn-primary-disabled-bg: #38bdf8;
--color-btn-primary-disabled-border: #38bdf8;
--color-action-list-item-default-hover-bg: rgba(148, 163, 184, 0.1);
}
.giscus-browser-lvh {
--giscus-lvh: 100vh;
}
.giscus-main {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}