diff options
Diffstat (limited to 'dillorc')
-rw-r--r-- | dillorc | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -190,6 +190,15 @@ search_url="Google http://www.google.com/search?ie=UTF-8&oe=UTF-8&q=%s" # USER INTERFACE SECTION #------------------------------------------------------------------------- +# UI theme +# "none" is the default FLTK appearance, which "resembles old Windows...and +# old GTK/KDE". +# "plastic" "is inspired by the Aqua user interface on Mac OS X". +# "gtk+" "is inspired by the Red Hat Bluecurve theme". +#theme=none +# theme=gtk+ +# theme=plastic + # Size of dillo panel # tiny : buttons, location, and progress boxes in one row # small : location in one row, buttons + progress boxes in another |