forked from KolibriOS/kolibrios
401fd12ef7
git-svn-id: svn://kolibrios.org@1793 a494cfbc-eb01-0410-851d-a64ba20cac60
11 lines
351 B
NASM
11 lines
351 B
NASM
;SYSTEM COLORS (.DTP) - COMPILE WITH FASM
|
|
frame dd 0x131313
|
|
grab dd 0x3E3E3E
|
|
grab_button dd 0x366F8D
|
|
grab_button_text dd 0x112432
|
|
grab_text dd 0x3881A2
|
|
work dd 0xc8c8c8
|
|
work_button dd 0xc8c8c8
|
|
work_button_text dd 0x000000
|
|
work_text dd 0x000000
|
|
work_graph dd 0x868686 |