~ubuntu-branches/ubuntu/hardy/texmacs/hardy

« back to all changes in this revision

Viewing changes to TeXmacs/packages/gui/gui-metal.ts

  • Committer: Bazaar Package Importer
  • Author(s): Michele Angrisano
  • Date: 2007-06-12 12:50:14 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20070612125014-omid42bb2fmumh7v
Tags: upstream-1.0.6.10
ImportĀ upstreamĀ versionĀ 1.0.6.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<TeXmacs|1.0.6.9>
 
2
 
 
3
<style|source>
 
4
 
 
5
<\body>
 
6
  <active*|<\src-title>
 
7
    <src-package|gui-metal|1.0>
 
8
 
 
9
    <\src-purpose>
 
10
      Metallic rendering of GUI elements
 
11
    </src-purpose>
 
12
 
 
13
    <src-copyright|2007|Joris van der Hoeven>
 
14
 
 
15
    <\src-license>
 
16
      This <TeXmacs> style package falls under the <hlink|GNU general public
 
17
      license|$TEXMACS_PATH/LICENSE> and comes WITHOUT ANY WARRANTY
 
18
      WHATSOEVER. If you don't have this file, then write to the Free
 
19
      Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
20
      02111-1307, USA.
 
21
    </src-license>
 
22
  </src-title>>
 
23
 
 
24
  <\active*>
 
25
    <\src-comment>
 
26
      Environment variables for GUI layout
 
27
    </src-comment>
 
28
  </active*>
 
29
 
 
30
  <assign|gui-small-sep|0.25em>
 
31
 
 
32
  <assign|gui-med-sep|0.5em>
 
33
 
 
34
  <assign|gui-big-sep|0.75em>
 
35
 
 
36
  <assign|raised-color|<pattern|metal-rough-light.png|/2|/2|light grey>>
 
37
 
 
38
  <assign|lowered-color|<pattern|metal-rough-medium.png|/2|/2|grey>>
 
39
 
 
40
  <assign|bright-color|<pattern|paper-manila-bright.png|/2|/2|light grey>>
 
41
 
 
42
  <assign|sunny-color|white>
 
43
 
 
44
  <assign|shadow-color|#909090>
 
45
 
 
46
  <assign|short-width|0em>
 
47
 
 
48
  <assign|ornament-sunny-color|white>
 
49
 
 
50
  <assign|ornament-shadow-color|#909090>
 
51
 
 
52
  <assign|ornament-border|2ln>
 
53
 
 
54
  <\active*>
 
55
    <\src-comment>
 
56
      Environment variables for buttons
 
57
    </src-comment>
 
58
  </active*>
 
59
 
 
60
  <assign|bg-color|<pattern|metal-rough-light.png|/2|/2|light grey>>
 
61
 
 
62
  <assign|canvas-color|<pattern|paper-manila-bright.png|/2|/2|light grey>>
 
63
 
 
64
  <assign|ornament-color|<pattern|metal-rough-light.png|/2|/2|light grey>>
 
65
 
 
66
  <assign|canvas-bar-color|<pattern|metal-rough-medium.png|/2|/2|light grey>>
 
67
 
 
68
  <assign|button-shape|square>
 
69
 
 
70
  <assign|button-color|<pattern|metal-rough-light.png|/2|/2|light grey>>
 
71
 
 
72
  <assign|box-shape|circular>
 
73
 
 
74
  <assign|box-color|pastel blue>
 
75
 
 
76
  <assign|marker-shape|checked>
 
77
 
 
78
  \;
 
79
</body>
 
80
 
 
81
<\initial>
 
82
  <\collection>
 
83
    <associate|language|english>
 
84
    <associate|preamble|true>
 
85
  </collection>
 
86
</initial>
 
87
 
 
88
<\references>
 
89
  <\collection>
 
90
    <associate||<tuple|<error|argument body>|?>>
 
91
  </collection>
 
92
</references>
 
 
b'\\ No newline at end of file'