Move to an inline refactoring prompt

This commit is contained in:
Antonio Scandurra 2023-08-24 15:46:18 +02:00
parent 2468506189
commit c1d9b37dbc
5 changed files with 186 additions and 132 deletions

View file

@ -69,8 +69,7 @@ export default function assistant(): any {
width: 500,
editor_max_lines: 6,
editor: {
background: background(theme.lowest),
text: text(theme.lowest, "mono", "on"),
text: text(theme.lowest, "mono", "on", { size: "sm" }),
placeholder_text: text(theme.lowest, "sans", "on", "disabled"),
selection: theme.players[0],
}