@duckmind/dm-darwin-x64 0.36.3 → 0.36.4
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/dm +0 -0
- package/package.json +1 -1
- package/theme/duckmind-harpy.json +0 -84
package/dm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://duckmind.ai/theme-schema.json",
|
|
3
|
-
"name": "duckmind-harpy",
|
|
4
|
-
"vars": {
|
|
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"
|
|
25
|
-
},
|
|
26
|
-
"colors": {
|
|
27
|
-
"accent": "harpyViolet",
|
|
28
|
-
"border": "comment",
|
|
29
|
-
"borderAccent": "harpyTeal",
|
|
30
|
-
"borderMuted": "surfaceAlt",
|
|
31
|
-
"success": "green",
|
|
32
|
-
"error": "red",
|
|
33
|
-
"warning": "orange",
|
|
34
|
-
"muted": "comment",
|
|
35
|
-
"dim": "dimText",
|
|
36
|
-
"text": "#F8F8F2",
|
|
37
|
-
"thinkingText": "comment",
|
|
38
|
-
"selectedBg": "selection",
|
|
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",
|
|
56
|
-
"mdQuoteBorder": "comment",
|
|
57
|
-
"mdHr": "dimText",
|
|
58
|
-
"mdListBullet": "harpyTeal",
|
|
59
|
-
"toolDiffAdded": "green",
|
|
60
|
-
"toolDiffRemoved": "red",
|
|
61
|
-
"toolDiffContext": "comment",
|
|
62
|
-
"syntaxComment": "comment",
|
|
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"
|
|
78
|
-
},
|
|
79
|
-
"export": {
|
|
80
|
-
"pageBg": "#121212",
|
|
81
|
-
"cardBg": "#171B22",
|
|
82
|
-
"infoBg": "#4B3F63"
|
|
83
|
-
}
|
|
84
|
-
}
|