forked from KolibriOS/kolibrios
990c9e53b7
git-svn-id: svn://kolibrios.org@5699 a494cfbc-eb01-0410-851d-a64ba20cac60
14 lines
379 B
NASM
14 lines
379 B
NASM
struc system_colors
|
|
{
|
|
.frame dd 0x646464
|
|
.grab dd 0x000000
|
|
.grab_button dd 0x000000
|
|
.grab_button_text dd 0x000000
|
|
.grab_text dd 0x000000
|
|
.work dd 0xE1E1E1
|
|
.work_button dd 0x7D7D8A
|
|
.work_button_text dd 0xFFFFFF
|
|
.work_text dd 0x000000
|
|
.work_graph dd 0x6B677A
|
|
}
|
|
struct system_colors |