Moved colour initialisation to theme
This commit is contained in:
26
src/theme.h
26
src/theme.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user