about summary refs log tree commit diff stats
path: root/src/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theme.h')
-rw-r--r--src/theme.h26
1 files changed, 1 insertions, 25 deletions
diff --git a/src/theme.h b/src/theme.h
index 37b49c0b..1f348d61 100644
--- a/src/theme.h
+++ b/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