Bug 1421390 - Change hidden node syntax color in the markup view. r=pbro draft
authorGabriel Luong <gabriel.luong@gmail.com>
Fri, 19 Jan 2018 01:11:43 -0500
changeset 722530 0a8c8424a09fe31e249a0588966aec5d467bcd5c
parent 722528 ee16cc590134dad9a591ff4b25c7dfc6c80f0e66
child 746627 e25097fdaedef9e7c085c7dabd0136200c2232b4
push id96163
push userbmo:gl@mozilla.com
push dateFri, 19 Jan 2018 06:12:08 +0000
reviewerspbro
bugs1421390
milestone59.0a1
Bug 1421390 - Change hidden node syntax color in the markup view. r=pbro MozReview-Commit-ID: E4X6ANujh14
devtools/client/themes/markup.css
--- a/devtools/client/themes/markup.css
+++ b/devtools/client/themes/markup.css
@@ -1,22 +1,22 @@
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 :root {
-  --markup-hidden-attr-name-color: #CA60AC;
+  --markup-hidden-attr-name-color: #BA89B8;
   --markup-hidden-attr-value-color: #5C6D87;
   --markup-hidden-punctuation-color: #909090;
   --markup-hidden-tag-color: #97A4B3;
   --markup-outline: var(--theme-splitter-color);
 }
 
 .theme-dark:root {
-  --markup-hidden-attr-name-color: #CC8EC8;
+  --markup-hidden-attr-name-color: #B07EB3;
   --markup-hidden-attr-value-color: #9893A3;
   --markup-hidden-punctuation-color: #909090;
   --markup-hidden-tag-color: #AFB5BF;
   --markup-outline: var(--theme-selection-background);
 }
 
 * {
   padding: 0;