Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(575)

Unified Diff: third_party/WebKit/Source/devtools/front_end/inspectorStyle.css

Issue 1458223005: DevTools: Add dark theme hidden experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit. now purple == purple, etc. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/inspectorStyle.css
diff --git a/third_party/WebKit/Source/devtools/front_end/inspectorStyle.css b/third_party/WebKit/Source/devtools/front_end/inspectorStyle.css
index 4beee86df446246dc6d5cec97a45f2bf0db94065..08a600627058978cce45df70ef97ee7bf3af450f 100644
--- a/third_party/WebKit/Source/devtools/front_end/inspectorStyle.css
+++ b/third_party/WebKit/Source/devtools/front_end/inspectorStyle.css
@@ -46,6 +46,10 @@ body {
color: #222;
}
+body.dark-theme {
+ -webkit-filter: invert(100%) hue-rotate(180deg) saturate(80%);
+}
+
.platform-linux {
color: rgb(48, 57, 66);
font-family: Ubuntu, Arial, sans-serif;
@@ -554,6 +558,10 @@ body.inactive .sidebar-tree-item.selected {
bottom: 0;
}
+body.dark-theme .root-view {
+ background: white;
+}
+
.viewport-control-gap-element {
color: transparent;
}
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698