second part of syncing LCARStrek with Firefox 32 windows theme changes
[themes.git] / LCARStrek / browser / devtools / dark-theme.css
index 1598355f1062f2617bc301cb82e999375bd6e387..a34a8b17c640031e6b6731fd738134985a47ce90 100644 (file)
@@ -25,7 +25,8 @@
   background-color: rgba(0,0,0,0.5);
 }
 
-.theme-selected {
+.theme-selected,
+.CodeMirror-hint-active {
   background: #004242;
   color: #FF9F00; /* Light foreground text */
 }
@@ -45,7 +46,8 @@
  * failures in debug builds.
  */
 .theme-link:visited,
-.cm-s-mozilla .cm-link:visited { /* original: blue */
+.cm-s-mozilla .cm-link:visited,
+.CodeMirror-Tern-type { /* original: blue */
   color: #3333FF;
 }
 
   color: #A09090;
 }
 
+.CodeMirror-Tern-completion-unknown:before {
+  background-color: #A09090;
+}
+
 .theme-gutter {
   background-color: #000000;
   color: #FF9F00;
   color: #008484;
 }
 
+.CodeMirror-Tern-completion-number:before {
+  background-color: #008484;
+}
+
 .theme-fg-color2,
 .cm-s-mozilla .cm-attribute,
 .cm-s-mozilla .cm-variable,
   color: #9C9CFF;
 }
 
+.CodeMirror-Tern-completion-object:before {
+  background-color: #9C9CFF;
+}
+
 .theme-fg-color3,
 .cm-s-mozilla .cm-builtin,
 .cm-s-mozilla .cm-tag,
   color: #E7ADE7;
 }
 
+.CodeMirror-Tern-completion-array:before {
+  background-color: #E7ADE7;
+}
+
 .theme-fg-color4 { /* original: purple/violet */
   color: #C09070;
 }
 .theme-fg-color6,
 .cm-s-mozilla .cm-string,
 .cm-s-mozilla .cm-string-2,
-.variable-or-property .token-string { /* original: Orange */
+.variable-or-property .token-string,
+.CodeMirror-Tern-farg { /* original: Orange */
   color: #E7ADE7;
 }
 
+.CodeMirror-Tern-completion-string:before,
+.CodeMirror-Tern-completion-fn:before {
+  background-color: #E7ADE7;
+}
+
 .theme-fg-color7,
 .cm-s-mozilla .cm-atom,
 .cm-s-mozilla .cm-quote,
   color: #FF0000;
 }
 
+.CodeMirror-Tern-completion-bool:before {
+  background-color: #FF0000;
+}
+
 .variable-or-property .token-domnode {
   font-weight: bold;
 }
 
 .theme-toolbar,
 .devtools-toolbar,
-.devtools-sidebar-tabs > tabs { /* General toolbar styling */
+.devtools-sidebar-tabs > tabs,
+.CodeMirror-dialog { /* General toolbar styling */
 }
 
 
 }
 
 .ruleview-colorswatch,
-.computedview-colorswatch,
-.markupview-colorswatch {
-/*  box-shadow: 0 0 0 1px rgba(0,0,0,0.5); */
+.computedview-colorswatch {
+/*  box-shadow: 0 0 0 1px #818181; */
 }
 
 .variables-view-scope:focus > .title,
@@ -335,6 +363,16 @@ div.CodeMirror span.eval-text {
   color: #E7ADE7;
 }
 
+.CodeMirror-Tern-fname {
+  color: #A09090;
+}
+
+.CodeMirror-hints,
+.CodeMirror-Tern-tooltip {
+  background-color: #000000;
+  color: #FF9F00;
+}
+
 /* === BEGIN toolbars.inc.css === */
 
 .devtools-toolbar {
@@ -385,15 +423,14 @@ devtools-menulist:-moz-focusring,
 }
 
 .devtools-option-toolbarbutton {
-  list-style-image: url("chrome://browser/skin/devtools/option-icon.png");
-  -moz-image-region: rect(0px 16px 16px 0px);
+  list-style-image: url("chrome://browser/skin/devtools/tool-options-tbutton.svg");
 /*  background: none;
   border: none; */
 }
 
 .devtools-option-toolbarbutton:hover,
 .devtools-option-toolbarbutton[open=true] {
-  -moz-image-region: rect(0px 32px 16px 16px);
+  list-style-image: url("chrome://browser/skin/devtools/tool-options.svg");
 }
 
 .devtools-menulist > .menulist-label-box {
@@ -663,6 +700,10 @@ devtools-menulist:-moz-focusring,
   background-image: url("chrome://browser/skin/devtools/command-paintflashing.png");
 }
 
+#command-button-screenshot > image {
+  background-image: url("chrome://browser/skin/devtools/command-screenshot.png");
+}
+
 #command-button-responsive > image {
   background-image: url("chrome://browser/skin/devtools/command-responsivemode.png");
 }
@@ -692,6 +733,10 @@ devtools-menulist:-moz-focusring,
     background-image: url("chrome://browser/skin/devtools/command-paintflashing@2x.png");
   }
 
+  #command-button-screenshot > image {
+    background-image: url("chrome://browser/skin/devtools/command-screenshot@2x.png");
+  }
+
   #command-button-responsive > image {
     background-image: url("chrome://browser/skin/devtools/command-responsivemode@2x.png");
   }