Skip to content

Commit 6fa7020

Browse files
committed
Increase text contrast of slash command pills by dimming background slightly
1 parent 10a1ae8 commit 6fa7020

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
@@ -21,7 +21,7 @@ export const chatRequestBackground = registerColor(
2121

2222
export const chatSlashCommandBackground = registerColor(
2323
'chat.slashCommandBackground',
24-
{ dark: '#34414B', light: '#D2ECFF', hcDark: Color.white, hcLight: badgeBackground },
24+
{ dark: '#34414b8f', light: '#d2ecff99', hcDark: Color.white, hcLight: badgeBackground },
2525
localize('chat.slashCommandBackground', 'The background color of a chat slash command.')
2626
);
2727

0 commit comments

Comments
 (0)