blob: 59bb1e675ee4147b1b9a77392bea21cd6abc7a16 (
plain) (
blame)
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
|
set Resources(global) { \
!---------------------------------------------------------
! Define some global widget resources for the main panels.
!---------------------------------------------------------
*shadowWidth: 1
*background: gray77
! *foreground: black
*Arrow.width: 16
*Arrow.height: 25
*Text*height: 21
*Command.height: 21
*Command.highlightThickness: 1
*MenuButton.height: 21
*MenuButton.highlightThickness: 1
*Label.borderWidth: 0
*Label.shadowWidth: 0
*TextButton.shadowWidth: 0
*TextButton.highlightThickness: 1
*TextToggle*borderWidth: 0
*TextToggle.highlightThickness: 0
*Toggle.highlightThickness: 1
*Group.shrinkToFit: True
*Arrow.foreground: gray
*Arrow.background: gray68
*Text*background: gray68
*AsciiText*background: gray68
*TextBox.background: gray68
*MultiList*background: gray68
*Slider2d.thumbColor: gray77
!-------------------------------------------------------------
! Define resources to take advantage of the 3D scrollbar look.
!-------------------------------------------------------------
*Scrollbar*background: gray77
*Scrollbar*shadowWidth: 1
*Scrollbar*width: 15
*Scrollbar*height: 15
*Scrollbar*cursorName: top_left_arrow
*Scrollbar*pushThumb: true
*HTML.Scrollbar.shadowWidth: 1
*HTML*Scrollbar*width: 15
*HTML*Scrollbar*height: 15
!----------------------------------------
! Menu resources giving a shadow effect.
!----------------------------------------
*SmeBSB.leftMargin: 10
*SmeBSB.rightMargin: 5
*SmeBSB.shadowWidth: 2
*SmeBSB.foreground: gray90
*SmeBSB.background: SteelBlue
*SimpleMenu.background: gray77
*SimpleMenu.borderWidth: 2
*SimpleMenu.borderColor: black
*SimpleMenu.line1.foreground: gray61
*SimpleMenu.line2.foreground: gray91
*SimpleMenu.line3.foreground: gray61
*SimpleMenu.line4.foreground: gray91
*SimpleMenu.line5.foreground: gray61
*SimpleMenu.line6.foreground: gray91
*SimpleMenu.line7.foreground: gray61
*SimpleMenu.line8.foreground: gray91
*SimpleMenu.line9.foreground: gray61
*SimpleMenu.line10.foreground: gray91
*SimpleMenu.line11.foreground: gray61
*SimpleMenu.line12.foreground: gray91
*SimpleMenu.line13.foreground: gray61
*SimpleMenu.line14.foreground: gray91
*SimpleMenu.line15.foreground: gray61
*SimpleMenu.line16.foreground: gray91
*SimpleMenu.line17.foreground: gray61
*SimpleMenu.line18.foreground: gray91
*SimpleMenu.line19.foreground: gray61
*SimpleMenu.line20.foreground: gray91
*SimpleMenu.line21.foreground: gray61
*SimpleMenu.line22.foreground: gray91
*SimpleMenu.line23.foreground: gray61
*SimpleMenu.line24.foreground: gray91
*SimpleMenu.line25.foreground: gray61
*SimpleMenu.line26.foreground: gray91
*SimpleMenu.line27.foreground: gray61
*SimpleMenu.line28.foreground: gray91
*SimpleMenu.line29.foreground: gray61
*SimpleMenu.line30.foreground: gray91
*SimpleMenu.line31.foreground: gray61
*SimpleMenu.line32.foreground: gray91
*SimpleMenu.line33.foreground: gray61
*SimpleMenu.line34.foreground: gray91
*SimpleMenu.line35.foreground: gray61
*SimpleMenu.line36.foreground: gray91
*SimpleMenu.line37.foreground: gray61
*SimpleMenu.line38.foreground: gray91
*SimpleMenu.line39.foreground: gray61
*SimpleMenu.line40.foreground: gray91
}
|