commit 3919f64
hovercats
·
2026-03-22 01:55:42 +0000 UTC
parent cab240e
st: sync theme with repo/st
1 files changed,
+19,
-19
+19,
-19
1@@ -87,24 +87,24 @@ static unsigned int tabspaces = 8;
2 /* Terminal colors (16 first used in escape sequence) */
3 static const char *colorname[] = {
4 /* 8 normal colors */
5- "#000000",
6- "#a40000",
7- "#4e9a06",
8- "#c4a000",
9- "#204a87",
10- "#ce5c00",
11- "#038e82",
12- "#eaede6",
13+ "#1d1d1d",
14+ "#755a5b",
15+ "#68755a",
16+ "#756e5a",
17+ "#5b6976",
18+ "#755b76",
19+ "#465457",
20+ "#ccccc6",
21
22 /* 8 bright colors */
23- "#555753",
24- "#cc0000",
25- "#73d216",
26- "#edd400",
27- "#3465a4",
28- "#f57900",
29- "#05d2c1",
30- "#ffffff",
31+ "#5a5b5c",
32+ "#a37679",
33+ "#87a376",
34+ "#a39b76",
35+ "#758ba3",
36+ "#9f76a3",
37+ "#899ca1",
38+ "#f8f8f2",
39
40 [255] = 0,
41
42@@ -124,9 +124,9 @@ static const char *colorname[] = {
43 * Default colors (colorname index)
44 * foreground, background, cursor, reverse cursor
45 */
46-static unsigned int defaultfg = 259;
47-static unsigned int defaultbg = 258;
48-static unsigned int defaultcs = 256;
49+static unsigned int defaultfg = 15;
50+static unsigned int defaultbg = 0;
51+static unsigned int defaultcs = 15;
52 static unsigned int defaultrcs = 257;
53
54 /*