forked from KolibriOS/kolibrios
14 lines
379 B
NASM
14 lines
379 B
NASM
|
struc system_colors
|
||
|
{
|
||
|
.unused1 dd 0xAAAaaa
|
||
|
.unused2 dd 0xFFFfff
|
||
|
.dark dd 0x505050
|
||
|
.light dd 0x828282
|
||
|
.window_title dd 0xE3E3E3
|
||
|
.work dd 0x626262
|
||
|
.button dd 0x4E4E4E
|
||
|
.button_text dd 0xFFC189
|
||
|
.work_text dd 0xF5EEee
|
||
|
.graph dd 0x222222
|
||
|
}
|
||
|
struct system_colors
|