summaryrefslogtreecommitdiff
path: root/desktop/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/options.h')
-rw-r--r--desktop/options.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/options.h b/desktop/options.h
index 2779692b6..308615d90 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -36,6 +36,7 @@
#define _NETSURF_DESKTOP_OPTIONS_H_
#include <stdbool.h>
+#include "desktop/plot_style.h"
struct tree;
@@ -110,6 +111,11 @@ extern int option_max_fetchers_per_host;
extern int option_max_cached_fetch_handles;
extern bool option_suppress_curl_debug;
+/* Interface colours */
+extern colour option_gui_colour_bg_1;
+extern colour option_gui_colour_fg_1;
+extern colour option_gui_colour_fg_2;
+
void options_read(const char *path);
void options_write(const char *path);