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 0xf4f4f4
|
|
grab dd 0xf4f4f4
|
|
grab_button dd 0xebebeb
|
|
grab_button_text dd 0x606060
|
|
grab_text dd 0x606060
|
|
work dd 0xf4f4f4
|
|
work_button dd 0xebebeb
|
|
work_button_text dd 0x606060
|
|
work_text dd 0x606060
|
|
work_graph dd 0xb1b1b1 |