Pixie: upload the rest files, update and fix menu.dat, rename pixie skins to fit into 11 symbols

git-svn-id: svn://kolibrios.org@5468 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2015-02-25 13:56:06 +00:00
parent 713a8c6c20
commit ffbd4b92ca
9 changed files with 17 additions and 8 deletions

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

+2 -2
View File
@@ -42,7 +42,7 @@ struct struct_pixie_colors {
void SetColorThemeDark()
{
current_theme = THEME_DARK;
Libimg_LoadImage(#skin, abspath("pixie_dark.png"));
Libimg_LoadImage(#skin, abspath("s_dark.png"));
skin.w = 300;
theme.color_top_panel_text = 0xFCFFBE;
theme.color_list_bg = 0x313031;
@@ -62,7 +62,7 @@ void SetColorThemeDark()
void SetColorThemeLight()
{
current_theme = THEME_LIGHT;
Libimg_LoadImage(#skin, abspath("pixie_light.png"));
Libimg_LoadImage(#skin, abspath("s_light.png"));
skin.w = 300;
theme.color_top_panel_text = 0x85663F;
theme.color_list_bg = 0xE2E2E2;