Bug 1306139 - Fix the body color of the Firebug theme r?ntim draft
authorXue Fuqiao <xfq.free@gmail.com>
Fri, 30 Sep 2016 17:06:01 +0800
changeset 419405 8be37e86a3a8d750c12ab4c44c8ec8f156bb6eca
parent 417383 29beaebdfaccbdaeb4c1ee5a43a9795ab015ef49
child 532570 684bc548b225dce900c96b80a0135a26f74cb855
push id30926
push userbmo:xfq.free@gmail.com
push dateFri, 30 Sep 2016 09:10:40 +0000
reviewersntim
bugs1306139
milestone52.0a1
Bug 1306139 - Fix the body color of the Firebug theme r?ntim MozReview-Commit-ID: BLaE8ll3uIY
devtools/client/themes/variables.css
--- a/devtools/client/themes/variables.css
+++ b/devtools/client/themes/variables.css
@@ -142,17 +142,17 @@
   --theme-tab-toolbar-background: #ebeced;
   --theme-toolbar-background: #f0f1f2;
   --theme-selection-background: #3399ff;
   --theme-selection-background-semitransparent: rgba(128,128,128,0.2);
   --theme-selection-color: white;
   --theme-splitter-color: #aabccf;
   --theme-comment: green;
 
-  --theme-body-color: #18191a;
+  --theme-body-color: #000000;
   --theme-body-color-alt: #585959;
   --theme-content-color1: #292e33;
   --theme-content-color2: #8fa1b2;
   --theme-content-color3: #667380;
 
   --theme-highlight-green: #2cbb0f;
   --theme-highlight-blue: #3455db;
   --theme-highlight-bluegrey: #0072ab;