diff options
Diffstat (limited to 'src/prefsparser.cc')
-rw-r--r-- | src/prefsparser.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prefsparser.cc b/src/prefsparser.cc index 2a335450..76665093 100644 --- a/src/prefsparser.cc +++ b/src/prefsparser.cc @@ -110,6 +110,9 @@ int PrefsParser::parseOption(char *name, char *value) { "small_icons", &prefs.small_icons, PREFS_BOOL }, { "start_page", &prefs.start_page, PREFS_URL }, { "theme", &prefs.theme, PREFS_STRING }, + { "ui_fg_color", &prefs.ui_fg_color, PREFS_COLOR }, + { "ui_main_bg_color", &prefs.ui_main_bg_color, PREFS_COLOR }, + { "ui_text_bg_color", &prefs.ui_text_bg_color, PREFS_COLOR }, { "w3c_plus_heuristics", &prefs.w3c_plus_heuristics, PREFS_BOOL }, { "penalty_hyphen", &prefs.penalty_hyphen, PREFS_FRACTION_100 }, { "penalty_hyphen_2", &prefs.penalty_hyphen_2, PREFS_FRACTION_100 }, |