Skip to content

Commit 2053e76

Browse files
committed
Yolo mode warning less scary
1 parent 980d19b commit 2053e76

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/ui-styles.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,13 +1527,13 @@ const styles = `
15271527
15281528
.yolo-warning {
15291529
font-size: 12px;
1530-
color: var(--vscode-inputValidation-errorForeground);
1530+
color: var(--vscode-foreground);
15311531
text-align: center;
15321532
font-weight: 500;
1533-
background-color: var(--vscode-inputValidation-errorBackground);
1534-
border: 1px solid var(--vscode-inputValidation-errorBorder);
1533+
background-color: rgba(255, 99, 71, 0.08);
1534+
border: 1px solid rgba(255, 99, 71, 0.2);
15351535
padding: 8px 12px;
1536-
margin: 4px 12px;
1536+
margin: 4px 4px;
15371537
border-radius: 4px;
15381538
animation: slideDown 0.3s ease;
15391539
}

src/ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const html = `<!DOCTYPE html>
133133
</div>
134134
135135
<div id="yoloWarning" class="yolo-warning" style="display: none;">
136-
⚠️ Yolo Mode Active: Claude Code can execute any tool without asking.
136+
⚠️ Yolo Mode Active: Claude Code will auto-approve all tool requests.
137137
</div>
138138
139139
<!-- File picker modal -->

0 commit comments

Comments
 (0)