about summary refs log tree commit diff stats
path: root/preferences.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-06-18 22:16:57 +0100
committerJames Booth <boothj5@gmail.com>2012-06-18 22:16:57 +0100
commit028a2da3f6594dd7883a18136f216ddf83470f84 (patch)
tree3be0beae7df7c69970158a062e37b33ac28fde48 /preferences.h
parent32205af079f5fa32460ffb7ecbd30728ee93f02f (diff)
downloadprofani-tty-028a2da3f6594dd7883a18136f216ddf83470f84.tar.gz
Load colours from preferences
Diffstat (limited to 'preferences.h')
-rw-r--r--preferences.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/preferences.h b/preferences.h
index 2785a32e..78cfea5c 100644
--- a/preferences.h
+++ b/preferences.h
@@ -38,4 +38,12 @@ void prefs_add_login(const char *jid);
 gboolean prefs_get_showsplash(void);
 void prefs_set_showsplash(gboolean value);
 
+NCURSES_COLOR_T prefs_get_bkgnd();
+NCURSES_COLOR_T prefs_get_text();
+NCURSES_COLOR_T prefs_get_online();
+NCURSES_COLOR_T prefs_get_err();
+NCURSES_COLOR_T prefs_get_inc();
+NCURSES_COLOR_T prefs_get_bar();
+NCURSES_COLOR_T prefs_get_bar_text();
+
 #endif