diff options
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 |