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:
Kirill Lipatov (Leency) 2021-11-20 22:02:25 +00:00
parent 2b5d87ce0d
commit 84025bcfff
21 changed files with 26 additions and 38 deletions

View File

@ -1,11 +1,11 @@
;SYSTEM COLORS (.DTP) - COMPILE WITH FASM ;SYSTEM COLORS (.DTP) - COMPILE WITH FASM
frame dd 0x487cad unused1 dd 0x2d2d2d
grab dd 0x83BAEE unused2 dd 0x2d2d2d
grab_button dd 0xf2f0ee work_3d_dark dd 0xE6E6E6
grab_button_text dd 0x3a3a38 work_3d_light dd 0xFBFCFC
grab_text dd 0xFFFFFF window_title dd 0xFFFFFF
work dd 0xEBE9E3 work dd 0xEBE9E3
work_button dd 0xEBE9E3 work_button dd 0xEEEEEE
work_button_text dd 0x000000 work_button_text dd 0x000000
work_text dd 0x000000 work_text dd 0x000000
work_graph dd 0xCCC6BB work_graph dd 0xCCC6BB

View File

@ -1,2 +0,0 @@
fasm default.dtp.asm default.dtp
pause

View File

@ -1 +0,0 @@
kpack default.skn default.pack.skn

View File

@ -1,2 +1,3 @@
fasm default.dtp.asm default.dtp
fasm default.asm default.skn fasm default.asm default.skn
pause pause

View File

@ -1,11 +1,11 @@
;SYSTEM COLORS (.DTP) - COMPILE WITH FASM ;SYSTEM COLORS (.DTP) - COMPILE WITH FASM
frame dd 0x8a3131 unused1 dd 0x8a3131
grab dd 0xD94040 unused2 dd 0xD94040
grab_button dd 0xe6e1e1 work_3d_dark dd 0xD3D3D3
grab_button_text dd 0x393838 work_3d_light dd 0xFBFCFC
grab_text dd 0xFFFFFF grab_text dd 0xFFFFFF
work dd 0xE6E1E1 work dd 0xE6E1E1
work_button dd 0xE6E1E1 work_button dd 0xE6E1E1
work_button_text dd 0x000000 work_button_text dd 0x000000
work_text dd 0x000000 work_text dd 0x000000
work_graph dd 0xA59999 work_graph dd 0xA59999

View File

@ -1,2 +0,0 @@
fasm default.dtp.asm default.dtp
pause

View File

@ -1 +0,0 @@
kpack default.skn default.pack.skn

View File

@ -1,2 +1,3 @@
fasm default.dtp.asm default.dtp
fasm default.asm default.skn fasm default.asm default.skn
pause pause

View File

@ -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 ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@ -1,2 +1,3 @@
if tup.getconfig("NO_FASM") ~= "" then return end 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")

View File

@ -2,10 +2,10 @@
;to created file colour.dtp ;to created file colour.dtp
;for sets this system_colors in skin ;for sets this system_colors in skin
;-------------------------------------- ;--------------------------------------
dd 0x8795A5 ;; .frame dd 0x8795A5 ;; .unused1
dd 0xACBFD4 ;; .grab dd 0xACBFD4 ;; .unused2
dd 0x8EB1D2 ;; .grab_button dd 0x136CA6 ;; .dark
dd 0x9E0404 ;; .grab_button_text dd 0xF5F8F9 ;; .light
dd 0x040404 ;; .grab_text dd 0x040404 ;; .grab_text
dd 0xD2D8E0 ;; .work dd 0xD2D8E0 ;; .work
dd 0x3D6D94 ;; .work_button dd 0x3D6D94 ;; .work_button

Binary file not shown.

View File

@ -9,7 +9,7 @@ include 'skin.inc'
SKIN_PARAMS \ SKIN_PARAMS \
height = bmp_base.height,\ ; skin height 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 colors active = [binner=0x00081d:\ ; border inner color
bouter=0x00081d:\ ; border outer color bouter=0x00081d:\ ; border outer color
bframe=0x4269A4],\ ; border frame color bframe=0x4269A4],\ ; border frame color

Binary file not shown.

View File

@ -2,7 +2,7 @@
frame dd 0xf4f4f4 frame dd 0xf4f4f4
grab dd 0xFFFfff grab dd 0xFFFfff
grab_button dd 0xb1b1b1 grab_button dd 0xb1b1b1
grab_button_text dd 0x606060 grab_button_text dd 0xEEEEEE
grab_text dd 0x606060 grab_text dd 0x606060
work dd 0xf4f4f4 work dd 0xf4f4f4
work_button dd 0xebebeb work_button dd 0xebebeb

View File

@ -1,2 +0,0 @@
fasm default.dtp.asm default.dtp
pause

View File

@ -1 +0,0 @@
kpack default.skn default.pack.skn

View File

@ -1,2 +1,3 @@
fasm default.dtp.asm default.dtp
fasm default.asm default.skn fasm default.asm default.skn
pause pause

Binary file not shown.