forked from KolibriOS/kolibrios
6c853d0a9c
git-svn-id: svn://kolibrios.org@8007 a494cfbc-eb01-0410-851d-a64ba20cac60
14 lines
329 B
NASM
14 lines
329 B
NASM
struc system_colors
|
|
{
|
|
.null1 dd 0x000000
|
|
.null2 dd 0x006393
|
|
.dark dd 0xD1CFC7
|
|
.light dd 0xF2F2F0
|
|
.grab_text dd 0xFFFFFF
|
|
.work dd 0xE3E2DD
|
|
.button dd 0x7794CA
|
|
.button_text dd 0xFFFfff
|
|
.work_text dd 0x000000
|
|
.graph dd 0x6380B1
|
|
}
|
|
struct system_colors |