about summary refs log tree commit diff stats
path: root/src/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-21 21:24:10 +0000
committerJames Booth <boothj5@gmail.com>2012-11-21 21:24:10 +0000
commite8b2b7196ca3f291cf68592f517a31bff18c8f83 (patch)
treeab4674ecec6a152e0b1b5ddf2091fe94a36df9c1 /src/preferences.h
parent1a909fd6eb2f1ac5fb302c1c164e346fe9050249 (diff)
downloadprofani-tty-e8b2b7196ca3f291cf68592f517a31bff18c8f83.tar.gz
Separated colours from main preferences
Diffstat (limited to 'src/preferences.h')
-rw-r--r--src/preferences.h27
1 files changed, 2 insertions, 25 deletions
diff --git a/src/preferences.h b/src/preferences.h
index bb45ee07..f4547b07 100644
--- a/src/preferences.h
+++ b/src/preferences.h
@@ -63,6 +63,8 @@ gboolean prefs_get_states(void);
 void prefs_set_states(gboolean value);
 gboolean prefs_get_outtype(void);
 void prefs_set_outtype(gboolean value);
+gchar * prefs_get_theme(void);
+void prefs_set_theme(gchar *value);
 
 void prefs_set_notify_message(gboolean value);
 gboolean prefs_get_notify_message(void);
@@ -77,29 +79,4 @@ gint prefs_get_priority(void);
 
 void prefs_add_login(const char *jid);
 
-NCURSES_COLOR_T prefs_get_bkgnd();
-NCURSES_COLOR_T prefs_get_titlebar();
-NCURSES_COLOR_T prefs_get_statusbar();
-NCURSES_COLOR_T prefs_get_titlebartext();
-NCURSES_COLOR_T prefs_get_titlebarbrackets();
-NCURSES_COLOR_T prefs_get_statusbartext();
-NCURSES_COLOR_T prefs_get_statusbarbrackets();
-NCURSES_COLOR_T prefs_get_statusbaractive();
-NCURSES_COLOR_T prefs_get_statusbarnew();
-NCURSES_COLOR_T prefs_get_maintext();
-NCURSES_COLOR_T prefs_get_splashtext();
-NCURSES_COLOR_T prefs_get_online();
-NCURSES_COLOR_T prefs_get_away();
-NCURSES_COLOR_T prefs_get_chat();
-NCURSES_COLOR_T prefs_get_dnd();
-NCURSES_COLOR_T prefs_get_xa();
-NCURSES_COLOR_T prefs_get_offline();
-NCURSES_COLOR_T prefs_get_typing();
-NCURSES_COLOR_T prefs_get_gone();
-NCURSES_COLOR_T prefs_get_error();
-NCURSES_COLOR_T prefs_get_incoming();
-NCURSES_COLOR_T prefs_get_roominfo();
-NCURSES_COLOR_T prefs_get_me();
-NCURSES_COLOR_T prefs_get_them();
-
 #endif