Main > Free Download Search >

Free themes software for linux

themes

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 809
gnome-themes 2.19.90

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 :/
<<less
Download (2.7MB)
Added: 2007-08-13 License: LGPL (GNU Lesser General Public License) Price:
816 downloads
CTWM Themes System 0.2

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.
<<less
Download (0.13MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1295 downloads
gnome-themes-extras 2.19.6

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 :/
<<less
Download (5.0MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
824 downloads
xscreensaver lock window themes 1.1

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.)
<<less
Download (0.075MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1097 downloads
Sylpheed-Claws 20060615 (Icon Themes)

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.
<<less
Download (1.6MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1229 downloads
Andutteye Software Suite 2.3 (Themes)

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
<<less
Download (0.20MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1100 downloads
Themus 0.1.5

Themus 0.1.5


Themus is a collection of theme utilities for GNOME. more>>
Themus is a collection of theme utilities for GNOME 2.2.
Main features:
- Being able to navigate in Nautilus to themes:/// to view your installed themes.
- Thumbnails for themes in Nautilus.
- A tab in the Nautilus properties for themes.
- Drag and drop support for themes; if you drag a theme into the Nautilus window, it will be installed; if you drag a theme out of the window, the theme file will be saved (though not an entire theme archive).
<<less
Download (0.35MB)
Added: 2005-04-25 License: GPL (GNU General Public License) Price:
1642 downloads
wmThemeCh 0.3

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.

<<less
Download (0.14MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1145 downloads
wmtheme 1.3.3

wmtheme 1.3.3


wmtheme is a utility which, generally speaking, allows you to perform certain operations on themes by name. more>>
wmtheme is a utility which, generally speaking, allows you to perform certain operations on themes by name. For example, to rename do wmtheme -r oldname newname, or to activate do wmtheme name.
Furthermore, it takes great care to make installation painless, in spite of evolving formats, packaging carelessness, and incompatibility between old themes and current window managers. wmtheme -i theme-package.tar.gz will almost always result in a correct installation.
It will also take steps to clean up settings that dont belong in themes, and disable suspicious-looking shell commands (these sorts of things might occur in Window Maker or Blackbox themes). This behavior can be turned off, however.
Enhancements:
- name matching now prefers an initial substring
- change Blackbox version parser to handle 0.65.0s -version output
- use pod for manpage
- support gtk+ version 2, discontinue support for gtk+ version 1
- remove attempts to compile gtk+ engines
- updates for changes in IceWM theme handling
- remove afterstep support
<<less
Download (0.073MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
1283 downloads
boo karamba theme

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
todo theme 0.0.1

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).

<<less
Download (0.004MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1186 downloads
DanoEX theme 0.1

DanoEX theme 0.1


This is yet another Mac OS X-like GTK theme for the GNOME desktop environment. more>> <<less
Added: 2008-10-23 License: GPL Price: FREE
1 downloads
gtk-theme-prefs 0.0.1

gtk-theme-prefs 0.0.1


gtk-theme-prefs is a simple GTK+ theme manager. more>>
gtk-theme-prefs is a GTK+ theme manager, written using Gtk2-Perl. There are already a number of pure GTK+ theme managers.

This one differs from the others in that it fairly closely follows the GNOME HIG, and uses Glade.
<<less
Download (0.012MB)
Added: 2005-04-25 License: Other/Proprietary License Price:
1647 downloads
Gnome-Themer 2.1

Gnome-Themer 2.1


Gnome-Themer is a program for select Icon, GTK-2, Metacity cursor and GTK-1 themes and wallpapers. more>>
Gnome-Themer is a program for select Icon, GTK-2, Metacity (and now) cursor and GTK-1 themes and wallpapers and splash screens from one place.

<<less
Download (0.031MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1549 downloads
ThemeKreator 0.3

ThemeKreator 0.3


ThemeKreator is a program to create and preview theme files (.thm) for SonyEricsson mobile phones. more>>
ThemeKreator project can to create and preview theme files (.thm) for SonyEricsson mobile phones. Currently it is limited to create only themes for the K700 phone.
You can change the appearance of your mobile completely by creating you own display theme with this program.
Main features:
- Create, open, load, save themes
- Preview themes
- Validation of themes (color distance checks, etc.)
- Extract preview images of theme
- Detailed list of files in theme
Enhancements:
- Added French (complete) and Polish (partial) translations (thanks to both
- translators!)
- finished German translation
- K600i, K750i and W800i support
- New model selection dialog
- Support for inplace editing of images (with automatic refresh)
- Minor UI other enhancements
- Added dialog with all previews visible in one place
- Previews display transparent PNGs and animated GIFs now
- Improved detection and notification of broken themes
- Bugfix: fixed opening of themes created with the SonyEricsson "Themes Creator"
<<less
Download (0.95MB)
Added: 2006-03-04 License: GPL (GNU General Public License) Price:
755 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5