forked from KolibriOS/kolibrios
401fd12ef7
git-svn-id: svn://kolibrios.org@1793 a494cfbc-eb01-0410-851d-a64ba20cac60
15 lines
459 B
NASM
15 lines
459 B
NASM
;used: 'fasm colour.asm colour.dtp'
|
|
;to created file colour.dtp
|
|
;for sets this system_colors in skin
|
|
;--------------------------------------
|
|
dd 0x49768E ;; .frame
|
|
dd 0x8DBAC4 ;; .grab
|
|
dd 0x6AA4B3 ;; .grab_button
|
|
dd 0xE00404 ;; .grab_button_text
|
|
dd 0x040404 ;; .grab_text
|
|
dd 0xB0C0CC ;; .work
|
|
dd 0x84A8BE ;; .work_button
|
|
dd 0x000800 ;; .work_button_text
|
|
dd 0x080808 ;; .work_text
|
|
dd 0x2F5BA0 ;; .work_graph
|
|
;------------------------------------- |