summaryrefslogtreecommitdiffstats
path: root/abs/core/e16_theme_settings/e16_config_dir/themes/Summer/init.cfg
blob: 037d1c8db2755841575586f4c5413fded3ea7a30 (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
#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("0 114 188")
  //ADD_BACKGROUND_TILED_SCALED_VERTICALLY("artwork/backgrounds/back-startup.png")
  ADD_OVERLAY_IMAGE_ASPECT("graphics/startup-overlay.png")
END_BACKGROUND

__ICLASS __BGN
  __NAME STARTUP_BAR
  __NORMAL "artwork/init/init-basebar.png"
  __EDGE_SCALING 1 1 1 1
__END

__ICLASS __BGN
  __NAME PROGRESS_BAR
/* normal used for text background */
  __NORMAL "artwork/init/init-textbar.png"
  __EDGE_SCALING 6 22 1 1
/* used for numeric bg */
  __CLICKED "artwork/init/init-textbar.png"
  __EDGE_SCALING 6 22 1 1
/* used for bar itself */
  __NORMAL_ACTIVE "artwork/init/init-progbar.png"
  __EDGE_SCALING 6 22 1 1
  __PADDING 6 22 1 1
__END

/* text class for text above progress bar */
__TCLASS __BGN
  __NAME PROGRESS_TEXT
  __JUSTIFICATION 0
  __NORMAL "*font-init"
  __FORGROUND_COLOR 0 0 0
__END

/* number in % displayed next to text */
__TCLASS __BGN
  __NAME PROGRESS_TEXT_NUMBER
  __JUSTIFICATION 512
  __NORMAL "*font-init"
  __FORGROUND_COLOR 0 0 0
__END