|
|
@@ -12,7 +12,7 @@ export function generateSyntax(theme: ResolvedThemeTokens, mode: Mode) {
|
|
|
rule(["prompt"], theme.hue.accent[step]),
|
|
|
rule(["extmark.file"], feedback.warning.default, { bold: true }),
|
|
|
rule(["extmark.agent"], theme.categorical[0][step], { bold: true }),
|
|
|
- rule(["extmark.skill"], theme.categorical[1][step], { bold: true }),
|
|
|
+ rule(["extmark.skill"], (theme.categorical[1] ?? theme.categorical[0])[step], { bold: true }),
|
|
|
// V1 migration preserves its selected/inverse foreground in this action state.
|
|
|
rule(["extmark.paste"], theme.text.action.primary.focused, {
|
|
|
background: feedback.warning.default,
|