summaryrefslogtreecommitdiff
path: root/sandbox/mallard/xslt/theme.xml
blob: 1ace77d52c71bb73617f9bfa90e4c8f8ea5f07ec (plain)
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
<?xml version='1.0' encoding='UTF-8'?><!-- -*- indent-tabs-mode: nil -*- -->
<theme xmlns="http://www.gnome.org/~shaunm/gnome-doc-utils/theme">

  <color id="background"    value="#ffffff"/>
  <color id="link"          value="#1f5b99"/>
  <color id="link-visited"  value="#991f73"/>
  <color id="text"          value="#000000"/>
  <color id="text-light"    value="#4f4f4f"/>

  <color id="blue-light"    value="#edf4fa"/>
  <color id="blue-medium"   value="#bbdbfa"/>
  <color id="blue-dark"     value="#96c7fa"/>

  <color id="gray-light"    value="#f7f7f5"/>
  <color id="gray-medium"   value="#e0e0df"/>
  <color id="gray-dark"     value="#cfcfcd"/>

  <color id="red-light"     value="#faeded"/>
  <color id="red-medium"    value="#fac8c8"/>
  <color id="red-dark"      value="#faa2a2"/>

  <color id="yellow-light"  value="#faf8ed"/>
  <color id="yellow-medium" value="#f1f2c8"/>
  <color id="yellow-dark"   value="#fae57d"/>

  <!-- notes/admonitions -->
  <icon id="bug"       width="48" height="48" src=""/>
  <icon id="caution"   width="48" height="48" src=""/>
  <icon id="important" width="48" height="48" src=""/>
  <icon id="note"      width="48" height="48" src=""/>
  <icon id="tip"       width="48" height="48" src=""/>
  <icon id="warning"   width="48" height="48" src=""/>

  <!-- status information -->
  <icon id="status-stub"       width="16" height="16" src=""/>
  <icon id="status-draft"      width="16" height="16" src=""/>
  <icon id="status-incomplete" width="16" height="16" src=""/>
  <icon id="status-review"     width="16" height="16" src=""/>

  <!-- watermarks -->
  <icon id="watermark-code"       src=""/>
  <icon id="watermark-quote-00AB" src=""/>
  <icon id="watermark-quote-00BB" src=""/>
  <icon id="watermark-quote-201C" src=""/>
  <icon id="watermark-quote-201D" src=""/>
  <icon id="watermark-quote-201E" src=""/>
  <icon id="waterkmark-screen"    src=""/>

</theme>