kolibrios/skins/Leency/Latte/default.dtp.asm
Kirill Lipatov (Leency) f0a9ac0c27 update Leency skins
git-svn-id: svn://kolibrios.org@7238 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-04-17 19:09:21 +00:00

14 lines
306 B
NASM

struc system_colors
{
.frame dd 0x006393
.grab dd 0x0077b0
.grab_button dd 0xc0c0c0
.grab_button_text dd 0x000000
.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