Added theme files support with /theme command

This commit is contained in:
James Booth
2012-11-21 22:33:07 +00:00
parent e8b2b7196c
commit cd4465394b
6 changed files with 118 additions and 30 deletions

View File

@@ -35,6 +35,7 @@
#endif
void theme_load(const char * const theme_name);
gboolean theme_change(const char * const theme_name);
void theme_close(void);
NCURSES_COLOR_T theme_get_bkgnd();