forked from KolibriOS/kolibrios
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 0x333333
|
||
|
.work dd 0xE4DFE1
|
||
|
.work_button dd 0x7F879E
|
||
|
.work_button_text dd 0xFEFEFE
|
||
|
.work_text dd 0x000000
|
||
|
.work_graph dd 0x7E7E7E
|
||
|
}
|
||
|
struct system_colors
|