@brimveyn/aimux-config 0.5.7 → 0.5.9
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/package.json +1 -1
- package/src/actions.ts +1 -0
- package/src/defaults.ts +1 -0
- package/src/index.ts +2 -0
- package/src/resolver.ts +6 -0
- package/src/tui/index.ts +1 -1
- package/src/tui/resolve.ts +59 -9
- package/src/tui/themes/aimux.json +6 -6
- package/src/tui/themes/aura.json +5 -5
- package/src/tui/themes/ayu.json +5 -5
- package/src/tui/themes/carbonfox.json +6 -6
- package/src/tui/themes/catppuccin-frappe.json +10 -10
- package/src/tui/themes/catppuccin-macchiato.json +10 -10
- package/src/tui/themes/catppuccin.json +5 -5
- package/src/tui/themes/cobalt2.json +8 -8
- package/src/tui/themes/cursor.json +8 -8
- package/src/tui/themes/dracula.json +6 -6
- package/src/tui/themes/everforest.json +10 -10
- package/src/tui/themes/flexoki.json +10 -10
- package/src/tui/themes/github.json +8 -8
- package/src/tui/themes/gruvbox.json +8 -8
- package/src/tui/themes/kanagawa.json +5 -5
- package/src/tui/themes/material.json +8 -8
- package/src/tui/themes/matrix.json +5 -5
- package/src/tui/themes/mercury.json +6 -6
- package/src/tui/themes/monokai.json +4 -4
- package/src/tui/themes/nightowl.json +10 -10
- package/src/tui/themes/nord.json +10 -10
- package/src/tui/themes/one-dark.json +5 -5
- package/src/tui/themes/opencode.json +10 -10
- package/src/tui/themes/orng.json +10 -10
- package/src/tui/themes/osaka-jade.json +5 -5
- package/src/tui/themes/palenight.json +7 -7
- package/src/tui/themes/rosepine.json +10 -10
- package/src/tui/themes/solarized.json +10 -10
- package/src/tui/themes/synthwave84.json +7 -7
- package/src/tui/themes/tokyonight.json +10 -10
- package/src/tui/themes/vercel.json +9 -9
- package/src/tui/themes/vesper.json +9 -9
- package/src/tui/themes/zenburn.json +6 -6
- package/src/types.ts +20 -0
|
@@ -116,27 +116,27 @@
|
|
|
116
116
|
"light": "lightRed"
|
|
117
117
|
},
|
|
118
118
|
"diffAddedBg": {
|
|
119
|
-
"dark": "#
|
|
120
|
-
"light": "#
|
|
119
|
+
"dark": "#2c3f28",
|
|
120
|
+
"light": "#e6f7e7"
|
|
121
121
|
},
|
|
122
122
|
"diffRemovedBg": {
|
|
123
|
-
"dark": "#
|
|
123
|
+
"dark": "#3f2828",
|
|
124
124
|
"light": "#ffebee"
|
|
125
125
|
},
|
|
126
126
|
"diffContextBg": {
|
|
127
|
-
"dark": "
|
|
128
|
-
"light": "
|
|
127
|
+
"dark": "#1c282e",
|
|
128
|
+
"light": "#f5f5f5"
|
|
129
129
|
},
|
|
130
130
|
"diffLineNumber": {
|
|
131
131
|
"dark": "#9aa2a6",
|
|
132
132
|
"light": "#6a6e70"
|
|
133
133
|
},
|
|
134
134
|
"diffAddedLineNumberBg": {
|
|
135
|
-
"dark": "#
|
|
136
|
-
"light": "#
|
|
135
|
+
"dark": "#2c3f28",
|
|
136
|
+
"light": "#e6f7e7"
|
|
137
137
|
},
|
|
138
138
|
"diffRemovedLineNumberBg": {
|
|
139
|
-
"dark": "#
|
|
139
|
+
"dark": "#3f2828",
|
|
140
140
|
"light": "#ffebee"
|
|
141
141
|
},
|
|
142
142
|
"markdownText": {
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"diffHunkHeader": { "dark": "alertBlue", "light": "alertBlue" },
|
|
45
45
|
"diffHighlightAdded": { "dark": "#77ffaf", "light": "#5dac7e" },
|
|
46
46
|
"diffHighlightRemoved": { "dark": "#ff7171", "light": "#d53a3a" },
|
|
47
|
-
"diffAddedBg": { "dark": "#
|
|
48
|
-
"diffRemovedBg": { "dark": "#
|
|
49
|
-
"diffContextBg": { "dark": "
|
|
47
|
+
"diffAddedBg": { "dark": "#102914", "light": "#def2db" },
|
|
48
|
+
"diffRemovedBg": { "dark": "#290f0f", "light": "#fce2e2" },
|
|
49
|
+
"diffContextBg": { "dark": "#0d140c", "light": "#e3ecdf" },
|
|
50
50
|
"diffLineNumber": { "dark": "textMuted", "light": "#556156" },
|
|
51
|
-
"diffAddedLineNumberBg": { "dark": "#
|
|
52
|
-
"diffRemovedLineNumberBg": { "dark": "#
|
|
51
|
+
"diffAddedLineNumberBg": { "dark": "#0d1d10", "light": "#d4eacf" },
|
|
52
|
+
"diffRemovedLineNumberBg": { "dark": "#1c1313", "light": "#f7cdcd" },
|
|
53
53
|
"markdownText": { "dark": "rainGreenHi", "light": "lightText" },
|
|
54
54
|
"markdownHeading": { "dark": "rainCyan", "light": "rainTeal" },
|
|
55
55
|
"markdownLink": { "dark": "alertBlue", "light": "alertBlue" },
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"border-dark": "#b4b7c81f",
|
|
43
43
|
"border-dark-subtle": "#b4b7c814",
|
|
44
44
|
|
|
45
|
-
"diff-added-light": "#
|
|
46
|
-
"diff-removed-light": "#
|
|
47
|
-
"diff-added-dark": "#
|
|
48
|
-
"diff-removed-dark": "#
|
|
45
|
+
"diff-added-light": "#0895561a",
|
|
46
|
+
"diff-removed-light": "#e81a711a",
|
|
47
|
+
"diff-added-dark": "#6bd19733",
|
|
48
|
+
"diff-removed-dark": "#ff8fb333"
|
|
49
49
|
},
|
|
50
50
|
"theme": {
|
|
51
51
|
"primary": {
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
"dark": "diff-removed-dark"
|
|
142
142
|
},
|
|
143
143
|
"diffContextBg": {
|
|
144
|
-
"light": "
|
|
145
|
-
"dark": "
|
|
144
|
+
"light": "#fbfcfd",
|
|
145
|
+
"dark": "#1c1c2c"
|
|
146
146
|
},
|
|
147
147
|
"diffLineNumber": {
|
|
148
148
|
"light": "neutral-600",
|
|
@@ -102,11 +102,11 @@
|
|
|
102
102
|
"light": "red"
|
|
103
103
|
},
|
|
104
104
|
"diffAddedBg": {
|
|
105
|
-
"dark": "#
|
|
105
|
+
"dark": "#153f15",
|
|
106
106
|
"light": "#e0ffe0"
|
|
107
107
|
},
|
|
108
108
|
"diffRemovedBg": {
|
|
109
|
-
"dark": "#
|
|
109
|
+
"dark": "#3f1515",
|
|
110
110
|
"light": "#ffe0e0"
|
|
111
111
|
},
|
|
112
112
|
"diffContextBg": {
|
|
@@ -118,11 +118,11 @@
|
|
|
118
118
|
"light": "#686868"
|
|
119
119
|
},
|
|
120
120
|
"diffAddedLineNumberBg": {
|
|
121
|
-
"dark": "#
|
|
121
|
+
"dark": "#153f15",
|
|
122
122
|
"light": "#e0ffe0"
|
|
123
123
|
},
|
|
124
124
|
"diffRemovedLineNumberBg": {
|
|
125
|
-
"dark": "#
|
|
125
|
+
"dark": "#3f1515",
|
|
126
126
|
"light": "#ffe0e0"
|
|
127
127
|
},
|
|
128
128
|
"markdownText": {
|
|
@@ -102,28 +102,28 @@
|
|
|
102
102
|
"light": "nightOwlRed"
|
|
103
103
|
},
|
|
104
104
|
"diffAddedBg": {
|
|
105
|
-
"dark": "#
|
|
106
|
-
"light": "#
|
|
105
|
+
"dark": "#053319",
|
|
106
|
+
"light": "#053319"
|
|
107
107
|
},
|
|
108
108
|
"diffRemovedBg": {
|
|
109
|
-
"dark": "#
|
|
110
|
-
"light": "#
|
|
109
|
+
"dark": "#301818",
|
|
110
|
+
"light": "#301818"
|
|
111
111
|
},
|
|
112
112
|
"diffContextBg": {
|
|
113
|
-
"dark": "
|
|
114
|
-
"light": "
|
|
113
|
+
"dark": "#042641",
|
|
114
|
+
"light": "#042641"
|
|
115
115
|
},
|
|
116
116
|
"diffLineNumber": {
|
|
117
117
|
"dark": "#7791a6",
|
|
118
118
|
"light": "#7791a6"
|
|
119
119
|
},
|
|
120
120
|
"diffAddedLineNumberBg": {
|
|
121
|
-
"dark": "#
|
|
122
|
-
"light": "#
|
|
121
|
+
"dark": "#053319",
|
|
122
|
+
"light": "#053319"
|
|
123
123
|
},
|
|
124
124
|
"diffRemovedLineNumberBg": {
|
|
125
|
-
"dark": "#
|
|
126
|
-
"light": "#
|
|
125
|
+
"dark": "#301818",
|
|
126
|
+
"light": "#301818"
|
|
127
127
|
},
|
|
128
128
|
"markdownText": {
|
|
129
129
|
"dark": "nightOwlFg",
|
package/src/tui/themes/nord.json
CHANGED
|
@@ -104,28 +104,28 @@
|
|
|
104
104
|
"light": "nord11"
|
|
105
105
|
},
|
|
106
106
|
"diffAddedBg": {
|
|
107
|
-
"dark": "#
|
|
108
|
-
"light": "#
|
|
107
|
+
"dark": "#384155",
|
|
108
|
+
"light": "#e3e9f2"
|
|
109
109
|
},
|
|
110
110
|
"diffRemovedBg": {
|
|
111
|
-
"dark": "#
|
|
112
|
-
"light": "#
|
|
111
|
+
"dark": "#384155",
|
|
112
|
+
"light": "#e3e9f2"
|
|
113
113
|
},
|
|
114
114
|
"diffContextBg": {
|
|
115
|
-
"dark": "
|
|
116
|
-
"light": "
|
|
115
|
+
"dark": "#384155",
|
|
116
|
+
"light": "#e3e9f2"
|
|
117
117
|
},
|
|
118
118
|
"diffLineNumber": {
|
|
119
119
|
"dark": "#a9aeb6",
|
|
120
120
|
"light": "textMuted"
|
|
121
121
|
},
|
|
122
122
|
"diffAddedLineNumberBg": {
|
|
123
|
-
"dark": "#
|
|
124
|
-
"light": "#
|
|
123
|
+
"dark": "#384155",
|
|
124
|
+
"light": "#e3e9f2"
|
|
125
125
|
},
|
|
126
126
|
"diffRemovedLineNumberBg": {
|
|
127
|
-
"dark": "#
|
|
128
|
-
"light": "#
|
|
127
|
+
"dark": "#384155",
|
|
128
|
+
"light": "#e3e9f2"
|
|
129
129
|
},
|
|
130
130
|
"markdownText": {
|
|
131
131
|
"dark": "nord4",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"diffHunkHeader": { "dark": "darkCyan", "light": "lightCyan" },
|
|
49
49
|
"diffHighlightAdded": { "dark": "#aad482", "light": "#489447" },
|
|
50
50
|
"diffHighlightRemoved": { "dark": "#e8828b", "light": "#d65145" },
|
|
51
|
-
"diffAddedBg": { "dark": "#
|
|
52
|
-
"diffRemovedBg": { "dark": "#
|
|
53
|
-
"diffContextBg": { "dark": "
|
|
51
|
+
"diffAddedBg": { "dark": "#2a3a29", "light": "#e8fee6" },
|
|
52
|
+
"diffRemovedBg": { "dark": "#3c2b2e", "light": "#ffe6e5" },
|
|
53
|
+
"diffContextBg": { "dark": "#20252d", "light": "#f0f0f1" },
|
|
54
54
|
"diffLineNumber": { "dark": "#9398a2", "light": "#666666" },
|
|
55
|
-
"diffAddedLineNumberBg": { "dark": "#
|
|
56
|
-
"diffRemovedLineNumberBg": { "dark": "#
|
|
55
|
+
"diffAddedLineNumberBg": { "dark": "#263625", "light": "#dff6dc" },
|
|
56
|
+
"diffRemovedLineNumberBg": { "dark": "#38272a", "light": "#f8dfde" },
|
|
57
57
|
"markdownText": { "dark": "darkFg", "light": "lightFg" },
|
|
58
58
|
"markdownHeading": { "dark": "darkPurple", "light": "lightPurple" },
|
|
59
59
|
"markdownLink": { "dark": "darkBlue", "light": "lightBlue" },
|
|
@@ -126,28 +126,28 @@
|
|
|
126
126
|
"light": "#f52a65"
|
|
127
127
|
},
|
|
128
128
|
"diffAddedBg": {
|
|
129
|
-
"dark": "#
|
|
130
|
-
"light": "#
|
|
129
|
+
"dark": "#1c313f",
|
|
130
|
+
"light": "#d3e7d3"
|
|
131
131
|
},
|
|
132
132
|
"diffRemovedBg": {
|
|
133
|
-
"dark": "#
|
|
134
|
-
"light": "#
|
|
133
|
+
"dark": "#3a1f2c",
|
|
134
|
+
"light": "#fcd3d7"
|
|
135
135
|
},
|
|
136
136
|
"diffContextBg": {
|
|
137
|
-
"dark": "
|
|
138
|
-
"light": "
|
|
137
|
+
"dark": "#141414",
|
|
138
|
+
"light": "#fafafa"
|
|
139
139
|
},
|
|
140
140
|
"diffLineNumber": {
|
|
141
141
|
"dark": "#8f8f8f",
|
|
142
142
|
"light": "#595959"
|
|
143
143
|
},
|
|
144
144
|
"diffAddedLineNumberBg": {
|
|
145
|
-
"dark": "#
|
|
146
|
-
"light": "#
|
|
145
|
+
"dark": "#172c38",
|
|
146
|
+
"light": "#c3d7c3"
|
|
147
147
|
},
|
|
148
148
|
"diffRemovedLineNumberBg": {
|
|
149
|
-
"dark": "#
|
|
150
|
-
"light": "#
|
|
149
|
+
"dark": "#2f1d26",
|
|
150
|
+
"light": "#ecc3c7"
|
|
151
151
|
},
|
|
152
152
|
"markdownText": {
|
|
153
153
|
"dark": "darkStep12",
|
package/src/tui/themes/orng.json
CHANGED
|
@@ -130,28 +130,28 @@
|
|
|
130
130
|
"light": "#f52a65"
|
|
131
131
|
},
|
|
132
132
|
"diffAddedBg": {
|
|
133
|
-
"dark": "#
|
|
134
|
-
"light": "#
|
|
133
|
+
"dark": "#152a42",
|
|
134
|
+
"light": "#dcedfe"
|
|
135
135
|
},
|
|
136
136
|
"diffRemovedBg": {
|
|
137
|
-
"dark": "#
|
|
138
|
-
"light": "#
|
|
137
|
+
"dark": "#3a1f2c",
|
|
138
|
+
"light": "#fcd3d7"
|
|
139
139
|
},
|
|
140
140
|
"diffContextBg": {
|
|
141
|
-
"dark": "
|
|
142
|
-
"light": "
|
|
141
|
+
"dark": "#141414",
|
|
142
|
+
"light": "#fff7f1"
|
|
143
143
|
},
|
|
144
144
|
"diffLineNumber": {
|
|
145
145
|
"dark": "diffContext",
|
|
146
146
|
"light": "#595755"
|
|
147
147
|
},
|
|
148
148
|
"diffAddedLineNumberBg": {
|
|
149
|
-
"dark": "#
|
|
150
|
-
"light": "#
|
|
149
|
+
"dark": "#11253a",
|
|
150
|
+
"light": "#cae6fb"
|
|
151
151
|
},
|
|
152
152
|
"diffRemovedLineNumberBg": {
|
|
153
|
-
"dark": "#
|
|
154
|
-
"light": "#
|
|
153
|
+
"dark": "#2f1d26",
|
|
154
|
+
"light": "#ecc3c7"
|
|
155
155
|
},
|
|
156
156
|
"markdownText": {
|
|
157
157
|
"dark": "darkStep12",
|
|
@@ -57,12 +57,12 @@
|
|
|
57
57
|
"diffHunkHeader": { "dark": "darkCyan", "light": "lightCyan" },
|
|
58
58
|
"diffHighlightAdded": { "dark": "darkGreenBright", "light": "lightGreen" },
|
|
59
59
|
"diffHighlightRemoved": { "dark": "darkRedBright", "light": "lightRed" },
|
|
60
|
-
"diffAddedBg": { "dark": "#
|
|
61
|
-
"diffRemovedBg": { "dark": "#
|
|
62
|
-
"diffContextBg": { "dark": "
|
|
60
|
+
"diffAddedBg": { "dark": "#13261c", "light": "#def0e4" },
|
|
61
|
+
"diffRemovedBg": { "dark": "#261313", "light": "#f0dede" },
|
|
62
|
+
"diffContextBg": { "dark": "#182720", "light": "#ecebc8" },
|
|
63
63
|
"diffLineNumber": { "dark": "#828b87", "light": "#5f5e4f" },
|
|
64
|
-
"diffAddedLineNumberBg": { "dark": "#
|
|
65
|
-
"diffRemovedLineNumberBg": { "dark": "#
|
|
64
|
+
"diffAddedLineNumberBg": { "dark": "#102118", "light": "#d3e7d9" },
|
|
65
|
+
"diffRemovedLineNumberBg": { "dark": "#211010", "light": "#e7d3d3" },
|
|
66
66
|
"markdownText": { "dark": "darkFg0", "light": "lightFg0" },
|
|
67
67
|
"markdownHeading": { "dark": "darkCyan", "light": "lightCyan" },
|
|
68
68
|
"markdownLink": { "dark": "darkCyanBright", "light": "lightCyan" },
|
|
@@ -103,15 +103,15 @@
|
|
|
103
103
|
"light": "#e53935"
|
|
104
104
|
},
|
|
105
105
|
"diffAddedBg": {
|
|
106
|
-
"dark": "#
|
|
107
|
-
"light": "#
|
|
106
|
+
"dark": "#2c3f28",
|
|
107
|
+
"light": "#e6f7e7"
|
|
108
108
|
},
|
|
109
109
|
"diffRemovedBg": {
|
|
110
|
-
"dark": "#
|
|
110
|
+
"dark": "#3f2828",
|
|
111
111
|
"light": "#ffebee"
|
|
112
112
|
},
|
|
113
113
|
"diffContextBg": {
|
|
114
|
-
"dark": "#
|
|
114
|
+
"dark": "#1b1f35",
|
|
115
115
|
"light": "#f5f5f5"
|
|
116
116
|
},
|
|
117
117
|
"diffLineNumber": {
|
|
@@ -119,11 +119,11 @@
|
|
|
119
119
|
"light": "#6a6e70"
|
|
120
120
|
},
|
|
121
121
|
"diffAddedLineNumberBg": {
|
|
122
|
-
"dark": "#
|
|
123
|
-
"light": "#
|
|
122
|
+
"dark": "#2c3f28",
|
|
123
|
+
"light": "#e6f7e7"
|
|
124
124
|
},
|
|
125
125
|
"diffRemovedLineNumberBg": {
|
|
126
|
-
"dark": "#
|
|
126
|
+
"dark": "#3f2828",
|
|
127
127
|
"light": "#ffebee"
|
|
128
128
|
},
|
|
129
129
|
"markdownText": {
|
|
@@ -115,28 +115,28 @@
|
|
|
115
115
|
"light": "#b4637a"
|
|
116
116
|
},
|
|
117
117
|
"diffAddedBg": {
|
|
118
|
-
"dark": "#
|
|
119
|
-
"light": "#
|
|
118
|
+
"dark": "#1b2d3e",
|
|
119
|
+
"light": "#e3f4f5"
|
|
120
120
|
},
|
|
121
121
|
"diffRemovedBg": {
|
|
122
|
-
"dark": "#
|
|
123
|
-
"light": "#
|
|
122
|
+
"dark": "#3e1b2d",
|
|
123
|
+
"light": "#ffe2e6"
|
|
124
124
|
},
|
|
125
125
|
"diffContextBg": {
|
|
126
|
-
"dark": "
|
|
127
|
-
"light": "
|
|
126
|
+
"dark": "#1d1a31",
|
|
127
|
+
"light": "#fffaf3"
|
|
128
128
|
},
|
|
129
129
|
"diffLineNumber": {
|
|
130
130
|
"dark": "#9491a6",
|
|
131
131
|
"light": "#6c6875"
|
|
132
132
|
},
|
|
133
133
|
"diffAddedLineNumberBg": {
|
|
134
|
-
"dark": "#
|
|
135
|
-
"light": "#
|
|
134
|
+
"dark": "#1b2d3e",
|
|
135
|
+
"light": "#e3f4f5"
|
|
136
136
|
},
|
|
137
137
|
"diffRemovedLineNumberBg": {
|
|
138
|
-
"dark": "#
|
|
139
|
-
"light": "#
|
|
138
|
+
"dark": "#3e1b2d",
|
|
139
|
+
"light": "#ffe2e6"
|
|
140
140
|
},
|
|
141
141
|
"markdownText": {
|
|
142
142
|
"dark": "#e0def4",
|
|
@@ -104,28 +104,28 @@
|
|
|
104
104
|
"light": "red"
|
|
105
105
|
},
|
|
106
106
|
"diffAddedBg": {
|
|
107
|
-
"dark": "#
|
|
108
|
-
"light": "#
|
|
107
|
+
"dark": "#003a49",
|
|
108
|
+
"light": "#f2ead1"
|
|
109
109
|
},
|
|
110
110
|
"diffRemovedBg": {
|
|
111
|
-
"dark": "#
|
|
112
|
-
"light": "#
|
|
111
|
+
"dark": "#003a49",
|
|
112
|
+
"light": "#f2ead1"
|
|
113
113
|
},
|
|
114
114
|
"diffContextBg": {
|
|
115
|
-
"dark": "
|
|
116
|
-
"light": "
|
|
115
|
+
"dark": "#003a49",
|
|
116
|
+
"light": "#f2ead1"
|
|
117
117
|
},
|
|
118
118
|
"diffLineNumber": {
|
|
119
119
|
"dark": "#8b9b9f",
|
|
120
120
|
"light": "#5f6969"
|
|
121
121
|
},
|
|
122
122
|
"diffAddedLineNumberBg": {
|
|
123
|
-
"dark": "#
|
|
124
|
-
"light": "#
|
|
123
|
+
"dark": "#003a49",
|
|
124
|
+
"light": "#f2ead1"
|
|
125
125
|
},
|
|
126
126
|
"diffRemovedLineNumberBg": {
|
|
127
|
-
"dark": "#
|
|
128
|
-
"light": "#
|
|
127
|
+
"dark": "#003a49",
|
|
128
|
+
"light": "#f2ead1"
|
|
129
129
|
},
|
|
130
130
|
"markdownText": {
|
|
131
131
|
"dark": "base0",
|
|
@@ -107,15 +107,15 @@
|
|
|
107
107
|
"light": "#f44336"
|
|
108
108
|
},
|
|
109
109
|
"diffAddedBg": {
|
|
110
|
-
"dark": "#
|
|
111
|
-
"light": "#
|
|
110
|
+
"dark": "#153f2a",
|
|
111
|
+
"light": "#e6f7e7"
|
|
112
112
|
},
|
|
113
113
|
"diffRemovedBg": {
|
|
114
|
-
"dark": "#
|
|
114
|
+
"dark": "#3f152a",
|
|
115
115
|
"light": "#ffebee"
|
|
116
116
|
},
|
|
117
117
|
"diffContextBg": {
|
|
118
|
-
"dark": "#
|
|
118
|
+
"dark": "#1d182b",
|
|
119
119
|
"light": "#f5f5f5"
|
|
120
120
|
},
|
|
121
121
|
"diffLineNumber": {
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
"light": "textMuted"
|
|
124
124
|
},
|
|
125
125
|
"diffAddedLineNumberBg": {
|
|
126
|
-
"dark": "#
|
|
127
|
-
"light": "#
|
|
126
|
+
"dark": "#153f2a",
|
|
127
|
+
"light": "#e6f7e7"
|
|
128
128
|
},
|
|
129
129
|
"diffRemovedLineNumberBg": {
|
|
130
|
-
"dark": "#
|
|
130
|
+
"dark": "#3f152a",
|
|
131
131
|
"light": "#ffebee"
|
|
132
132
|
},
|
|
133
133
|
"markdownText": {
|
|
@@ -124,28 +124,28 @@
|
|
|
124
124
|
"light": "#f52a65"
|
|
125
125
|
},
|
|
126
126
|
"diffAddedBg": {
|
|
127
|
-
"dark": "#
|
|
128
|
-
"light": "#
|
|
127
|
+
"dark": "#1c313f",
|
|
128
|
+
"light": "#d3e7d3"
|
|
129
129
|
},
|
|
130
130
|
"diffRemovedBg": {
|
|
131
|
-
"dark": "#
|
|
132
|
-
"light": "#
|
|
131
|
+
"dark": "#3a1f2c",
|
|
132
|
+
"light": "#fcd3d7"
|
|
133
133
|
},
|
|
134
134
|
"diffContextBg": {
|
|
135
|
-
"dark": "
|
|
136
|
-
"light": "
|
|
135
|
+
"dark": "#1b1e33",
|
|
136
|
+
"light": "#d4d5dc"
|
|
137
137
|
},
|
|
138
138
|
"diffLineNumber": {
|
|
139
139
|
"dark": "#8f909a",
|
|
140
140
|
"light": "#59595b"
|
|
141
141
|
},
|
|
142
142
|
"diffAddedLineNumberBg": {
|
|
143
|
-
"dark": "#
|
|
144
|
-
"light": "#
|
|
143
|
+
"dark": "#172c38",
|
|
144
|
+
"light": "#c3d7c3"
|
|
145
145
|
},
|
|
146
146
|
"diffRemovedLineNumberBg": {
|
|
147
|
-
"dark": "#
|
|
148
|
-
"light": "#
|
|
147
|
+
"dark": "#2f1d26",
|
|
148
|
+
"light": "#ecc3c7"
|
|
149
149
|
},
|
|
150
150
|
"markdownText": {
|
|
151
151
|
"dark": "darkStep12",
|
|
@@ -126,27 +126,27 @@
|
|
|
126
126
|
"light": "red700"
|
|
127
127
|
},
|
|
128
128
|
"diffAddedBg": {
|
|
129
|
-
"dark": "#
|
|
130
|
-
"light": "#
|
|
129
|
+
"dark": "#08200e",
|
|
130
|
+
"light": "#e3fce7"
|
|
131
131
|
},
|
|
132
132
|
"diffRemovedBg": {
|
|
133
|
-
"dark": "#
|
|
134
|
-
"light": "#
|
|
133
|
+
"dark": "#2d1011",
|
|
134
|
+
"light": "#ffeaeb"
|
|
135
135
|
},
|
|
136
136
|
"diffContextBg": {
|
|
137
|
-
"dark": "
|
|
138
|
-
"light": "
|
|
137
|
+
"dark": "#000000",
|
|
138
|
+
"light": "#ffffff"
|
|
139
139
|
},
|
|
140
140
|
"diffLineNumber": {
|
|
141
141
|
"dark": "#8a8a8a",
|
|
142
142
|
"light": "textMuted"
|
|
143
143
|
},
|
|
144
144
|
"diffAddedLineNumberBg": {
|
|
145
|
-
"dark": "#
|
|
146
|
-
"light": "#
|
|
145
|
+
"dark": "#0c2911",
|
|
146
|
+
"light": "#d1fad1"
|
|
147
147
|
},
|
|
148
148
|
"diffRemovedLineNumberBg": {
|
|
149
|
-
"dark": "#
|
|
149
|
+
"dark": "#421013",
|
|
150
150
|
"light": "#FFE5E5"
|
|
151
151
|
},
|
|
152
152
|
"markdownText": {
|
|
@@ -99,15 +99,15 @@
|
|
|
99
99
|
"light": "vesperError"
|
|
100
100
|
},
|
|
101
101
|
"diffAddedBg": {
|
|
102
|
-
"dark": "#
|
|
103
|
-
"light": "#
|
|
102
|
+
"dark": "#092c17",
|
|
103
|
+
"light": "#e6f7e6"
|
|
104
104
|
},
|
|
105
105
|
"diffRemovedBg": {
|
|
106
|
-
"dark": "#
|
|
107
|
-
"light": "#
|
|
106
|
+
"dark": "#2a1818",
|
|
107
|
+
"light": "#f7e6e6"
|
|
108
108
|
},
|
|
109
109
|
"diffContextBg": {
|
|
110
|
-
"dark": "
|
|
110
|
+
"dark": "#101010",
|
|
111
111
|
"light": "#F8F8F8"
|
|
112
112
|
},
|
|
113
113
|
"diffLineNumber": {
|
|
@@ -115,12 +115,12 @@
|
|
|
115
115
|
"light": "#6a6a6a"
|
|
116
116
|
},
|
|
117
117
|
"diffAddedLineNumberBg": {
|
|
118
|
-
"dark": "#
|
|
119
|
-
"light": "#
|
|
118
|
+
"dark": "#092c17",
|
|
119
|
+
"light": "#e6f7e6"
|
|
120
120
|
},
|
|
121
121
|
"diffRemovedLineNumberBg": {
|
|
122
|
-
"dark": "#
|
|
123
|
-
"light": "#
|
|
122
|
+
"dark": "#2a1818",
|
|
123
|
+
"light": "#f7e6e6"
|
|
124
124
|
},
|
|
125
125
|
"markdownText": {
|
|
126
126
|
"dark": "vesperFg",
|
|
@@ -104,27 +104,27 @@
|
|
|
104
104
|
"light": "#8f5f5f"
|
|
105
105
|
},
|
|
106
106
|
"diffAddedBg": {
|
|
107
|
-
"dark": "#
|
|
107
|
+
"dark": "#4d614d",
|
|
108
108
|
"light": "#efffef"
|
|
109
109
|
},
|
|
110
110
|
"diffRemovedBg": {
|
|
111
|
-
"dark": "#
|
|
111
|
+
"dark": "#614d4d",
|
|
112
112
|
"light": "#ffefef"
|
|
113
113
|
},
|
|
114
114
|
"diffContextBg": {
|
|
115
|
-
"dark": "
|
|
116
|
-
"light": "#
|
|
115
|
+
"dark": "#4f4f4f",
|
|
116
|
+
"light": "#f7f7e3"
|
|
117
117
|
},
|
|
118
118
|
"diffLineNumber": {
|
|
119
119
|
"dark": "#d2d2d2",
|
|
120
120
|
"light": "textMuted"
|
|
121
121
|
},
|
|
122
122
|
"diffAddedLineNumberBg": {
|
|
123
|
-
"dark": "#
|
|
123
|
+
"dark": "#4d614d",
|
|
124
124
|
"light": "#efffef"
|
|
125
125
|
},
|
|
126
126
|
"diffRemovedLineNumberBg": {
|
|
127
|
-
"dark": "#
|
|
127
|
+
"dark": "#614d4d",
|
|
128
128
|
"light": "#ffefef"
|
|
129
129
|
},
|
|
130
130
|
"markdownText": {
|
package/src/types.ts
CHANGED
|
@@ -632,6 +632,7 @@ export type SideEffect =
|
|
|
632
632
|
| { type: 'switch-session-by-index'; index: number }
|
|
633
633
|
| { type: 'delete-session'; sessionId: string }
|
|
634
634
|
| { type: 'toggle-transparent' }
|
|
635
|
+
| { type: 'toggle-mode' }
|
|
635
636
|
|
|
636
637
|
// ─── Key input / KeyResult / ModeContext ──────────────────────────────────────
|
|
637
638
|
|
|
@@ -822,6 +823,21 @@ export interface AimuxThemeConfig {
|
|
|
822
823
|
initialMode?: ThemeMode
|
|
823
824
|
/** @deprecated Use `initialMode` instead. */
|
|
824
825
|
mode?: ThemeMode
|
|
826
|
+
/**
|
|
827
|
+
* Beta — bridge the active aimux theme into Claude Code by writing
|
|
828
|
+
* `~/.claude/themes/aimux.json` and selecting it in `~/.claude/settings.json`.
|
|
829
|
+
* Off by default. Requires Claude Code v2.1.118 or later.
|
|
830
|
+
*/
|
|
831
|
+
beta?: {
|
|
832
|
+
harmonizeClaudeTheme?: boolean
|
|
833
|
+
/**
|
|
834
|
+
* Disable Claude Code's built-in syntax highlighting and re-color diff
|
|
835
|
+
* lines from the aimux theme via shiki. Sets
|
|
836
|
+
* `CLAUDE_CODE_SYNTAX_HIGHLIGHT=false` for child PTYs and post-processes
|
|
837
|
+
* the terminal snapshot in the app.
|
|
838
|
+
*/
|
|
839
|
+
experimentalSyntaxHighlight?: boolean
|
|
840
|
+
}
|
|
825
841
|
}
|
|
826
842
|
|
|
827
843
|
export type AIUsageTool = 'claude' | 'codex'
|
|
@@ -879,6 +895,10 @@ export interface ResolvedConfig {
|
|
|
879
895
|
| {
|
|
880
896
|
initialId?: string
|
|
881
897
|
initialMode?: ThemeMode
|
|
898
|
+
beta?: {
|
|
899
|
+
harmonizeClaudeTheme?: boolean
|
|
900
|
+
experimentalSyntaxHighlight?: boolean
|
|
901
|
+
}
|
|
882
902
|
}
|
|
883
903
|
| undefined
|
|
884
904
|
keymaps: ResolvedKeymapConfig
|