Increase text contrast of slash command pills by dimming background slightly

This commit is contained in:
David Dossett 2024-04-24 16:59:06 -07:00
parent 10a1ae8d6c
commit 6fa70200ee
No known key found for this signature in database
GPG key ID: 52AE5593859A97F3

View file

@ -21,7 +21,7 @@ export const chatRequestBackground = registerColor(
export const chatSlashCommandBackground = registerColor(
'chat.slashCommandBackground',
{ dark: '#34414B', light: '#D2ECFF', hcDark: Color.white, hcLight: badgeBackground },
{ dark: '#34414b8f', light: '#d2ecff99', hcDark: Color.white, hcLight: badgeBackground },
localize('chat.slashCommandBackground', 'The background color of a chat slash command.')
);