diff options
author | corvid <corvid@lavabit.com> | 2011-09-13 18:22:27 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-09-13 18:22:27 +0000 |
commit | 91ba7012bd386f756df10bbffdbb8f4d8274dea5 (patch) | |
tree | 868cead2d246c199900f096865343313f687c1cf /dillorc | |
parent | fb39514b418cb293339d9f6028a496b2c4cca8da (diff) |
UI theme preference
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 |