Change dark theme text and background colors

Bug: Issue 11321
Change-Id: If76f4a0fa4c8b6fea2bc8a12c5e49324601eec2f
This commit is contained in:
Ben Rohlfs
2019-08-21 17:23:36 +02:00
parent d1b0600829
commit db3146bdaa

View File

@@ -1,17 +1,17 @@
<dom-module id="dark-theme">
<custom-style><style is="custom-style">
html {
--primary-text-color: #e2e2e2;
--view-background-color: #212121;
--border-color: #555555;
--table-header-background-color: #353637;
--table-subheader-background-color: rgb(19, 20, 22);
--header-background-color: #5487E5;
--primary-text-color: #e8eaed;
--view-background-color: #131416;
--border-color: #5f6368;
--table-header-background-color: #131416;
--table-subheader-background-color: #3c4043;
--header-background-color: #5487e5;
--header-text-color: var(--primary-text-color);
--deemphasized-text-color: #9a9a9a;
--deemphasized-text-color: #9aa0a6;
--footer-background-color: var(--table-header-background-color);
--expanded-background-color: #26282b;
--link-color: #5487E5;
--link-color: #8ab4f8;
--primary-button-background-color: var(--link-color);
--primary-button-text-color: var(--primary-text-color);
--secondary-button-background-color: var(--primary-text-color);