christmas theme 0.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3123
Added: 2008-10-23 License: GPL Price: FREE
1 downloads
X-Files KDM Theme 0.1
X-Files KDM Theme is a login screen for KDE desktop manager with a nice X-Files background. more>>
X-Files KDM Theme is a login screen for KDE desktop manager with a nice X-Files background.
<<less Download (MB)
Added: 2007-03-08 License: GPL (GNU General Public License) Price:
961 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
todo theme 0.0.1
todo theme is a SuperKaramba theme for todo management. more>>
todo theme is a SuperKaramba theme for todo management.
I was trying to find a karamba theme to allow me to put some reminders on my desktop in a nice simple way. I couldnt find one so I created this. Basically theres three text files Urgent Soon and Nice that it reads and displays in different colors depending on which file its in.
Theres also a bit of a sys monitor at the top, pretty basic, but theres a bit of output from the top command that I quite like that I havent seen on any of the others (the three short lines are the top three processes for CPU usage, the number is the % of CPU time they are using).
Double clicking on the text under the TO DO heading will open it up to edit it in kwrite (if you want to use a different editor, just edit the .theme file).
The one dodgy thing about it is you will need a .to_do directory in your home directory for it to work along with some text files, these are included in the tar ball (remember though its a . file so you will have to use ls -a to see it) if you just copy the whole .to_do directory into your home directory once its extracted (or alternativly extract it in your home directory and copy the .theme file to where you want it).
<<lessI was trying to find a karamba theme to allow me to put some reminders on my desktop in a nice simple way. I couldnt find one so I created this. Basically theres three text files Urgent Soon and Nice that it reads and displays in different colors depending on which file its in.
Theres also a bit of a sys monitor at the top, pretty basic, but theres a bit of output from the top command that I quite like that I havent seen on any of the others (the three short lines are the top three processes for CPU usage, the number is the % of CPU time they are using).
Double clicking on the text under the TO DO heading will open it up to edit it in kwrite (if you want to use a different editor, just edit the .theme file).
The one dodgy thing about it is you will need a .to_do directory in your home directory for it to work along with some text files, these are included in the tar ball (remember though its a . file so you will have to use ls -a to see it) if you just copy the whole .to_do directory into your home directory once its extracted (or alternativly extract it in your home directory and copy the .theme file to where you want it).
Download (0.004MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1186 downloads
FixkaraTheme 0.1
FixkaraTheme is a little Superkaramba theme, which is for gentoo with a resolution of 1280x1024. more>>
FixkaraTheme is a little SuperKaramba theme, which is for gentoo with a resolution of 1280x1024.
FixkaraTheme informs you about:
- System
- CPU
- RAM
- Disk Peformance
- TCP Connections
- and you can syncronize your ebuild with sync and can emerge the packages.
<<lessFixkaraTheme informs you about:
- System
- CPU
- RAM
- Disk Peformance
- TCP Connections
- and you can syncronize your ebuild with sync and can emerge the packages.
Download (0.72MB)
Added: 2006-06-20 License: GPL (GNU General Public License) Price:
1222 downloads
CGI::WeT::Theme 0.71
CGI::WeT::Theme is a Perl module with theme loader for the CGI::WeT package. more>>
CGI::WeT::Theme is a Perl module with theme loader for the CGI::WeT package.
SYNOPSIS
use CGI::WeT::Theme ();
This module provides a well-defined interface between the rendering engine and the theme definition loaders. It is designed to work with or without mod_perl. All theme loader classes must be defined in the CGI::WeT::Theme::Loader namespace during the construction of a CGI::WeT::Theme object.
This module is used by the rendering engine and should not be needed outside of that engine. This documentation is to aid those building a theme loader.
All theme loaders need the following method defined:
factory(theme)
This will produce a properly blessed object which represents the definition for theme. If such an object can not be produced (theme not defined by that particular loader), this will return undef.
The object returned by the factory method must provide the following methods:
page_type(list)
This function will return an object representing the information needed to layout a page of the type in list. Since this is a list, the first item is most desired while the last is least desired. It will return the information for the best desired match it can find. If none can be returned, it must return undef.
The object returned by this function must provide LAYOUT and may provide BODY, CSS, and JAVASCRIPT. LAYOUT provides an anonymous array describing the layout of the page. BODY returns a hash reference describing various body attributes. BODY is deprecated in favor of CSS which returns a reference to an array with the Cascading Style Sheet to use for this layout. JAVASCRIPT returns a reference to an array with any JavaScript required for this layout.
<<lessSYNOPSIS
use CGI::WeT::Theme ();
This module provides a well-defined interface between the rendering engine and the theme definition loaders. It is designed to work with or without mod_perl. All theme loader classes must be defined in the CGI::WeT::Theme::Loader namespace during the construction of a CGI::WeT::Theme object.
This module is used by the rendering engine and should not be needed outside of that engine. This documentation is to aid those building a theme loader.
All theme loaders need the following method defined:
factory(theme)
This will produce a properly blessed object which represents the definition for theme. If such an object can not be produced (theme not defined by that particular loader), this will return undef.
The object returned by the factory method must provide the following methods:
page_type(list)
This function will return an object representing the information needed to layout a page of the type in list. Since this is a list, the first item is most desired while the last is least desired. It will return the information for the best desired match it can find. If none can be returned, it must return undef.
The object returned by this function must provide LAYOUT and may provide BODY, CSS, and JAVASCRIPT. LAYOUT provides an anonymous array describing the layout of the page. BODY returns a hash reference describing various body attributes. BODY is deprecated in favor of CSS which returns a reference to an array with the Cascading Style Sheet to use for this layout. JAVASCRIPT returns a reference to an array with any JavaScript required for this layout.
Download (0.040MB)
Added: 2006-10-06 License: Perl Artistic License Price:
1114 downloads
Not another MAC theme 0.1
Not another MAC theme 0.1 provides you with a nice theme for GNOME users. more>>
Not another MAC theme 0.1 provides you with a nice theme for GNOME users. It is actually a mix of all the MAC OS X GTK themes.
GNOME is an international effort to build a complete desktop environment the graphical user interface which sits on top of a computer operating system entirely from free software. This goal covers creating software development frameworks, selecting application software for the desktop, and working on the programs which manage application launching, file handling, and window and task management.
Requirements:
- GNOME
Added: 2008-11-17 License: GPL Price: FREE
1 downloads
Kubuntu Human Theme 0.9
Kubuntu Human Theme was created because I started to like the Ubuntu Human theme and when I switched to KDE, I was missing it. more>>
Kubuntu Human Theme was created because I started to like the Ubuntu Human theme and when I switched to KDE, I was missing it there. The theme is assembled from various Ubuntu style items, most of which can be found on KDE-look: Ubuntu Cristal background, Human (Revised) color scheme, nuoveXT icons, Ubuntu Kmenu icon, SoftGlow Orange kicker, default Plastik style and Crystal window deco.
Installation of .kth file thru KDE Control Center--Theme Manager--Install; then, if you want exactly the same look, get and install the above items (search on KDE-look). The Kmenu can be changed by replacing each kmenu.png in /usr/share/icons/nuovext/[SIZE]/apps/ Then refresh your icon set.
<<lessInstallation of .kth file thru KDE Control Center--Theme Manager--Install; then, if you want exactly the same look, get and install the above items (search on KDE-look). The Kmenu can be changed by replacing each kmenu.png in /usr/share/icons/nuovext/[SIZE]/apps/ Then refresh your icon set.
Download (MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
946 downloads
Gtk+ 2.0 Change Theme 0.3.1
Gtk+ 2.0 Change Theme is a tiny GUI application that aims to make theme preview and selection as slick as possible. more>>
As the name suggests, this little program lets you change your Gtk+ 2.0 theme. The aim is to make theme preview and selection as slick as possible.
Themes installed on the system are presented for selection and previewed on the fly. For a comprehensive demonstration theres a large variety of widgets.
It was originally derived from Gtk Theme Switch, but what started out as a hack to remove various nuisances now shares no code whatsoever anymore with the original.
Enhancements:
- Fixes for a number of a packaging glitches.
<<lessThemes installed on the system are presented for selection and previewed on the fly. For a comprehensive demonstration theres a large variety of widgets.
It was originally derived from Gtk Theme Switch, but what started out as a hack to remove various nuisances now shares no code whatsoever anymore with the original.
Enhancements:
- Fixes for a number of a packaging glitches.
Download (0.02MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1654 downloads
steelme 0.1.3
steelme is a GUI theme system which extends and improves on Suns Metal Pluggable Look and Feel. more>>
steelme is an open-source theme manager for Java Swing programs. It allows the end user to select from pre-installed themes, or color schemes, or to create his own by the use of the ThemeEditor.
steelme is designed to be lightweight and easy for the application developer to use.
<<lesssteelme is designed to be lightweight and easy for the application developer to use.
Download (1.25MB)
Added: 2005-10-12 License: GPL (GNU General Public License) Price:
1472 downloads
wmThemeCh 0.3
wmThemeCh is a dockapp to change your Window Maker theme/background with categories. more>>
wmThemeCh is a dockapp to change your Window Maker theme/background with categories. Left-click changes between themes belonging to the current category.
Right-click changes the category. You can optionally ask wmThemeCh to change the theme periodically.
<<lessRight-click changes the category. You can optionally ask wmThemeCh to change the theme periodically.
Download (0.14MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1145 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
Glass Icons Theme 0.2
Glass Icons Theme provides a full transparent set of icons. more>>
Glass Icons Theme provides a full transparent set of icons.
Full Transparent SVG Icons, are in beta-test.
This is the first public release.
<<lessFull Transparent SVG Icons, are in beta-test.
This is the first public release.
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
598 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
Webmin / Usermin Theme 0.41
Webmin / Usermin Theme project aims to create a new and better navigation system for Webmin. more>>
Webmin / Usermin Theme project aims to create a new and better navigation system for Webmin. It is easy to install over the Thememanager. It supports skins to change the layout. This project was previously known as "Webmin Navigation and Layout".
Know problems:
Problem: If you make any changes on configuration files you will lost this changes after an update.
Answer: The best way to solve this problem is saving files before updating or using skins ( You should save this skin too!)
To change the skin do the following:
1. Jump in the path where webmin is installed
2. cd theme_gehrigal/skins
3. Run ./change_skin.pl
To install a new skin do following:
1. Jump in the path where webmin is installed
2. cd theme_gehrigal/skins
3. Run ./install_skin.pl
Enhancements:
- Bugfix for some versions of usermin ( directory rights changed to 755)
Please delete the old version before installing this version!
<<lessKnow problems:
Problem: If you make any changes on configuration files you will lost this changes after an update.
Answer: The best way to solve this problem is saving files before updating or using skins ( You should save this skin too!)
To change the skin do the following:
1. Jump in the path where webmin is installed
2. cd theme_gehrigal/skins
3. Run ./change_skin.pl
To install a new skin do following:
1. Jump in the path where webmin is installed
2. cd theme_gehrigal/skins
3. Run ./install_skin.pl
Enhancements:
- Bugfix for some versions of usermin ( directory rights changed to 755)
Please delete the old version before installing this version!
Download (0.15MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
817 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 christmas theme 0.1 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