summaryrefslogtreecommitdiff
path: root/amiga/dist
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-18 13:56:12 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-18 13:56:12 +0000
commitcde05b7d9f828ffb3869130ec250ad528894195d (patch)
tree99e4ad0507ef6168387a6f4805244cd12209188b /amiga/dist
parentd9f9bda135c720cb0ff378a0337f8df402720bb0 (diff)
downloadnetsurf-cde05b7d9f828ffb3869130ec250ad528894195d.tar.gz
netsurf-cde05b7d9f828ffb3869130ec250ad528894195d.tar.bz2
Basic theme support.
NetSurf will use the theme pointed to by the Options file "theme:". Default is Resources/Themes/Default This directory must contain a file called Theme which indicates which files should be used for which images. The number of frames in the Throbber must also be specified here. See Resources/Themes/Default/Theme for an example. svn path=/trunk/netsurf/; revision=5592
Diffstat (limited to 'amiga/dist')
-rwxr-xr-xamiga/dist/NetSurf.guide4
-rw-r--r--amiga/dist/NetSurf_alt.infobin11892 -> 0 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/amiga/dist/NetSurf.guide b/amiga/dist/NetSurf.guide
index b341a6ba9..8f88477d0 100755
--- a/amiga/dist/NetSurf.guide
+++ b/amiga/dist/NetSurf.guide
@@ -27,10 +27,10 @@ The options file is stored in Resources/Options by default. The following optio
@{b}hotlist_file@{ub} Path to Hotlist file
@{b}use_workbench@{ub} Open NetSurf in a window on Workbench screen (default is to open a custom screen)
@{b}screen_modeid@{ub} Mode ID for NetSurf's custom screen
-@{b}toolbar_images@{ub} Path to toolbar images (default is TBImages:, which is AISS - see http://www.masonicons.de)
+@{b}theme@{ub} Path to theme (default is Resources/Themes/Default - an alternative included theme is Resources/Themes/AISS)
@{b}no_iframes@{ub} Disable IFrames
@{b}clipboard_write_utf8@{ub} Write UTF-8 strings to the clipboard along with a charset identifier (when this option is 0, NetSurf will convert copied strings to local charset)
-@{b}throbber_frames@{ub} Number of frames in Resources/Throbber file (must be a flat image file with first image inactive)
+@{b}throbber_frames@{ub} Not used (now in theme description file)
@{b}truecolour_mouse_pointers@{ub} Use 32-bit mouse pointers, when disabled NetSurf will use old-style 4 colour images (see Resources/Pointers)
@{b}os_mouse_pointers@{ub} Don't override default and busy mouse pointers
@{b}always_open_tabs@{ub} Force opening tabs instead of windows (actually swaps the functions so ctrl-click now opens windows and middle mouse button opens tabs)
diff --git a/amiga/dist/NetSurf_alt.info b/amiga/dist/NetSurf_alt.info
deleted file mode 100644
index a42460e7f..000000000
--- a/amiga/dist/NetSurf_alt.info
+++ /dev/null
Binary files differ