@eminent337/aery 0.1.31 → 0.1.32

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.
@@ -0,0 +1,81 @@
1
+ {
2
+ "$schema": "./theme-schema.json",
3
+ "name": "catppuccin-mocha",
4
+ "vars": {
5
+ "catBlue": "#89b4fa",
6
+ "catSky": "#89dceb",
7
+ "catGreen": "#a6e3a1",
8
+ "catRed": "#f38ba8",
9
+ "catPeach": "#fab387",
10
+ "catMauve": "#cba6f7",
11
+ "catOverlay": "#6c7086",
12
+ "catSurface": "#45475a",
13
+ "catBase": "#1e1e2e",
14
+ "catMantle": "#181825",
15
+ "catCrust": "#11111b"
16
+ },
17
+ "colors": {
18
+ "accent": "catBlue",
19
+ "border": "catSurface",
20
+ "borderAccent": "catSky",
21
+ "borderMuted": "catMantle",
22
+ "success": "catGreen",
23
+ "error": "catRed",
24
+ "warning": "catPeach",
25
+ "muted": "catOverlay",
26
+ "dim": "catSurface",
27
+ "text": "#cdd6f4",
28
+ "thinkingText": "catSurface",
29
+
30
+ "selectedBg": "#313244",
31
+ "userMessageBg": "catBase",
32
+ "userMessageText": "",
33
+ "customMessageBg": "catMantle",
34
+ "customMessageText": "",
35
+ "customMessageLabel": "catBlue",
36
+ "toolPendingBg": "#1a1a2e",
37
+ "toolSuccessBg": "#1a2b1a",
38
+ "toolErrorBg": "#2b1a1a",
39
+ "toolTitle": "catSky",
40
+ "toolOutput": "catOverlay",
41
+
42
+ "mdHeading": "catSky",
43
+ "mdLink": "catBlue",
44
+ "mdLinkUrl": "catSurface",
45
+ "mdCode": "catBlue",
46
+ "mdCodeBlock": "catGreen",
47
+ "mdCodeBlockBorder": "catSurface",
48
+ "mdQuote": "catOverlay",
49
+ "mdQuoteBorder": "catSurface",
50
+ "mdHr": "catSurface",
51
+ "mdListBullet": "catBlue",
52
+
53
+ "toolDiffAdded": "catGreen",
54
+ "toolDiffRemoved": "catRed",
55
+ "toolDiffContext": "catOverlay",
56
+
57
+ "syntaxComment": "#6c7086",
58
+ "syntaxKeyword": "#cba6f7",
59
+ "syntaxFunction": "#89b4fa",
60
+ "syntaxVariable": "#89dceb",
61
+ "syntaxString": "#a6e3a1",
62
+ "syntaxNumber": "#fab387",
63
+ "syntaxType": "#f5c2e7",
64
+ "syntaxOperator": "#94e2d5",
65
+ "syntaxPunctuation": "#cdd6f4",
66
+
67
+ "thinkingOff": "catMantle",
68
+ "thinkingMinimal": "catSurface",
69
+ "thinkingLow": "catOverlay",
70
+ "thinkingMedium": "catBlue",
71
+ "thinkingHigh": "catMauve",
72
+ "thinkingXhigh": "#d4a3ff",
73
+
74
+ "bashMode": "catGreen"
75
+ },
76
+ "export": {
77
+ "pageBg": "#1e1e2e",
78
+ "cardBg": "#313244",
79
+ "infoBg": "#45475a"
80
+ }
81
+ }
@@ -0,0 +1,81 @@
1
+ {
2
+ "$schema": "./theme-schema.json",
3
+ "name": "dracula",
4
+ "vars": {
5
+ "draculaPurple": "#bd93f9",
6
+ "draculaCyan": "#8be9fd",
7
+ "draculaGreen": "#50fa7b",
8
+ "draculaRed": "#ff5555",
9
+ "draculaOrange": "#ffb86c",
10
+ "draculaPink": "#ff79c6",
11
+ "draculaGray": "#6272a4",
12
+ "draculaDimGray": "#44475a",
13
+ "draculaDarkGray": "#282a36",
14
+ "draculaBg": "#21222c",
15
+ "draculaBgDark": "#191a21"
16
+ },
17
+ "colors": {
18
+ "accent": "draculaPurple",
19
+ "border": "draculaDimGray",
20
+ "borderAccent": "draculaCyan",
21
+ "borderMuted": "draculaDarkGray",
22
+ "success": "draculaGreen",
23
+ "error": "draculaRed",
24
+ "warning": "draculaOrange",
25
+ "muted": "draculaGray",
26
+ "dim": "draculaDimGray",
27
+ "text": "#f8f8f2",
28
+ "thinkingText": "draculaDimGray",
29
+
30
+ "selectedBg": "#44475a",
31
+ "userMessageBg": "draculaBg",
32
+ "userMessageText": "",
33
+ "customMessageBg": "draculaDarkGray",
34
+ "customMessageText": "",
35
+ "customMessageLabel": "draculaPurple",
36
+ "toolPendingBg": "#1a1b26",
37
+ "toolSuccessBg": "#1a2b1a",
38
+ "toolErrorBg": "#2b1a1a",
39
+ "toolTitle": "draculaCyan",
40
+ "toolOutput": "draculaGray",
41
+
42
+ "mdHeading": "draculaCyan",
43
+ "mdLink": "draculaPurple",
44
+ "mdLinkUrl": "draculaDimGray",
45
+ "mdCode": "draculaPurple",
46
+ "mdCodeBlock": "draculaGreen",
47
+ "mdCodeBlockBorder": "draculaDimGray",
48
+ "mdQuote": "draculaGray",
49
+ "mdQuoteBorder": "draculaDimGray",
50
+ "mdHr": "draculaDimGray",
51
+ "mdListBullet": "draculaPurple",
52
+
53
+ "toolDiffAdded": "draculaGreen",
54
+ "toolDiffRemoved": "draculaRed",
55
+ "toolDiffContext": "draculaGray",
56
+
57
+ "syntaxComment": "#6272a4",
58
+ "syntaxKeyword": "#ff79c6",
59
+ "syntaxFunction": "#50fa7b",
60
+ "syntaxVariable": "#8be9fd",
61
+ "syntaxString": "#f1fa8c",
62
+ "syntaxNumber": "#bd93f9",
63
+ "syntaxType": "#8be9fd",
64
+ "syntaxOperator": "#ff79c6",
65
+ "syntaxPunctuation": "#f8f8f2",
66
+
67
+ "thinkingOff": "draculaDarkGray",
68
+ "thinkingMinimal": "draculaDimGray",
69
+ "thinkingLow": "draculaGray",
70
+ "thinkingMedium": "draculaPurple",
71
+ "thinkingHigh": "draculaPink",
72
+ "thinkingXhigh": "#ffa3d4",
73
+
74
+ "bashMode": "draculaGreen"
75
+ },
76
+ "export": {
77
+ "pageBg": "#21222c",
78
+ "cardBg": "#282a36",
79
+ "infoBg": "#44475a"
80
+ }
81
+ }
@@ -0,0 +1,81 @@
1
+ {
2
+ "$schema": "./theme-schema.json",
3
+ "name": "nord",
4
+ "vars": {
5
+ "nordBlue": "#81a1c1",
6
+ "nordCyan": "#88c0d0",
7
+ "nordGreen": "#a3be8c",
8
+ "nordRed": "#bf616a",
9
+ "nordOrange": "#d08770",
10
+ "nordPurple": "#b48ead",
11
+ "nordGray": "#616e88",
12
+ "nordDimGray": "#4c566a",
13
+ "nordDarkGray": "#3b4252",
14
+ "nordBg": "#2e3440",
15
+ "nordBgDark": "#242933"
16
+ },
17
+ "colors": {
18
+ "accent": "nordBlue",
19
+ "border": "nordDimGray",
20
+ "borderAccent": "nordCyan",
21
+ "borderMuted": "nordDarkGray",
22
+ "success": "nordGreen",
23
+ "error": "nordRed",
24
+ "warning": "nordOrange",
25
+ "muted": "nordGray",
26
+ "dim": "nordDimGray",
27
+ "text": "#eceff4",
28
+ "thinkingText": "nordDimGray",
29
+
30
+ "selectedBg": "#434c5e",
31
+ "userMessageBg": "nordBg",
32
+ "userMessageText": "",
33
+ "customMessageBg": "nordDarkGray",
34
+ "customMessageText": "",
35
+ "customMessageLabel": "nordBlue",
36
+ "toolPendingBg": "#2a303c",
37
+ "toolSuccessBg": "#2a3b2a",
38
+ "toolErrorBg": "#3b2a2a",
39
+ "toolTitle": "nordCyan",
40
+ "toolOutput": "nordGray",
41
+
42
+ "mdHeading": "nordCyan",
43
+ "mdLink": "nordBlue",
44
+ "mdLinkUrl": "nordDimGray",
45
+ "mdCode": "nordBlue",
46
+ "mdCodeBlock": "nordGreen",
47
+ "mdCodeBlockBorder": "nordDimGray",
48
+ "mdQuote": "nordGray",
49
+ "mdQuoteBorder": "nordDimGray",
50
+ "mdHr": "nordDimGray",
51
+ "mdListBullet": "nordBlue",
52
+
53
+ "toolDiffAdded": "nordGreen",
54
+ "toolDiffRemoved": "nordRed",
55
+ "toolDiffContext": "nordGray",
56
+
57
+ "syntaxComment": "#616e88",
58
+ "syntaxKeyword": "#81a1c1",
59
+ "syntaxFunction": "#88c0d0",
60
+ "syntaxVariable": "#8fbcbb",
61
+ "syntaxString": "#a3be8c",
62
+ "syntaxNumber": "#b48ead",
63
+ "syntaxType": "#5e81ac",
64
+ "syntaxOperator": "#81a1c1",
65
+ "syntaxPunctuation": "#eceff4",
66
+
67
+ "thinkingOff": "nordDarkGray",
68
+ "thinkingMinimal": "nordDimGray",
69
+ "thinkingLow": "nordGray",
70
+ "thinkingMedium": "nordBlue",
71
+ "thinkingHigh": "nordPurple",
72
+ "thinkingXhigh": "#c4a3d4",
73
+
74
+ "bashMode": "nordGreen"
75
+ },
76
+ "export": {
77
+ "pageBg": "#2e3440",
78
+ "cardBg": "#3b4252",
79
+ "infoBg": "#434c5e"
80
+ }
81
+ }
@@ -0,0 +1,81 @@
1
+ {
2
+ "$schema": "./theme-schema.json",
3
+ "name": "tokyo-night",
4
+ "vars": {
5
+ "tokyoBlue": "#7aa2f7",
6
+ "tokyoCyan": "#7dcfff",
7
+ "tokyoGreen": "#9ece6a",
8
+ "tokyoRed": "#f7768e",
9
+ "tokyoOrange": "#ff9e64",
10
+ "tokyoPurple": "#bb9af7",
11
+ "tokyoGray": "#565f89",
12
+ "tokyoDimGray": "#3b4261",
13
+ "tokyoDarkGray": "#24283b",
14
+ "tokyoBg": "#1a1b26",
15
+ "tokyoBgDark": "#16161e"
16
+ },
17
+ "colors": {
18
+ "accent": "tokyoBlue",
19
+ "border": "tokyoDimGray",
20
+ "borderAccent": "tokyoCyan",
21
+ "borderMuted": "tokyoDarkGray",
22
+ "success": "tokyoGreen",
23
+ "error": "tokyoRed",
24
+ "warning": "tokyoOrange",
25
+ "muted": "tokyoGray",
26
+ "dim": "tokyoDimGray",
27
+ "text": "#c0caf5",
28
+ "thinkingText": "tokyoDimGray",
29
+
30
+ "selectedBg": "#2a2f4a",
31
+ "userMessageBg": "tokyoBg",
32
+ "userMessageText": "",
33
+ "customMessageBg": "#1f2335",
34
+ "customMessageText": "",
35
+ "customMessageLabel": "tokyoBlue",
36
+ "toolPendingBg": "#1a1f2e",
37
+ "toolSuccessBg": "#1a2b1a",
38
+ "toolErrorBg": "#2b1a1a",
39
+ "toolTitle": "tokyoCyan",
40
+ "toolOutput": "tokyoGray",
41
+
42
+ "mdHeading": "tokyoCyan",
43
+ "mdLink": "tokyoBlue",
44
+ "mdLinkUrl": "tokyoDimGray",
45
+ "mdCode": "tokyoBlue",
46
+ "mdCodeBlock": "tokyoGreen",
47
+ "mdCodeBlockBorder": "tokyoDimGray",
48
+ "mdQuote": "tokyoGray",
49
+ "mdQuoteBorder": "tokyoDimGray",
50
+ "mdHr": "tokyoDimGray",
51
+ "mdListBullet": "tokyoBlue",
52
+
53
+ "toolDiffAdded": "tokyoGreen",
54
+ "toolDiffRemoved": "tokyoRed",
55
+ "toolDiffContext": "tokyoGray",
56
+
57
+ "syntaxComment": "#565f89",
58
+ "syntaxKeyword": "#bb9af7",
59
+ "syntaxFunction": "#7aa2f7",
60
+ "syntaxVariable": "#7dcfff",
61
+ "syntaxString": "#9ece6a",
62
+ "syntaxNumber": "#ff9e64",
63
+ "syntaxType": "#2ac3de",
64
+ "syntaxOperator": "#89ddff",
65
+ "syntaxPunctuation": "#c0caf5",
66
+
67
+ "thinkingOff": "tokyoDarkGray",
68
+ "thinkingMinimal": "#3b4261",
69
+ "thinkingLow": "#565f89",
70
+ "thinkingMedium": "tokyoBlue",
71
+ "thinkingHigh": "tokyoPurple",
72
+ "thinkingXhigh": "#c0a3ff",
73
+
74
+ "bashMode": "tokyoGreen"
75
+ },
76
+ "export": {
77
+ "pageBg": "#1a1b26",
78
+ "cardBg": "#24283b",
79
+ "infoBg": "#2a2f4a"
80
+ }
81
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eminent337/aery",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "Aery \u2014 AI coding agent by Aryee",
5
5
  "type": "module",
6
6
  "aeryConfig": {