Subversion Repositories Kolibri OS

Rev

Rev 5465 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5465 Rev 5468
Line 40... Line 40...
40
 
40
 
41
 
41
 
42
void SetColorThemeDark()
42
void SetColorThemeDark()
43
{
43
{
44
	current_theme = THEME_DARK;
44
	current_theme = THEME_DARK;
45
	Libimg_LoadImage(#skin, abspath("pixie_dark.png"));
45
	Libimg_LoadImage(#skin, abspath("s_dark.png"));
46
	skin.w = 300;
46
	skin.w = 300;
47
	theme.color_top_panel_text = 0xFCFFBE;
47
	theme.color_top_panel_text = 0xFCFFBE;
48
	theme.color_list_bg = 0x313031;
48
	theme.color_list_bg = 0x313031;
Line 60... Line 60...
60
 
60
 
61
 
61
 
62
void SetColorThemeLight()
62
void SetColorThemeLight()
63
{
63
{
64
	current_theme = THEME_LIGHT;
64
	current_theme = THEME_LIGHT;
65
	Libimg_LoadImage(#skin, abspath("pixie_light.png"));
65
	Libimg_LoadImage(#skin, abspath("s_light.png"));
66
	skin.w = 300;
66
	skin.w = 300;
67
	theme.color_top_panel_text = 0x85663F;
67
	theme.color_top_panel_text = 0x85663F;
68
	theme.color_list_bg = 0xE2E2E2;
68
	theme.color_list_bg = 0xE2E2E2;