-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.cfg
49 lines (42 loc) · 1.1 KB
/
init.cfg
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
#include <definitions>
__E_CFG_VERSION 1
/* Maintained at themes.effx.us
$Id: init.cfg 46 2009-04-13 05:25:03Z don $ */
BEGIN_BACKGROUND(STARTUP_BACKGROUND)
SET_SOLID("30 30 90")
ADD_BACKGROUND_TILED_SCALED_VERTICALLY("artwork/init/light_vetical_gradient_brushed.png")
END_BACKGROUND
__ICLASS __BGN
__NAME STARTUP_BAR
__NORMAL "artwork/init/bt1.png"
__EDGE_SCALING 4 4 4 4
__END
__ICLASS __BGN
__NAME PROGRESS_BAR
/* normal used for text background */
__NORMAL "artwork/init/text_bg.png"
__EDGE_SCALING 6 22 1 1
/* used for numeric bg */
__CLICKED "artwork/init/text_bg.png"
__EDGE_SCALING 6 22 1 1
/* used for bar itself */
__NORMAL_ACTIVE "artwork/init/progress_bar.png"
__EDGE_SCALING 6 22 1 1
__PADDING 6 22 1 1
__END
__TCLASS __BGN
__NAME PROGRESS_TEXT
__JUSTIFICATION 0
__NORMAL "*font-init"
__DRAWING_EFFECT __EFFECT_SHADOW
__FORGROUND_COLOR 77 95 116
__BACKGROUND_COLOR 0 0 0
__END
__TCLASS __BGN
__NAME PROGRESS_TEXT_NUMBER
__JUSTIFICATION 512
__NORMAL "*font-init"
__DRAWING_EFFECT __EFFECT_SHADOW
__FORGROUND_COLOR 77 95 116
__BACKGROUND_COLOR 0 0 0
__END