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 0x000000
|
||
|
.work dd 0xE1E1E1
|
||
|
.work_button dd 0x7D7D8A
|
||
|
.work_button_text dd 0xFFFFFF
|
||
|
.work_text dd 0x000000
|
||
|
.work_graph dd 0x6B677A
|
||
|
}
|
||
|
struct system_colors
|