Skip to content

Commit 64b28fb

Browse files
authored
Merge pull request microsoft#211303 from microsoft/ddossett/sole-ocelot
Increase text contrast of slash command pills by dimming background slightly
2 parents cc34298 + 6fa7020 commit 64b28fb

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)