Skip to content

Commit 90475b5

Browse files
committed
feat: change color for cursor
1 parent 93bfeb4 commit 90475b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chat/src/components/chat-provider.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export const AgentTypeColorCoding: Record<Exclude<AgentType, "unknown">, AgentCo
5757
gemini: {color: "bg-purple-300 ring-purple-300/35", displayName: "Gemini"},
5858
amp: {color: "bg-pink-300 ring-pink-300/35", displayName: "Amp"},
5959
codex: {color: "bg-orange-300 ring-orange-300/35", displayName: "Codex"},
60-
cursor: {color: "bg-violet-300 ring-violet-300/35", displayName: "Cursor Agent"},
61-
"cursor-agent": {color: "bg-violet-300 ring-violet-300/35", displayName: "Cursor Agent"},
60+
cursor: {color: "bg-lime-300 ring-lime-300/35", displayName: "Cursor Agent"},
61+
"cursor-agent": {color: "bg-lime-300 ring-lime-300/35", displayName: "Cursor Agent"},
6262
custom: {color: "bg-gray-300 ring-gray-300/35", displayName: "Custom"}
6363
}
6464

0 commit comments

Comments
 (0)