Skip to content
Snippets Groups Projects
Commit 97a6f321 authored by Erica's avatar Erica
Browse files

EXT-3736 Minimap dot colors need to match spec.

parent 18e7389c
No related branches found
No related tags found
No related merge requests found
...@@ -67,11 +67,11 @@ ...@@ -67,11 +67,11 @@
value="1 1 0 1" /> value="1 1 0 1" />
<color <color
name="Green" name="Green"
value="0 .39 .10 1" /> value="0 1 0 1" />
<color <color
name="Transparent" name="Transparent"
value="0 0 0 0" /> value="0 0 0 0" />
<!-- Make potentially unused colors show up bright purple. <!-- This color name makes potentially unused colors show up bright purple.
Leave this here until all Unused? are removed below, otherwise Leave this here until all Unused? are removed below, otherwise
the viewer generates many warnings on startup. --> the viewer generates many warnings on startup. -->
<color <color
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
value="1 0 0 1" /> value="1 0 0 1" />
<color <color
name="ColorPaletteEntry20" name="ColorPaletteEntry20"
reference="Unused?" /> reference=".5 .5 1 0" />
<color <color
name="ColorPaletteEntry21" name="ColorPaletteEntry21"
value="0 1 0 1" /> value="0 1 0 1" />
...@@ -370,7 +370,7 @@ ...@@ -370,7 +370,7 @@
reference="Unused?" /> reference="Unused?" />
<color <color
name="HighlightChildColor" name="HighlightChildColor"
reference="Unused?" /> reference="Yellow" />
<color <color
name="HighlightInspectColor" name="HighlightInspectColor"
value="1 0.5 0 1" /> value="1 0.5 0 1" />
...@@ -622,7 +622,7 @@ ...@@ -622,7 +622,7 @@
value="0.13 0.42 0.77 1" /> value="0.13 0.42 0.77 1" />
<color <color
name="SilhouetteParentColor" name="SilhouetteParentColor"
reference="Unused?" /> reference="Yellow" />
<color <color
name="SliderDisabledThumbColor" name="SliderDisabledThumbColor"
reference="White_25" /> reference="White_25" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment