From 9cbcf9e2c601db842b68b79aa32c2c2f45dbf95d Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Mon, 19 Jul 2021 13:26:07 -0700 Subject: [PATCH] update badge colors (#16252) --- extensions/theme-carbon/themes/dark_carbon.json | 4 ++++ extensions/theme-carbon/themes/light_carbon.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/extensions/theme-carbon/themes/dark_carbon.json b/extensions/theme-carbon/themes/dark_carbon.json index 97d5798663..430650225b 100644 --- a/extensions/theme-carbon/themes/dark_carbon.json +++ b/extensions/theme-carbon/themes/dark_carbon.json @@ -37,6 +37,10 @@ "dropdown.foreground": "#fffffe", "dropdown.border": "#888888", + //badge + "badge.background": "#4A4A4A", + "badge.foreground": "#ffffff", + //Input Control "input.background": "#212121", "input.border": "#888888", diff --git a/extensions/theme-carbon/themes/light_carbon.json b/extensions/theme-carbon/themes/light_carbon.json index a67aa4f333..3ba2ff7a74 100644 --- a/extensions/theme-carbon/themes/light_carbon.json +++ b/extensions/theme-carbon/themes/light_carbon.json @@ -38,7 +38,7 @@ "dropdown.border": "#888888", //badge - "badge.background": "#777777", + "badge.background": "#4A4A4A", "badge.foreground": "#ffffff", //Input Control