mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
Use dim colors for YOLO/auto-accept mode borders
This commit is contained in:
parent
0681c71894
commit
5d20848577
18 changed files with 68 additions and 2 deletions
|
|
@ -700,10 +700,10 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
|
|||
statusColor = theme.ui.symbol;
|
||||
statusText = t('Shell mode');
|
||||
} else if (showYoloStyling) {
|
||||
statusColor = theme.status.error;
|
||||
statusColor = theme.status.errorDim;
|
||||
statusText = t('YOLO mode');
|
||||
} else if (showAutoAcceptStyling) {
|
||||
statusColor = theme.status.warning;
|
||||
statusColor = theme.status.warningDim;
|
||||
statusText = t('Accepting edits');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue