• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/tags/Shoola_3.0_M3/config/hiviewer.xml

Revision 2896, 2.3 kB (checked in by jburel, 3 years ago)

Added ref to new color

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<agent name="Hierarchy Viewer">
3   <resources>
4     <iconFactories>
5        <!-- This entry is turned into an instance of:
6       org.openmicroscopy.shoola.env.config.IconFactory
7       This object can then be used to retrieve any image file within
8       the directory pointed by the location tag. -->
9       <structuredEntry name="/resources/icons/Factory" type = "icons">
10         <!-- The location tag specifies the FQN of the package that contains
11         the icon files. -->
12         <location>org.openmicroscopy.shoola.agents.hiviewer.graphx</location>
13       </structuredEntry>
14
15     </iconFactories>
16     <fonts>
17       <!-- This entry is turned into an instance of java.awt.Font. --> 
18       <structuredEntry name="/resources/fonts/Titles" type="font">
19         <family>SansSerif</family>
20         <size>12</size>
21         <style>bold</style>
22       </structuredEntry>
23     </fonts>
24<colors>
25<!-- This entry is turned into an instance of java.awt.Color. --> 
26<structuredEntry name="/resources/colors/TitleBarHighlight" type="color">
27<red>0</red>
28<green>0</green>
29<blue>255</blue>
30</structuredEntry>
31<structuredEntry name="/resources/colors/TitleBar" type="color">
32<red>189</red>
33<green>210</green>
34<blue>230</blue>
35</structuredEntry>
36<structuredEntry name="/resources/colors/AnnotatedHighlight" type="color">
37<red>0</red>
38<green>255</green>
39<blue>0</blue>
40</structuredEntry>
41<structuredEntry name="/resources/colors/Annotated" type="color">
42<red>102</red>
43<green>255</green>
44<blue>102</blue>
45</structuredEntry>
46<structuredEntry name="/resources/colors/RegExAnnotationHighlight" type="color">
47<red>255</red>
48<green>255</green>
49<blue>0</blue>
50</structuredEntry>
51<structuredEntry name="/resources/colors/RegExAnnotation" type="color">
52<red>255</red>
53<green>255</green>
54<blue>102</blue>
55</structuredEntry>
56<structuredEntry name="/resources/colors/RegExTitleHighlight" type="color">
57<red>255</red>
58<green>175</green>
59<blue>175</blue>
60</structuredEntry>
61<structuredEntry name="/resources/colors/RegExTitle" type="color">
62<red>255</red>
63<green>102</green>
64<blue>175</blue>
65</structuredEntry>
66<structuredEntry name="/resources/colors/RegExTitleAndAnnotationHighlight" type="color">
67<red>127</red>
68<green>255</green>
69<blue>212</blue>
70</structuredEntry>
71</colors>
72</resources>
73</agent>
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Plain Text
  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/