APM: slightly update UI and add it to IMG

ICONS32.PNG: new mouse and APM icons, update SYSMON icons
KFONT viewer: add colored mode, on by default


git-svn-id: svn://kolibrios.org@7647 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2019-05-10 12:51:47 +00:00
parent 8a0107ea33
commit 5486248fed
15 changed files with 98 additions and 90 deletions

View File

@@ -233,6 +233,7 @@ void SetAppColors()
if (GrayScaleImage(#bg_col,1,1)>=65)
{
//use light colors
col.def = true;
col.list_bg = 0xFFFfff;
col.list_gb_text = 0x000000;
col.list_text_hidden = 0xA6A6B7;
@@ -249,6 +250,7 @@ void SetAppColors()
else
{
//use dark colors
col.def = false;
col.list_bg = system.color.work;
col.list_gb_text = system.color.work_text;
col.list_text_hidden = 0xA6A6B7;