@duckmind/dm-darwin-x64 0.33.1 → 0.33.2
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/extensions/.dm-extensions.json +1 -1
- package/package.json +1 -1
- package/theme/theme-alps.json +68 -77
package/package.json
CHANGED
package/theme/theme-alps.json
CHANGED
|
@@ -2,92 +2,83 @@
|
|
|
2
2
|
"$schema": "https://duckmind.ai/theme-schema.json",
|
|
3
3
|
"name": "theme-alps",
|
|
4
4
|
"vars": {
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"bgMid": "#1e1a2e",
|
|
26
|
-
"bgLight": "#2e2840",
|
|
27
|
-
"surface": "#34294f",
|
|
28
|
-
"selection": "#322d44",
|
|
29
|
-
"dimmed": "#6a6f96",
|
|
30
|
-
"warmGray": "#8a8570",
|
|
31
|
-
"gitMod": "#b893ce",
|
|
32
|
-
"gitAdd": "#09f7a0",
|
|
33
|
-
"gitDel": "#fe4450"
|
|
5
|
+
"background": "#121212",
|
|
6
|
+
"surface": "#171B22",
|
|
7
|
+
"surfaceAlt": "#1F2430",
|
|
8
|
+
"surfaceSuccess": "#18211B",
|
|
9
|
+
"surfaceError": "#21181D",
|
|
10
|
+
"selection": "#2D3748",
|
|
11
|
+
"foreground": "#F8F8F2",
|
|
12
|
+
"foregroundSoft": "#B8BCC6",
|
|
13
|
+
"comment": "#7F869E",
|
|
14
|
+
"dimText": "#5C6378",
|
|
15
|
+
"harpyPink": "#F04282",
|
|
16
|
+
"harpyBlue": "#5FA0DE",
|
|
17
|
+
"harpyTeal": "#4ED4E8",
|
|
18
|
+
"green": "#A6E22E",
|
|
19
|
+
"orange": "#FD971F",
|
|
20
|
+
"amber": "#D19A66",
|
|
21
|
+
"harpyViolet": "#9B8BF4",
|
|
22
|
+
"red": "#E06C75",
|
|
23
|
+
"alarm": "#FF0055",
|
|
24
|
+
"criticalRed": "#FF0040"
|
|
34
25
|
},
|
|
35
26
|
"colors": {
|
|
36
|
-
"accent": "
|
|
37
|
-
"border": "
|
|
38
|
-
"borderAccent": "
|
|
39
|
-
"borderMuted": "
|
|
40
|
-
"success": "
|
|
41
|
-
"error": "
|
|
42
|
-
"warning": "
|
|
27
|
+
"accent": "harpyViolet",
|
|
28
|
+
"border": "comment",
|
|
29
|
+
"borderAccent": "harpyTeal",
|
|
30
|
+
"borderMuted": "surfaceAlt",
|
|
31
|
+
"success": "green",
|
|
32
|
+
"error": "red",
|
|
33
|
+
"warning": "orange",
|
|
43
34
|
"muted": "comment",
|
|
44
|
-
"dim": "
|
|
45
|
-
"text": "",
|
|
35
|
+
"dim": "dimText",
|
|
36
|
+
"text": "#F8F8F2",
|
|
46
37
|
"thinkingText": "comment",
|
|
47
38
|
"selectedBg": "selection",
|
|
48
|
-
"userMessageBg": "
|
|
49
|
-
"userMessageText": "",
|
|
50
|
-
"customMessageBg": "
|
|
51
|
-
"customMessageText": "",
|
|
52
|
-
"customMessageLabel": "
|
|
53
|
-
"toolPendingBg": "
|
|
54
|
-
"toolSuccessBg": "
|
|
55
|
-
"toolErrorBg": "
|
|
56
|
-
"toolTitle": "
|
|
57
|
-
"toolOutput": "
|
|
58
|
-
"mdHeading": "
|
|
59
|
-
"mdLink": "
|
|
60
|
-
"mdLinkUrl": "
|
|
61
|
-
"mdCode": "
|
|
62
|
-
"mdCodeBlock": "
|
|
63
|
-
"mdCodeBlockBorder": "
|
|
64
|
-
"mdQuote": "
|
|
39
|
+
"userMessageBg": "surfaceAlt",
|
|
40
|
+
"userMessageText": "foreground",
|
|
41
|
+
"customMessageBg": "surface",
|
|
42
|
+
"customMessageText": "foreground",
|
|
43
|
+
"customMessageLabel": "harpyPink",
|
|
44
|
+
"toolPendingBg": "surface",
|
|
45
|
+
"toolSuccessBg": "surfaceSuccess",
|
|
46
|
+
"toolErrorBg": "surfaceError",
|
|
47
|
+
"toolTitle": "harpyTeal",
|
|
48
|
+
"toolOutput": "foregroundSoft",
|
|
49
|
+
"mdHeading": "harpyViolet",
|
|
50
|
+
"mdLink": "harpyBlue",
|
|
51
|
+
"mdLinkUrl": "comment",
|
|
52
|
+
"mdCode": "amber",
|
|
53
|
+
"mdCodeBlock": "foregroundSoft",
|
|
54
|
+
"mdCodeBlockBorder": "comment",
|
|
55
|
+
"mdQuote": "foregroundSoft",
|
|
65
56
|
"mdQuoteBorder": "comment",
|
|
66
|
-
"mdHr": "
|
|
67
|
-
"mdListBullet": "
|
|
68
|
-
"toolDiffAdded": "
|
|
69
|
-
"toolDiffRemoved": "
|
|
57
|
+
"mdHr": "dimText",
|
|
58
|
+
"mdListBullet": "harpyTeal",
|
|
59
|
+
"toolDiffAdded": "green",
|
|
60
|
+
"toolDiffRemoved": "red",
|
|
70
61
|
"toolDiffContext": "comment",
|
|
71
62
|
"syntaxComment": "comment",
|
|
72
|
-
"syntaxKeyword": "
|
|
73
|
-
"syntaxFunction": "
|
|
74
|
-
"syntaxVariable": "
|
|
75
|
-
"syntaxString": "
|
|
76
|
-
"syntaxNumber": "
|
|
77
|
-
"syntaxType": "
|
|
78
|
-
"syntaxOperator": "
|
|
79
|
-
"syntaxPunctuation": "
|
|
80
|
-
"thinkingOff": "
|
|
81
|
-
"thinkingMinimal": "
|
|
82
|
-
"thinkingLow": "
|
|
83
|
-
"thinkingMedium": "
|
|
84
|
-
"thinkingHigh": "
|
|
85
|
-
"thinkingXhigh": "
|
|
86
|
-
"bashMode": "
|
|
63
|
+
"syntaxKeyword": "harpyPink",
|
|
64
|
+
"syntaxFunction": "#5C9CE6",
|
|
65
|
+
"syntaxVariable": "amber",
|
|
66
|
+
"syntaxString": "green",
|
|
67
|
+
"syntaxNumber": "orange",
|
|
68
|
+
"syntaxType": "harpyTeal",
|
|
69
|
+
"syntaxOperator": "harpyPink",
|
|
70
|
+
"syntaxPunctuation": "foregroundSoft",
|
|
71
|
+
"thinkingOff": "surface",
|
|
72
|
+
"thinkingMinimal": "comment",
|
|
73
|
+
"thinkingLow": "amber",
|
|
74
|
+
"thinkingMedium": "orange",
|
|
75
|
+
"thinkingHigh": "alarm",
|
|
76
|
+
"thinkingXhigh": "criticalRed",
|
|
77
|
+
"bashMode": "orange"
|
|
87
78
|
},
|
|
88
79
|
"export": {
|
|
89
|
-
"pageBg": "#
|
|
90
|
-
"cardBg": "#
|
|
91
|
-
"infoBg": "#
|
|
80
|
+
"pageBg": "#121212",
|
|
81
|
+
"cardBg": "#171B22",
|
|
82
|
+
"infoBg": "#4B3F63"
|
|
92
83
|
}
|
|
93
84
|
}
|