Skip to content

Commit 70bd692

Browse files
authored
Make params and metrics colors more light-theme friendly (#1773)
* Use charts colors for params and metrics headers * Use static colors
1 parent 5b8dc2f commit 70bd692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@
5555
"description": "Color to indicate a DVC metric column in the experiments table",
5656
"defaults": {
5757
"dark": "#fbd38d",
58-
"light": "#fbd38d"
58+
"light": "#714904"
5959
}
6060
},
6161
{
6262
"id": "dvc.params",
6363
"description": "Color to indicate a DVC param column in the experiments table",
6464
"defaults": {
6565
"dark": "#90cdf4",
66-
"light": "#90cdf4"
66+
"light": "#0b496f"
6767
}
6868
},
6969
{

0 commit comments

Comments
 (0)