themes
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 809
Tomb Raider 1
Tomb Raider is a KDM theme featuring Angelina Jolie. more>>
Tomb Raider is a KDM theme featuring Angelina Jolie. This is the first of several Tomb Raider themes. I also intend to make Login Splash screens. Ill post the links here when I do.
<<less Download (0.53MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
8473 downloads
Restart Firefox 0.3
Restart Firefox is an extension which adds a restart Firefox menuitem. more>>
Restart Firefox is an extension which adds a restart Firefox menuitem.
Adds Restart Firefox menuitem to File, and a toolbar button for easy restarting.
Great for when you install themes or extensions and need to restart Firefox.
<<lessAdds Restart Firefox menuitem to File, and a toolbar button for easy restarting.
Great for when you install themes or extensions and need to restart Firefox.
Download (0.019MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
980 downloads
CTWM Themes System 0.2
CTWM Themes System is a set of CTWM configuration files and shell scripts. more>>
CTWM Themes System in short CTS is a set of CTWM configuration files and shell scripts that adds basic themes-like capabilities to your ctwm window manager.
CTS caracteristics:
- themes are split into look themes and feel themes. Look themes change colors and visual aspect of the window manager, and feel themes change the way you move or place windows, open the menus, etc.
- automatically generated menus allows you to switch look or feel themes. Your choice is saved for your future X sessions.
- you can change the background image used with the current look theme using a menu generated from the images stored in the Backgrounds directory.
- adding a new theme is as easy as unpacking it in the Themes-Look or Themes-Feel directory and restarting ctwm.
How does it work ?
The CTS package provides a .ctwm directory you must place in your home directory.
This directory provides a ctwmrc file that will include other configuration files from the include directory and from the themes directories. Using the m4 preprocessor, the configuration files will read the Themes-Look and Themes-Feel directories and the Backgrounds directory and generate menus allowing you to switch themes and background images.
When you choose a theme in the menus, CTWM calls the "settheme" script that simply change the $HOME/.ctwm/Themes-*/Current link to the new selected theme directory.
The wallpapers are switched using the "setbg" script that change the root windows wallpaper, and place a link to the image in the directory of the current look theme.
The script supports multiple screens, so if you have multiple screens, using the menu will change the wallpaper of the current screen.
Enhancements:
- This version provides many minor enhancements, file name changes, and better themes, but above all, themes are now split into two kinds: "look themes" that change the visual aspects of the window manager, and "feel themes" that change the key bindings, the way windows are raised, etc.
- That way, you can change the colors of the windows while keeping your preferred focus and window raise methods.
<<lessCTS caracteristics:
- themes are split into look themes and feel themes. Look themes change colors and visual aspect of the window manager, and feel themes change the way you move or place windows, open the menus, etc.
- automatically generated menus allows you to switch look or feel themes. Your choice is saved for your future X sessions.
- you can change the background image used with the current look theme using a menu generated from the images stored in the Backgrounds directory.
- adding a new theme is as easy as unpacking it in the Themes-Look or Themes-Feel directory and restarting ctwm.
How does it work ?
The CTS package provides a .ctwm directory you must place in your home directory.
This directory provides a ctwmrc file that will include other configuration files from the include directory and from the themes directories. Using the m4 preprocessor, the configuration files will read the Themes-Look and Themes-Feel directories and the Backgrounds directory and generate menus allowing you to switch themes and background images.
When you choose a theme in the menus, CTWM calls the "settheme" script that simply change the $HOME/.ctwm/Themes-*/Current link to the new selected theme directory.
The wallpapers are switched using the "setbg" script that change the root windows wallpaper, and place a link to the image in the directory of the current look theme.
The script supports multiple screens, so if you have multiple screens, using the menu will change the wallpaper of the current screen.
Enhancements:
- This version provides many minor enhancements, file name changes, and better themes, but above all, themes are now split into two kinds: "look themes" that change the visual aspects of the window manager, and "feel themes" that change the key bindings, the way windows are raised, etc.
- That way, you can change the colors of the windows while keeping your preferred focus and window raise methods.
Download (0.13MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1295 downloads
gnome-themes 2.19.90
gnome-themes is a GNOME theme manager. more>>
gnome-themes is a GNOME theme manager.
All the a11y themes in this module inherit from the gnome theme. The gnome theme is in the gnome-icon-theme module, and has to be built and installed separately.
1. Editing the gtkrc files
The gtkrc.in files for each a11y theme are currently generated by autogen.sh. Each gtkrc.in file is the concatenation of these files:
$theme/gtk-2.0/$theme.rc
common/gtk-stock-icons.rc
common/panel-stock-icons.rc
common/media-stock-icons.rc
common/capplet-stock-icons.rc
It follows that you should NOT edit gtkrc.in directly. Instead, edit the appropriate .rc file, then re-autogen before building. This obviously kind of sucks, but it was the only way I could get it to work at the time :/
2. Adding new icons
The module is currently configured to make it easy to add or remove a stock icon from all themes at once, but not so easy to do so on a per-theme basis. This works well for now but probably wont if we want to make this a more general theme repository.
So, to add a new gtk stock icon to all themes:
- Add the icons filename to common/all-stock-items.data
- Add the line you want to appear in the themes RC files to the appropriate common/*.rc file
- Add the icon files, each with the same filename, to all the /pixmaps/ directories.
GNOME icons that are themed via the icon theming mechanism (as specified on freedesktop.org) are currently still added individually in each < theme >/icons subdirectory. E.g. to add a new 48x48 application icon to all the themes, you have to modify each < theme >/icons/48x48/apps/Makefile.am individually, and add the appropriate icon file to each < theme >/icons/48x48/apps directory.
3. Changing icon sizes
The icon sizes for ALL the LargePrint themes are defined in configure.in. Changing them here will affect all LargePrint themes.
4. Changing colours
To change the colours in a particular theme, edit its /gtk-2.0/ .rc file.
5. Switching icon themes
In 2.2 and later, use gnome-theme-manager, and choose the Icon theme from the Details subdialog.
In earlier versions of GNOME, unless youre running my patched theme switcher dialog (patch in bugzilla,
#93486), youll need to switch icon themes by hand using GConf:
$ gconftool-2 -s /desktop/gnome/interface/icon_theme " " --type=string
6. To create low contrast icons in GIMP from the original coloured icon
Use the low-contrast-preset.scm GIMP script in this directory to create a low contrast icon from a regular-coloured icon. (Read the comments in the script for instructions on how to install and use it.) Thanks to Guillermo for providing this!
Note: In GIMP, Input=0/0.6/255, Output=75/255 seems to give results closer to the icons Suzanna converted in Photoshop, but plugging these values into this script seems to give different results from doing it manually in the Levels dialog :/
<<lessAll the a11y themes in this module inherit from the gnome theme. The gnome theme is in the gnome-icon-theme module, and has to be built and installed separately.
1. Editing the gtkrc files
The gtkrc.in files for each a11y theme are currently generated by autogen.sh. Each gtkrc.in file is the concatenation of these files:
$theme/gtk-2.0/$theme.rc
common/gtk-stock-icons.rc
common/panel-stock-icons.rc
common/media-stock-icons.rc
common/capplet-stock-icons.rc
It follows that you should NOT edit gtkrc.in directly. Instead, edit the appropriate .rc file, then re-autogen before building. This obviously kind of sucks, but it was the only way I could get it to work at the time :/
2. Adding new icons
The module is currently configured to make it easy to add or remove a stock icon from all themes at once, but not so easy to do so on a per-theme basis. This works well for now but probably wont if we want to make this a more general theme repository.
So, to add a new gtk stock icon to all themes:
- Add the icons filename to common/all-stock-items.data
- Add the line you want to appear in the themes RC files to the appropriate common/*.rc file
- Add the icon files, each with the same filename, to all the /pixmaps/ directories.
GNOME icons that are themed via the icon theming mechanism (as specified on freedesktop.org) are currently still added individually in each < theme >/icons subdirectory. E.g. to add a new 48x48 application icon to all the themes, you have to modify each < theme >/icons/48x48/apps/Makefile.am individually, and add the appropriate icon file to each < theme >/icons/48x48/apps directory.
3. Changing icon sizes
The icon sizes for ALL the LargePrint themes are defined in configure.in. Changing them here will affect all LargePrint themes.
4. Changing colours
To change the colours in a particular theme, edit its /gtk-2.0/ .rc file.
5. Switching icon themes
In 2.2 and later, use gnome-theme-manager, and choose the Icon theme from the Details subdialog.
In earlier versions of GNOME, unless youre running my patched theme switcher dialog (patch in bugzilla,
#93486), youll need to switch icon themes by hand using GConf:
$ gconftool-2 -s /desktop/gnome/interface/icon_theme " " --type=string
6. To create low contrast icons in GIMP from the original coloured icon
Use the low-contrast-preset.scm GIMP script in this directory to create a low contrast icon from a regular-coloured icon. (Read the comments in the script for instructions on how to install and use it.) Thanks to Guillermo for providing this!
Note: In GIMP, Input=0/0.6/255, Output=75/255 seems to give results closer to the icons Suzanna converted in Photoshop, but plugging these values into this script seems to give different results from doing it manually in the Levels dialog :/
Download (2.7MB)
Added: 2007-08-13 License: LGPL (GNU Lesser General Public License) Price:
816 downloads
Sylpheed-Claws 20060615 (Icon Themes)
Sylpheed-Claws icon themes. more>>
Sylpheed-Claws is the extended version of Sylpheed, a GTK+ based, lightweight, and fast email client.
Almost all commands are accessible with the keyboard. It also has many features such as multiple accounts, POP3/SMTP/IMAP/NNTP support, OpenSSL, GnuPG, and LDAP support, a plugin system, spell checking, filtering, Actions, spam and virus filters, an address book, internationalization, and more.
Sylpheed-Claws has themeable icon sets.
Enhancements:
- This release contains 30 themes.
<<lessAlmost all commands are accessible with the keyboard. It also has many features such as multiple accounts, POP3/SMTP/IMAP/NNTP support, OpenSSL, GnuPG, and LDAP support, a plugin system, spell checking, filtering, Actions, spam and virus filters, an address book, internationalization, and more.
Sylpheed-Claws has themeable icon sets.
Enhancements:
- This release contains 30 themes.
Download (1.6MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1229 downloads
xscreensaver lock window themes 1.1
xscreensaver lock window themes is a replacement for ugly password lock window. more>>
xscreensaver lock window themes is a replacement for ugly password lock window.
XScreenSaver is a ubiquitous program on Unix for preventing the pixels of your monitor from burning in, providing pretty animations and providing password protection. However, the default lock window used for password protection is bloody ugly.
The author of XScreenSaver has an explanation on why toolkits like GTK and QT are not used for the lock window and Id agree with his points. However, why not have a built-in theme that is secure?
So what Im providing here is a framework for creating built-in themes. (Note that themes are not run time changeable - only one can be included at any time.) The default theme is shown the above screenshot and other themes are available in the themes page. Creating a new theme requires some graphical talent (of which I have none) for the frame and logo and some programming experience if you wish to adjust the interior. Please feel free to submit themes and I will include them on the theme page.z
Enhancements:
- Version 1.1 patches XScreenSaver 4.22 and perhaps newer versions. (One easily fixable hunk failure against 4.21.)
<<lessXScreenSaver is a ubiquitous program on Unix for preventing the pixels of your monitor from burning in, providing pretty animations and providing password protection. However, the default lock window used for password protection is bloody ugly.
The author of XScreenSaver has an explanation on why toolkits like GTK and QT are not used for the lock window and Id agree with his points. However, why not have a built-in theme that is secure?
So what Im providing here is a framework for creating built-in themes. (Note that themes are not run time changeable - only one can be included at any time.) The default theme is shown the above screenshot and other themes are available in the themes page. Creating a new theme requires some graphical talent (of which I have none) for the frame and logo and some programming experience if you wish to adjust the interior. Please feel free to submit themes and I will include them on the theme page.z
Enhancements:
- Version 1.1 patches XScreenSaver 4.22 and perhaps newer versions. (One easily fixable hunk failure against 4.21.)
Download (0.075MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1097 downloads
Andutteye Software Suite 2.3 (Themes)
Andutteye Software Suite is a systems management tool. more>>
Andutteye Software Suite is a systems management tool. Andutteye Software Suite has a modular design and every module targets different tasks of systems management.
Andutteye Software Suite will let you manage all aspects of the IT infrastructure, helping to ensure availability, monitor, tune, and optimize performance.
Andutteye Software Suite will make it easier to support and maintain your entire enterprise as a single entity from a central point of operation.
The webinterface has oustanding features like:
- css stylesheet and theme support
- Language support
- Support and complete integration for monitoring, management and change module
- Role based access control to aes objects
- Centralized configuration administration for monitoring and management
- Tweak and present aes gathered data with graphs or reports
- Rss syndication support
<<lessAndutteye Software Suite will let you manage all aspects of the IT infrastructure, helping to ensure availability, monitor, tune, and optimize performance.
Andutteye Software Suite will make it easier to support and maintain your entire enterprise as a single entity from a central point of operation.
The webinterface has oustanding features like:
- css stylesheet and theme support
- Language support
- Support and complete integration for monitoring, management and change module
- Role based access control to aes objects
- Centralized configuration administration for monitoring and management
- Tweak and present aes gathered data with graphs or reports
- Rss syndication support
Download (0.20MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1100 downloads
gnome-themes-extras 2.19.6
gnome-themes is a GNOME theme manager. more>>
gnome-themes is a GNOME theme manager.
All the a11y themes in this module inherit from the gnome theme. The gnome theme is in the gnome-icon-theme module, and has to be built and installed separately.
1. Editing the gtkrc files
The gtkrc.in files for each a11y theme are currently generated by autogen.sh. Each gtkrc.in file is the concatenation of these files:
$theme/gtk-2.0/$theme.rc
common/gtk-stock-icons.rc
common/panel-stock-icons.rc
common/media-stock-icons.rc
common/capplet-stock-icons.rc
It follows that you should NOT edit gtkrc.in directly. Instead, edit the appropriate .rc file, then re-autogen before building. This obviously kind of sucks, but it was the only way I could get it to work at the time :/
2. Adding new icons
The module is currently configured to make it easy to add or remove a stock icon from all themes at once, but not so easy to do so on a per-theme basis. This works well for now but probably wont if we want to make this a more general theme repository.
So, to add a new gtk stock icon to all themes:
- Add the icons filename to common/all-stock-items.data
- Add the line you want to appear in the themes RC files to the appropriate common/*.rc file
- Add the icon files, each with the same filename, to all the /pixmaps/ directories.
GNOME icons that are themed via the icon theming mechanism (as specified on freedesktop.org) are currently still added individually in each < theme >/icons subdirectory. E.g. to add a new 48x48 application icon to all the themes, you have to modify each < theme >/icons/48x48/apps/Makefile.am individually, and add the appropriate icon file to each < theme >/icons/48x48/apps directory.
3. Changing icon sizes
The icon sizes for ALL the LargePrint themes are defined in configure.in. Changing them here will affect all LargePrint themes.
4. Changing colours
To change the colours in a particular theme, edit its /gtk-2.0/ .rc file.
5. Switching icon themes
In 2.2 and later, use gnome-theme-manager, and choose the Icon theme from the Details subdialog.
In earlier versions of GNOME, unless youre running my patched theme switcher dialog (patch in bugzilla,
#93486), youll need to switch icon themes by hand using GConf:
$ gconftool-2 -s /desktop/gnome/interface/icon_theme " " --type=string
6. To create low contrast icons in GIMP from the original coloured icon
Use the low-contrast-preset.scm GIMP script in this directory to create a low contrast icon from a regular-coloured icon. (Read the comments in the script for instructions on how to install and use it.) Thanks to Guillermo for providing this!
Note: In GIMP, Input=0/0.6/255, Output=75/255 seems to give results closer to the icons Suzanna converted in Photoshop, but plugging these values into this script seems to give different results from doing it manually in the Levels dialog :/
<<lessAll the a11y themes in this module inherit from the gnome theme. The gnome theme is in the gnome-icon-theme module, and has to be built and installed separately.
1. Editing the gtkrc files
The gtkrc.in files for each a11y theme are currently generated by autogen.sh. Each gtkrc.in file is the concatenation of these files:
$theme/gtk-2.0/$theme.rc
common/gtk-stock-icons.rc
common/panel-stock-icons.rc
common/media-stock-icons.rc
common/capplet-stock-icons.rc
It follows that you should NOT edit gtkrc.in directly. Instead, edit the appropriate .rc file, then re-autogen before building. This obviously kind of sucks, but it was the only way I could get it to work at the time :/
2. Adding new icons
The module is currently configured to make it easy to add or remove a stock icon from all themes at once, but not so easy to do so on a per-theme basis. This works well for now but probably wont if we want to make this a more general theme repository.
So, to add a new gtk stock icon to all themes:
- Add the icons filename to common/all-stock-items.data
- Add the line you want to appear in the themes RC files to the appropriate common/*.rc file
- Add the icon files, each with the same filename, to all the /pixmaps/ directories.
GNOME icons that are themed via the icon theming mechanism (as specified on freedesktop.org) are currently still added individually in each < theme >/icons subdirectory. E.g. to add a new 48x48 application icon to all the themes, you have to modify each < theme >/icons/48x48/apps/Makefile.am individually, and add the appropriate icon file to each < theme >/icons/48x48/apps directory.
3. Changing icon sizes
The icon sizes for ALL the LargePrint themes are defined in configure.in. Changing them here will affect all LargePrint themes.
4. Changing colours
To change the colours in a particular theme, edit its /gtk-2.0/ .rc file.
5. Switching icon themes
In 2.2 and later, use gnome-theme-manager, and choose the Icon theme from the Details subdialog.
In earlier versions of GNOME, unless youre running my patched theme switcher dialog (patch in bugzilla,
#93486), youll need to switch icon themes by hand using GConf:
$ gconftool-2 -s /desktop/gnome/interface/icon_theme " " --type=string
6. To create low contrast icons in GIMP from the original coloured icon
Use the low-contrast-preset.scm GIMP script in this directory to create a low contrast icon from a regular-coloured icon. (Read the comments in the script for instructions on how to install and use it.) Thanks to Guillermo for providing this!
Note: In GIMP, Input=0/0.6/255, Output=75/255 seems to give results closer to the icons Suzanna converted in Photoshop, but plugging these values into this script seems to give different results from doing it manually in the Levels dialog :/
Download (5.0MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
824 downloads
boo karamba theme
boo karamba theme has been adapted from the karamba eyes theme, by replaceing the eyes with terasa(boo). more>>
boo karamba theme has been adapted from the karamba eyes theme, by replaceing the eyes with terasa(boo).
<<less Download (0.052MB)
Added: 2006-06-24 License: GPL (GNU General Public License) Price:
1240 downloads
Clearlooks-BlackMod
Clearlooks-BlackMod are three themes designed to perfectly fits Clearlooks themes with Black borders. more>>
Clearlooks-BlackMod are three themes designed to perfectly fits Clearlooks themes with Black borders.
See for example the Light and Medium versions how look good with Aerials! Absolutely wonderful.
<<lessSee for example the Light and Medium versions how look good with Aerials! Absolutely wonderful.
Download (0.006MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
601 downloads
Alphacube Metacity Theme 1.0
Alphacube Metacity Theme consists of a 6 themes pack inspired by milk theme and vista. more>>
Alphacube Metacity Theme consists of a 6 themes pack inspired by milk theme and vista.
The pack contains 6 metacity theme:
1. Simple, whit simple effect on mouse over.
2. Light, whit white light effect on mouse over.
3. Color, whit color light effect on mouse over.
And this version in condensed mode! By Eric, thanks!
To use, you need to unpack the gzip file and then import the metacity theme (first delete the old theme)
--> thanks to ALL, for the high score of this theme!
Enhancements:
- Fix Condensed version
<<lessThe pack contains 6 metacity theme:
1. Simple, whit simple effect on mouse over.
2. Light, whit white light effect on mouse over.
3. Color, whit color light effect on mouse over.
And this version in condensed mode! By Eric, thanks!
To use, you need to unpack the gzip file and then import the metacity theme (first delete the old theme)
--> thanks to ALL, for the high score of this theme!
Enhancements:
- Fix Condensed version
Download (0.056MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
963 downloads
MacOS-X Aqua Theme 1.2.1
MacOS-X Aqua Theme provides a GTK 2.x Theme/Style. more>>
MacOS-X Aqua Theme provides a GTK 2.x Theme/Style.
Installation guide :
[Part 1] GTK2 Theme
Step 1 : If you have got the old version before, then delete the old version.
rm -Rf ~/.themes/MacOS-X
if not, skip this step.
Step 2 : Unpack the downloaded file.
tar zxf 13548-Gnome_MacOS-X_Aqua_Theme_20040730.tar.gz
Step 3 : Move the entire folder named "MacOS-X" into ~/.themes
mv MacOS-X ~/.themes
Enhancements:
- Fixed bugs found in gtk theme.
- 72x72 and 96x96 icons added to Icon theme.
<<lessInstallation guide :
[Part 1] GTK2 Theme
Step 1 : If you have got the old version before, then delete the old version.
rm -Rf ~/.themes/MacOS-X
if not, skip this step.
Step 2 : Unpack the downloaded file.
tar zxf 13548-Gnome_MacOS-X_Aqua_Theme_20040730.tar.gz
Step 3 : Move the entire folder named "MacOS-X" into ~/.themes
mv MacOS-X ~/.themes
Enhancements:
- Fixed bugs found in gtk theme.
- 72x72 and 96x96 icons added to Icon theme.
Download (0.33MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
646 downloads
Jini icon theme 0.6
Jini icon theme project consists of SVG vector themes. more>>
Jini icon theme project consists of SVG vector themes.
Jini Icon theme is SVG vector theme. Some elements derived from Gorilla theme, thanks jimmac. And all icons made by inkscape. There is 4 color theme,
Installation
For using jin4 jin5 jin6 icon theme, you should have install jin3 theme
To install the iconset please extract to
/home/ /.icons
or
/usr/share/icons
now use your Desktop Environments theme manager
to select the theme.
in GNOME you can find the theme manager in the menu
Desktop > Preferences > Theme
now click "Theme details" and then select the "Icon" tab,
Dropline Neu! should be available in the theme list :)
Enhancements:
- Add and edit more than 70 icons.
- Start adding kde icon.
- evolution mail icon size bug fix thanks to Christoph Trassl
<<lessJini Icon theme is SVG vector theme. Some elements derived from Gorilla theme, thanks jimmac. And all icons made by inkscape. There is 4 color theme,
Installation
For using jin4 jin5 jin6 icon theme, you should have install jin3 theme
To install the iconset please extract to
/home/ /.icons
or
/usr/share/icons
now use your Desktop Environments theme manager
to select the theme.
in GNOME you can find the theme manager in the menu
Desktop > Preferences > Theme
now click "Theme details" and then select the "Icon" tab,
Dropline Neu! should be available in the theme list :)
Enhancements:
- Add and edit more than 70 icons.
- Start adding kde icon.
- evolution mail icon size bug fix thanks to Christoph Trassl
Download (7.2MB)
Added: 2007-01-27 License: CeCILL (CeCILL Free Software License Agreement) Price:
605 downloads
KDM Vista like Theme
KDM Vista like Theme is a very nice KDM theme that looks like Vistas one. more>>
KDM Vista like Theme is a very nice KDM theme that looks like Vistas one.
I didnt see any Vista like KDM login theme... I wanted one so I tried.
Enhancements:
- There are now two themes. One for widescreen which is the same as the previous one and one for 4/3 screen. This new one has been successfully tested on a 1600 x 1200 screen. If you have other resolution, please try and report if it works.
<<lessI didnt see any Vista like KDM login theme... I wanted one so I tried.
Enhancements:
- There are now two themes. One for widescreen which is the same as the previous one and one for 4/3 screen. This new one has been successfully tested on a 1600 x 1200 screen. If you have other resolution, please try and report if it works.
Download (1.1MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
979 downloads
Install New Theme 0.7
Install New Theme is an extension that provides a button in the Theme Manager for installing themes from disk. more>>
Install New Theme is an extension that provides a button in the Theme Manager for installing themes from disk.
This extension provides a button inside the Firefox Theme Manager for installing new theme files from disk, and additionally adds a menu entry to the Theme Managers right-click context menu entry. The latest version includes the es-ES and it-IT locales.
To use the extension, simply open the Theme Manager, press the Install button and use the file picker to navigate to the themes .jar file. Once youve located it, select it and open it to get the theme installation dialog.
Additionally, you can use the Ctrl+S hotkey within the Theme Manager to invoke the filepicker.
<<lessThis extension provides a button inside the Firefox Theme Manager for installing new theme files from disk, and additionally adds a menu entry to the Theme Managers right-click context menu entry. The latest version includes the es-ES and it-IT locales.
To use the extension, simply open the Theme Manager, press the Install button and use the file picker to navigate to the themes .jar file. Once youve located it, select it and open it to get the theme installation dialog.
Additionally, you can use the Ctrl+S hotkey within the Theme Manager to invoke the filepicker.
Download (0.011MB)
Added: 2007-04-28 License: Other/Proprietary License Price:
919 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above themes search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed