Subversion Repositories Kolibri OS

Rev

Rev 7119 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7119 Rev 8920
Line 1... Line 1...
1
include 'skin.inc'
1
include 'skin.inc'
Line 2... Line 2...
2
 
2
 
3
SKIN_PARAMS \
3
SKIN_PARAMS \
4
  height          = bmp_base.height,\                       ; skin height
4
  height          = bmp_base.height,\                       ; skin height
5
  margins         = [5:1:18:3],\                            ; margins [left:top:right:bottom]
5
  margins         = [5:4:36:4],\                            ; margins [left:top:right:bottom]
6
  colors active   = [binner=0x363C46:\                      ; border inner color
6
  colors active   = [binner=0x363C46:\                      ; border inner color
7
                     bouter=0x363C46:\                      ; border outer color
7
                     bouter=0x363C46:\                      ; border outer color
8
                     bframe=0x363C46],\                     ; border frame color
8
                     bframe=0x363C46],\                     ; border frame color
9
  colors inactive = [binner=0x393C46:\                      ; border inner color
9
  colors inactive = [binner=0x393C46:\                      ; border inner color
10
                     bouter=0x393C46:\                      ; border outer color
10
                     bouter=0x393C46:\                      ; border outer color
11
                     bframe=0x393C46],\                     ; border frame color
11
                     bframe=0x393C46],\                     ; border frame color
Line 12... Line 12...
12
  dtp             = 'nix_small.dtp'                         ; dtp colors
12
  dtp             = 'nix_small.dtp'                         ; dtp colors
13
 
13
 
14
SKIN_BUTTONS \
14
SKIN_BUTTONS \
Line 15... Line 15...
15
  close    = [-15:5][9:9],\                                 ; buttons coordinates
15
  close    = [-20:4][16:16],\                                 ; buttons coordinates
16
  minimize = [-25:5][9:9]                                   ; [left:top][width:height]
16
  minimize = [-36:4][16:16]                                   ; [left:top][width:height]
17
 
17
 
18
SKIN_BITMAPS \
18
SKIN_BITMAPS \