diff options
author | corvid <corvid@lavabit.com> | 2012-12-30 03:38:42 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2012-12-30 03:38:42 +0000 |
commit | aaab52c26db7ab85b263820947232d7eff8eebb3 (patch) | |
tree | eeeaa33783c6ec53f18638c1c7669128f31fcf1c /dillorc | |
parent | 08fcee0f972badaa2dc71ae5008fc5ae71dde1a3 (diff) |
ui color fg/bg preferences
Recent mailing list: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009661.html
The earlier thread begins with: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-September/008890.html
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -206,7 +206,13 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # COLORS SECTION #------------------------------------------------------------------------- -# Set the background color +# Override the user interface colors. +# +# ui_fg_color=black +# ui_main_bg_color=silver +# ui_text_bg_color=white + +# Set the page background color # bg_color=gray # bg_color=0xd6d6c0 #bg_color=0xdcd1ba |