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
.theme-dark {
/* Surfaces */
--pgw-bg: #1a1a1e;
--pgw-bg-raised: #25252c;
--pgw-bg-muted: #2d2d36;
--pgw-border: #3d3d48;
--pgw-border-muted: #35353d;
/* Text */
--pgw-text: #e4e4e7;
--pgw-text-muted: #a1a1aa;
--pgw-text-dim: #71717a;
/* Links */
--pgw-link: #7dd3fc;
--pgw-link-visited: #c4b5fd;
--pgw-link-hover: #fda4af;
/* Accents (headers, table headers, emphasis) */
--pgw-accent-bg: #27272a;
--pgw-accent-text: #fafafa;
--pgw-title-bg: #2d2d36;
--pgw-title-hover-bg: #3d3d48;
/* Code / monospace */
--pgw-code-bg: #18181b;
--pgw-code-border: #27272a;
/* Tables */
--pgw-table-stripe: #222226;
--pgw-table-hover: #2d2d36;
/* Diff / status (optional) */
--pgw-add-fg: #86efac;
--pgw-add-bg: #14532d;
--pgw-rem-fg: #fca5a5;
--pgw-rem-bg: #7f1d1d;
--pgw-info-fg: #a1a1aa;
--d2h-info-bg-color: #222;
--d2h-file-header-bg-color: rgb(38, 38, 98);
--d2h-empty-placeholder-bg-color: #222;
--d2h-del-bg-color: rgb(98, 38, 38);
--d2h-ins-bg-color: rgb(38, 98, 38);
--d2h-dim-color: #b0b0b0;
--d2h-bg-color: #222;
}