diff options
author | corvid <corvid@lavabit.com> | 2011-09-13 18:22:27 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-09-13 18:22:27 +0000 |
commit | 91ba7012bd386f756df10bbffdbb8f4d8274dea5 (patch) | |
tree | 868cead2d246c199900f096865343313f687c1cf /src/prefs.h | |
parent | fb39514b418cb293339d9f6028a496b2c4cca8da (diff) |
UI theme preference
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index e81bda18..0dd9ea81 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -49,6 +49,7 @@ struct _DilloPrefs { int32_t bg_color; bool_t contrast_visited_color; bool_t show_tooltip; + char *theme; int panel_size; bool_t small_icons; bool_t limit_text_width; |