From 70bd69202042d57fa31fa38e861ca074baf361cd Mon Sep 17 00:00:00 2001 From: Roger Date: Wed, 25 May 2022 22:47:56 -0400 Subject: [PATCH] Make params and metrics colors more light-theme friendly (#1773) * Use charts colors for params and metrics headers * Use static colors --- extension/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/package.json b/extension/package.json index f7b909441b..d764543ee5 100644 --- a/extension/package.json +++ b/extension/package.json @@ -55,7 +55,7 @@ "description": "Color to indicate a DVC metric column in the experiments table", "defaults": { "dark": "#fbd38d", - "light": "#fbd38d" + "light": "#714904" } }, { @@ -63,7 +63,7 @@ "description": "Color to indicate a DVC param column in the experiments table", "defaults": { "dark": "#90cdf4", - "light": "#90cdf4" + "light": "#0b496f" } }, {