commit | 643ed48d1256c168fe711560957d72a80cf0f383 | [log] [tgz] |
---|---|---|
author | Ben Rohlfs <brohlfs@google.com> | Thu Nov 14 15:39:59 2019 -0800 |
committer | Ben Rohlfs <brohlfs@google.com> | Thu Nov 14 15:39:59 2019 -0800 |
tree | 25b7a45aae105580cd6e54c5c6335dc5de567904 | |
parent | 988b00692ed18c54df9260b310a02d176dc3cde9 [diff] [blame] |
Move coverage colors to theme css vars Change-Id: I80dde321bb923ddca32773350b8c8464043f96cd
diff --git a/polygerrit-ui/app/styles/themes/dark-theme.html b/polygerrit-ui/app/styles/themes/dark-theme.html index ceb42a9..69a787e 100644 --- a/polygerrit-ui/app/styles/themes/dark-theme.html +++ b/polygerrit-ui/app/styles/themes/dark-theme.html
@@ -105,6 +105,8 @@ --light-rebased-add-highlight-color: #487165; --light-remove-add-highlight-color: #2f3f2f; --light-remove-highlight-color: #320404; + --coverage-covered: #e0f2f1; + --coverage-not-covered: #ffd1a4; /* syntax colors */ --syntax-attr-color: #80cbbf;