Skip to content

Commit 7d4aa31

Browse files
authored
make sure edit hover matches theme (microsoft#252460)
1 parent 5c18500 commit 7d4aa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/chat/common/chatColors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export const chatRequestCodeBorder = registerColor('chat.requestCodeBorder', { d
5858

5959
export const chatRequestBubbleBackground = registerColor('chat.requestBubbleBackground', { light: transparent(editorSelectionBackground, 0.3), dark: transparent(editorSelectionBackground, 0.3), hcDark: null, hcLight: null }, localize('chat.requestBubbleBackground', "Background color of the chat request bubble."), true);
6060

61-
export const chatRequestBubbleHoverBackground = registerColor('chat.requestBubbleHoverBackground', { dark: '#004972B8', light: '#0e639c40', hcDark: null, hcLight: null }, localize('chat.requestBubbleHoverBackground', 'Background color of the chat request bubble on hover.'), true);
61+
export const chatRequestBubbleHoverBackground = registerColor('chat.requestBubbleHoverBackground', { dark: editorSelectionBackground, light: editorSelectionBackground, hcDark: null, hcLight: null }, localize('chat.requestBubbleHoverBackground', 'Background color of the chat request bubble on hover.'), true);
6262

6363
export const chatLinesAddedForeground = registerColor(
6464
'chat.linesAddedForeground',

0 commit comments

Comments
 (0)