Subversion Repositories Kolibri OS

Rev

Rev 4405 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4405 Rev 4406
Line 7... Line 7...
7
                     bouter=0x948B7B:\                      ; border outer color
7
                     bouter=0x948B7B:\                      ; border outer color
8
                     bframe=0xDCD6CB],\                     ; border frame color
8
                     bframe=0xDCD6CB],\                     ; border frame color
9
  colors inactive = [binner=0xDCD6CB:\                      ; border inner color
9
  colors inactive = [binner=0xDCD6CB:\                      ; border inner color
10
                     bouter=0x948B7B:\                      ; border outer color
10
                     bouter=0x948B7B:\                      ; border outer color
11
                     bframe=0xDCD6CB],\                     ; border frame color
11
                     bframe=0xDCD6CB],\                     ; border frame color
12
  dtp             = 'Opus_D.dtp'                            ; dtp colors
12
  dtp             = 'OpusN.dtp'                            ; dtp colors
Line 13... Line 13...
13
 
13
 
14
SKIN_BUTTONS \
14
SKIN_BUTTONS \
15
  close    = [-20:6][14:14],\                               ; buttons coordinates
15
  close    = [-20:6][14:14],\                               ; buttons coordinates
Line 21... Line 21...
21
  oper active   = bmp_oper,\
21
  oper active   = bmp_oper,\
22
  oper inactive = bmp_oper1,\
22
  oper inactive = bmp_oper1,\
23
  base active   = bmp_base,\
23
  base active   = bmp_base,\
24
  base inactive = bmp_base1
24
  base inactive = bmp_base1
Line 25... Line 25...
25
 
25
 
26
BITMAP bmp_left ,'active/left.bmp'                          ; skin bitmaps
26
BITMAP bmp_left ,'a_left.bmp'                          ; skin bitmaps
27
BITMAP bmp_oper ,'active/oper.bmp'
27
BITMAP bmp_oper ,'a_oper.bmp'
28
BITMAP bmp_base ,'active/base.bmp'
28
BITMAP bmp_base ,'a_base.bmp'
29
BITMAP bmp_left1,'inactive/left.bmp'
29
BITMAP bmp_left1,'i_left.bmp'
30
BITMAP bmp_oper1,'inactive/oper.bmp'
30
BITMAP bmp_oper1,'i_oper.bmp'