forked from KolibriOS/kolibrios
14 lines
379 B
NASM
14 lines
379 B
NASM
|
struc system_colors
|
||
|
{
|
||
|
.frame dd 0x000000
|
||
|
.grab dd 0x006393
|
||
|
.grab_button dd 0xB1B1B1
|
||
|
.grab_button_text dd 0x000000
|
||
|
.grab_text dd 0xFFFFFF
|
||
|
.work dd 0xE8E8E8
|
||
|
.work_button dd 0xB1B1B1
|
||
|
.work_button_text dd 0x000000
|
||
|
.work_text dd 0x000000
|
||
|
.work_graph dd 0x000000
|
||
|
}
|
||
|
struct system_colors
|