[go: up one dir, main page]

Menu

[r457]: / trunk / colorer / catalog.xml  Maximize  Restore  History

Download this file

105 lines (94 with data), 4.0 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
<?xml version="1.0" encoding='UTF-8'?>
<!DOCTYPE catalog PUBLIC "-//Cail Lomecb//DTD Colorer CATALOG take5//EN"
"http://colorer.sf.net/2003/catalog.dtd">
<catalog xmlns="http://colorer.sf.net/2003/catalog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://colorer.sf.net/2003/catalog
http://colorer.sf.net/2003/catalog.xsd">
<hrc-sets log-location="colorer.log">
<location link="hrc/proto.hrc"/>
<location link="hrc/auto"/>
<!--
<location link="hrc/colorer.hrc"/>
<location link="jar:hrc/common.jar!colorer.hrc"/>
<location link="jar:http://colorer.sf.net/hrc/common.jar!colorer.hrc"/>
<location link="http://colorer.sf.net/hrc/colorer.hrc"/>
<location link="\\server\common\colorer\hrc\colorer.hrc"/>
-->
</hrc-sets>
<hrd-sets>
<hrd class="console" name="default" description="Aqua on blue">
<location link="hrd/console/default.hrd"/>
</hrd>
<hrd class="console" name="blue" description="Blue colors">
<location link="hrd/console/blue.hrd"/>
</hrd>
<hrd class="console" name="nc" description="NC colors">
<location link="hrd/console/nc.hrd"/>
</hrd>
<hrd class="console" name="white" description="White colors">
<location link="hrd/console/white.hrd"/>
</hrd>
<hrd class="console" name="black" description="Black colors">
<location link="hrd/console/black.hrd"/>
</hrd>
<hrd class="console" name="hack" description="Matrix/Hack">
<location link="hrd/console/hack.hrd"/>
</hrd>
<hrd class="console" name="dnlike" description="Gray a'la DN">
<location link="hrd/console/dnlike.hrd"/>
</hrd>
<hrd class="console" name="gray" description="Light gray">
<location link="hrd/console/white.hrd"/>
<location link="hrd/console/gray.hrd"/>
</hrd>
<hrd class="console" name="xmastree" description="Xmas tree">
<location link="hrd/console/xmastree.hrd"/>
</hrd>
<hrd class="console" name="ocean" description="Ocean Vladimir Fonarev">
<location link="hrd/console/contrib/ocean.hrd"/>
</hrd>
<hrd class="console" name="black_ay" description="Black from Alex Yaroslavsky">
<location link="hrd/console/contrib/black_ay.hrd"/>
</hrd>
<hrd class="console" name="black_sezal" description="Black Sezal">
<location link="hrd/console/contrib/black_sezal.hrd"/>
</hrd>
<hrd class="console" name="mirror" description="Mirror from Eugene Efromov">
<location link="hrd/console/contrib/mirror.hrd"/>
</hrd>
<hrd class="console" name="graypult" description="Gray (pult)">
<location link="hrd/console/contrib/gray_pult.hrd"/>
</hrd>
<hrd class="rgb" name="default" description="White (crimsoned)">
<location link="hrd/rgb/white.hrd"/>
</hrd>
<hrd class="rgb" name="navy" description="Navy (seashore)">
<location link="hrd/rgb/navy.hrd"/>
</hrd>
<hrd class="rgb" name="eclipse" description="A'la Eclipse (minimal)">
<location link="hrd/rgb/eclipse.hrd"/>
</hrd>
<hrd class="rgb" name="neo" description="Neo (and Morpheus)">
<location link="hrd/rgb/neo.hrd"/>
</hrd>
<hrd class="rgb" name="black" description="Black (scarlet)">
<location link="hrd/rgb/black.hrd"/>
</hrd>
<hrd class="rgb" name="grayscale" description="Grayscale (colour neutral)">
<location link="hrd/rgb/grayscale.hrd"/>
</hrd>
<hrd class="rgb" name="fmx" description="FMX">
<location link="hrd/rgb/contrib/fmx.hrd"/>
</hrd>
<hrd class="rgb" name="hs" description="A'la HomeSite">
<location link="hrd/rgb/hs.hrd"/>
</hrd>
<hrd class="rgb" name="bred3" description="Bred3 colors">
<location link="hrd/rgb/contrib/bred3.hrd"/>
</hrd>
<hrd class="text" name="tags" description="HTML italic, underline indention">
<location link="hrd/text/tags.hrd"/>
</hrd>
</hrd-sets>
</catalog>