Moved colour initialisation to theme

This commit is contained in:
James Booth
2012-11-21 23:18:21 +00:00
parent cd4465394b
commit 29f72283c4
3 changed files with 42 additions and 204 deletions

View File

@@ -35,32 +35,8 @@
#endif
void theme_load(const char * const theme_name);
void theme_init_colours(void);
gboolean theme_change(const char * const theme_name);
void theme_close(void);
NCURSES_COLOR_T theme_get_bkgnd();
NCURSES_COLOR_T theme_get_titlebar();
NCURSES_COLOR_T theme_get_statusbar();
NCURSES_COLOR_T theme_get_titlebartext();
NCURSES_COLOR_T theme_get_titlebarbrackets();
NCURSES_COLOR_T theme_get_statusbartext();
NCURSES_COLOR_T theme_get_statusbarbrackets();
NCURSES_COLOR_T theme_get_statusbaractive();
NCURSES_COLOR_T theme_get_statusbarnew();
NCURSES_COLOR_T theme_get_maintext();
NCURSES_COLOR_T theme_get_splashtext();
NCURSES_COLOR_T theme_get_online();
NCURSES_COLOR_T theme_get_away();
NCURSES_COLOR_T theme_get_chat();
NCURSES_COLOR_T theme_get_dnd();
NCURSES_COLOR_T theme_get_xa();
NCURSES_COLOR_T theme_get_offline();
NCURSES_COLOR_T theme_get_typing();
NCURSES_COLOR_T theme_get_gone();
NCURSES_COLOR_T theme_get_error();
NCURSES_COLOR_T theme_get_incoming();
NCURSES_COLOR_T theme_get_roominfo();
NCURSES_COLOR_T theme_get_me();
NCURSES_COLOR_T theme_get_them();
#endif