Subversion Repositories Kolibri OS

Rev

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

Rev 6199 Rev 6216
Line 1... Line 1...
1
include '..\me_skin.inc'
1
include '..\me_skin.inc'
Line 2... Line 2...
2
 
2
 
3
SKIN_PARAMS \
3
SKIN_PARAMS \
4
  height          = bmp_center1.height,\  ; skin height
4
  height          = bmp_center1.height,\  ; skin height
5
  margins         = [6:5:43:3],\          ; margins [left:top:right:bottom]
5
  margins         = [6:5:43:3],\          ; margins [left:top:right:bottom]
6
  colors active   = [binner=0xEDEBEB:\    ; border inner
6
  colors active   = [binner=0xC8C8C8:\    ; border inner
7
                     bouter=0x33383A:\    ; border outer
7
                     bouter=0x33383A:\    ; border outer
8
                     bframe=0xEDEBEB],\   ; border middle
8
                     bframe=0xC8C8C8],\   ; border middle
9
  colors inactive = [binner=0xEDEBEB:\    ; border inner
9
  colors inactive = [binner=0xC8C8C8:\    ; border inner
10
                     bouter=0x747474:\    ; border outer
10
                     bouter=0x747474:\    ; border outer
11
                     bframe=0xEDEBEB],\   ; border middle
11
                     bframe=0xC8C8C8],\   ; border middle
Line 12... Line 12...
12
  dtp             = 'default.dtp'          ; dtp colors
12
  dtp             = 'default.dtp'          ; dtp colors
13
 
13
 
14
SKIN_BUTTONS \
14
SKIN_BUTTONS \