/* Global variable */ extern int button_off_background; extern int button_on_background; extern int button_on_light_color; extern int button_off_light_color; extern int button_on_dark_color; extern int button_off_dark_color; extern int button_on_text_color; extern int button_on_text_shadow_color; extern int button_off_text_color; extern int button_off_text_shadow_color; extern int geek_area_text_color; extern int geek_area_color; extern int geek_area_dark_line; extern int geek_area_light_line; extern int app_width; extern int cpu_bar_color; extern int tt_bar_color; extern int st_bar_color; extern int show_clock; extern int clock_us; extern int show_system_info; extern int show_acc; /* Function */ extern int prefs_read( void); extern int prefs_write( void);