kolibrios/skins/Leency/Shkvorka/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
379 B
NASM

struc system_colors
{
.taskbar dd 0x586786
.taskbar_text dd 0xFEFEFE
.work_dark dd 0xC0BBB4
.work_light dd 0xECE9E5
.window_title dd 0x333333
.work dd 0xDDD7CF
.work_button dd 0x7887A6
.work_button_text dd 0xFEFEFE
.work_text dd 0x000000
.work_graph dd 0x7E7E7E
}
struct system_colors