summaryrefslogtreecommitdiffstats
path: root/abs/core/e16_theme_settings/e16_config_dir/themes/Summer/init.cfg
blob: 68455b1aa11200b1844be02ad5f3d5fd220df53c (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 0 0 0 0
__END

__ICLASS __BGN
  __NAME PROGRESS_BAR
/* normal used for text background */
  __NORMAL "artwork/init/init-basebar.png"
  __EDGE_SCALING 0 0 0 0
/* used for numeric bg */
  __CLICKED "artwork/init/init-basebar.png"
  __EDGE_SCALING 0 0 0 0
/* used for bar itself */
  __NORMAL_ACTIVE "artwork/init/init-basebar.png"
  __EDGE_SCALING 0 0 0 0
  __PADDING 0 0 0 0
__END

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

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