diff options
author | portix <none@none> | 2013-02-24 15:31:20 +0100 |
---|---|---|
committer | portix <none@none> | 2013-02-24 15:31:20 +0100 |
commit | efe25785b5f01360afda8f9f1403c7bdc09fb387 (patch) | |
tree | fed1edac7cb63feea9a893d1c6c160c3aeb1e65e /src/config.h | |
parent | c9c7b7d771b1a8ddcd694b161646a835d32e06d2 (diff) | |
download | dwb-efe25785b5f01360afda8f9f1403c7bdc09fb387.zip |
New option 'private-color'
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index f8e22cb0..e4b6dede 100644 --- a/src/config.h +++ b/src/config.h @@ -987,6 +987,8 @@ static WebSettings DWB_SETTINGS[] = { SETTING_GLOBAL, COLOR_CHAR, { .p = "#ffffff" }, (S_Func) dwb_reload_layout, { 0 }, }, { { "background-color", "Background color of the active tab", }, SETTING_GLOBAL, COLOR_CHAR, { .p = "#000000" }, (S_Func) dwb_reload_layout, { 0 }, }, + { { "private-color", "Statusbar background color in private browsing mode", }, + SETTING_GLOBAL, COLOR_CHAR, { .p = "#505050" }, (S_Func) dwb_reload_layout, { 0 }, }, { { "tab-active-fg-color", "Foreground color of the active tab", }, SETTING_GLOBAL, COLOR_CHAR, { .p = "#ffffff" }, (S_Func) dwb_reload_layout, { 0 }, }, |