-
Whitney Armstrong authored
- Color scheme is separate from the display. - This allows a coherent color scheme to be used. - Also added a standard display.xml and display_detailed.xml (currently just a copy) - A new color scheme should start with colors2.xml which is currently a copy of colors.xml - created grouped subsystem includes. Also began adding subsystems: - compact/subsystem_views/pid_only.xml - compact/subsystem_views/tracking_only.xml - compact/subsystem_views/vertex_only.xml
Whitney Armstrong authored- Color scheme is separate from the display. - This allows a coherent color scheme to be used. - Also added a standard display.xml and display_detailed.xml (currently just a copy) - A new color scheme should start with colors2.xml which is currently a copy of colors.xml - created grouped subsystem includes. Also began adding subsystems: - compact/subsystem_views/pid_only.xml - compact/subsystem_views/tracking_only.xml - compact/subsystem_views/vertex_only.xml
colors2.xml 1.21 KiB
<display>
<comment>
This is where another color scheme can be developed.
Note this is currently just a copy of colors.xml
</comment>
<vis name="AnlGreen" alpha="1" r="119/255" g="179/255" b="0"/>
<vis name="AnlViolet" alpha="1" r="91/256" g="0" b="145/256"/>
<vis name="AnlProcess_Blue" alpha="1" r="0/256" g="130/256" b="202/256"/>
<vis name="AnlOrange" alpha="1" r="255/256" g="121/256" b="0"/>
<vis name="AnlRed" alpha="1" r="205/256" g="32/256 " b="44/256"/>
<vis name="AnlGold" alpha="1" r="248/256" g="178/256" b="0/256"/>
<vis name="AnlBlue" alpha="1" r="0/256" g="96/256" b="156/256"/>
<vis name="AnlTeal" alpha="1" r="0/256" g="161/256" b="156/256"/>
<vis name="AnlGray" alpha="1" r="102/256" g="102/256" b="102/256"/>
<vis name="AnlLight_Gray" alpha="1" r="209/256" g="209/256" b="209/256"/>
<vis name="AnlOff_White" alpha="1" r="242/256" g="242/256" b="242/256"/>
<vis name="AnlDelta_Red" alpha="1" r="161/256" g="43/256" b="47/256"/>
<vis name="AnlDelta_Green" alpha="1" r="0" g="120/256" b="54/256"/>
<vis name="AnlDelta_Blue" alpha="1" r="11/256" g="31/256" b="143/256"/>
</display>