Files
0ad/binaries/data/mods/mod/gui/common/modern/setup.xml
T
Stan f62e1457de Remove redundant references to deleted .dtd files
We only use relaxng and that confuses other linters like xmllint.

Patch by: @Langbart
Differential Revision: https://code.wildfiregames.com/D4748
This was SVN commit r27170.
2022-10-23 17:06:51 +00:00

69 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<setup>
<!--
==========================================
- SCROLLBARS -
==========================================
-->
<scrollbar name="ModernScrollBar"
width = "15"
minimum_bar_size = "15"
maximum_bar_size = "15"
show_edge_buttons = "false"
sprite_back_vertical = "ModernScrollBack"
sprite_bar_vertical = "ModernScrollBar"
/>
<!--
==========================================
- TOOLTIPS -
==========================================
-->
<tooltip name="default"
anchor="top"
buffer_zone="4"
delay="500"
font="sans-14"
maxwidth="300"
offset="16 32"
sprite="BlackBorderOnGray"
textcolor="255 255 255"
/>
<tooltip name="tooltipInstant"
anchor="top"
buffer_zone="4"
delay="0"
font="sans-14"
maxwidth="300"
offset="16 32"
sprite="BlackBorderOnGray"
textcolor="255 255 255"
/>
<!--
==========================================
- COLORS -
==========================================
-->
<color name="black">0 0 0</color>
<color name="white">255 255 255</color>
<color name="red">255 0 0</color>
<color name="blue">0 0 255</color>
<color name="yellow">255 255 0</color>
<color name="gold">237 227 167</color>
<color name="lightgray">243 242 240</color>
<color name="gray">143 142 140</color>
<color name="darkgray">43 42 40</color>
<color name="green">0 200 0</color>
<color name="mustard">191 191 2</color>
<color name="brown">159 98 24</color>
<color name="orange">255 165 0</color>
<color name="darkred">80 0 0</color>
<color name="darkbrown">30 20 10</color>
<color name="transparent">0 0 0 0</color>
</setup>