kolibrios-fun/skins/Leency/Latte/default.dtp.asm
Kirill Lipatov (Leency) e7f6c577cc add fNav and Bomber game icons, fix/update my skins and Night skin (moved from _old to ok), Eolite small fixes for big icons support
git-svn-id: svn://kolibrios.org@7256 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-23 14:08:39 +00:00

14 lines
357 B
NASM

struc system_colors
{
.frame dd 0x006393
.grab dd 0x0077b0
.work_dark dd 0xA5A5A5
.work_light dd 0xE4E4E4
.title_text dd 0x444444
.work dd 0xCACACA
.work_button dd 0xE9E9E9
.work_button_text dd 0x000000
.work_text dd 0x000000
.work_graph dd 0x777777
}
struct system_colors