Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make params and metrics colors more light-theme friendly #1773

Merged
merged 5 commits into from
May 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
"description": "Color to indicate a DVC metric column in the experiments table",
"defaults": {
"dark": "#fbd38d",
"light": "#fbd38d"
"light": "#714904"
}
},
{
"id": "dvc.params",
"description": "Color to indicate a DVC param column in the experiments table",
"defaults": {
"dark": "#90cdf4",
"light": "#90cdf4"
"light": "#0b496f"
}
},
{
Expand Down