forked from KolibriOS/kolibrios
this must be the last skin color fix (I very hope)
git-svn-id: svn://kolibrios.org@9291 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2b5d87ce0d
commit
84025bcfff
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
;SYSTEM COLORS (.DTP) - COMPILE WITH FASM
|
||||
frame dd 0x487cad
|
||||
grab dd 0x83BAEE
|
||||
grab_button dd 0xf2f0ee
|
||||
grab_button_text dd 0x3a3a38
|
||||
grab_text dd 0xFFFFFF
|
||||
work dd 0xEBE9E3
|
||||
work_button dd 0xEBE9E3
|
||||
work_button_text dd 0x000000
|
||||
work_text dd 0x000000
|
||||
work_graph dd 0xCCC6BB
|
||||
unused1 dd 0x2d2d2d
|
||||
unused2 dd 0x2d2d2d
|
||||
work_3d_dark dd 0xE6E6E6
|
||||
work_3d_light dd 0xFBFCFC
|
||||
window_title dd 0xFFFFFF
|
||||
work dd 0xEBE9E3
|
||||
work_button dd 0xEEEEEE
|
||||
work_button_text dd 0x000000
|
||||
work_text dd 0x000000
|
||||
work_graph dd 0xCCC6BB
|
@ -1,2 +0,0 @@
|
||||
fasm default.dtp.asm default.dtp
|
||||
pause
|
@ -1 +0,0 @@
|
||||
kpack default.skn default.pack.skn
|
@ -1,2 +1,3 @@
|
||||
fasm default.dtp.asm default.dtp
|
||||
fasm default.asm default.skn
|
||||
pause
|
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
;SYSTEM COLORS (.DTP) - COMPILE WITH FASM
|
||||
frame dd 0x8a3131
|
||||
grab dd 0xD94040
|
||||
grab_button dd 0xe6e1e1
|
||||
grab_button_text dd 0x393838
|
||||
unused1 dd 0x8a3131
|
||||
unused2 dd 0xD94040
|
||||
work_3d_dark dd 0xD3D3D3
|
||||
work_3d_light dd 0xFBFCFC
|
||||
grab_text dd 0xFFFFFF
|
||||
work dd 0xE6E1E1
|
||||
work_button dd 0xE6E1E1
|
||||
work_button_text dd 0x000000
|
||||
work_text dd 0x000000
|
||||
work_graph dd 0xA59999
|
||||
work_graph dd 0xA59999
|
||||
|
@ -1,2 +0,0 @@
|
||||
fasm default.dtp.asm default.dtp
|
||||
pause
|
@ -1 +0,0 @@
|
||||
kpack default.skn default.pack.skn
|
@ -1,2 +1,3 @@
|
||||
fasm default.dtp.asm default.dtp
|
||||
fasm default.asm default.skn
|
||||
pause
|
@ -1,7 +0,0 @@
|
||||
Used standart skin codes at KolibriOS
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; ;;
|
||||
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
|
||||
;; Distributed under terms of the GNU General Public License ;;
|
||||
;; ;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
@ -1,2 +1,3 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
tup.rule("default.asm", 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "mage-scroll.skn")
|
||||
tup.rule("colour.asm", 'fasm "%f" "%o"', "colour.dtp")
|
||||
tup.rule({"default.asm", extra_inputs = {"colour.dtp"}}, 'fasm "%f" "%o" ' .. tup.getconfig("KPACK_CMD"), "mage-scroll.skn")
|
||||
|
@ -2,10 +2,10 @@
|
||||
;to created file colour.dtp
|
||||
;for sets this system_colors in skin
|
||||
;--------------------------------------
|
||||
dd 0x8795A5 ;; .frame
|
||||
dd 0xACBFD4 ;; .grab
|
||||
dd 0x8EB1D2 ;; .grab_button
|
||||
dd 0x9E0404 ;; .grab_button_text
|
||||
dd 0x8795A5 ;; .unused1
|
||||
dd 0xACBFD4 ;; .unused2
|
||||
dd 0x136CA6 ;; .dark
|
||||
dd 0xF5F8F9 ;; .light
|
||||
dd 0x040404 ;; .grab_text
|
||||
dd 0xD2D8E0 ;; .work
|
||||
dd 0x3D6D94 ;; .work_button
|
||||
|
Binary file not shown.
@ -9,7 +9,7 @@ include 'skin.inc'
|
||||
|
||||
SKIN_PARAMS \
|
||||
height = bmp_base.height,\ ; skin height
|
||||
margins = [12:1:43:1],\ ; margins [left:top:right:bottom]
|
||||
margins = [12:2:43:1],\ ; margins [left:top:right:bottom]
|
||||
colors active = [binner=0x00081d:\ ; border inner color
|
||||
bouter=0x00081d:\ ; border outer color
|
||||
bframe=0x4269A4],\ ; border frame color
|
||||
|
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
frame dd 0xf4f4f4
|
||||
grab dd 0xFFFfff
|
||||
grab_button dd 0xb1b1b1
|
||||
grab_button_text dd 0x606060
|
||||
grab_button_text dd 0xEEEEEE
|
||||
grab_text dd 0x606060
|
||||
work dd 0xf4f4f4
|
||||
work_button dd 0xebebeb
|
||||
|
@ -1,2 +0,0 @@
|
||||
fasm default.dtp.asm default.dtp
|
||||
pause
|
@ -1 +0,0 @@
|
||||
kpack default.skn default.pack.skn
|
@ -1,2 +1,3 @@
|
||||
fasm default.dtp.asm default.dtp
|
||||
fasm default.asm default.skn
|
||||
pause
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user