forked from KolibriOS/kolibrios
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:
|
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 |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user