Main > Free Download Search >

Free make theme software for linux

make theme

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7656
KDM Vista like Theme

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.
<<less
Download (1.1MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
979 downloads
my-black-theme 1.0

my-black-theme 1.0


my-black-theme 1.0 is yet another excellent black GTK 2 theme which is a tweaked version of FC-Fino-Dark. The author has corrected several errors in the scripts and fixed a few tab images more>> <<less
Added: 2008-09-21 License: GPL Price: FREE
10 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
Install New Theme 0.7

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.

<<less
Download (0.011MB)
Added: 2007-04-28 License: Other/Proprietary License Price:
919 downloads
Gnome Icon Theme 2.19.6

Gnome Icon Theme 2.19.6


Gnome Icon Theme package contains icons for the GNOME desktop. more>>
Gnome Icon Theme package contains icons for the GNOME desktop.

Installation:

The simplest way to compile this package is:

1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system. If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.

Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.

2. Type `make to compile the package.

3. Optionally, type `make check to run any self-tests that come with the package.

4. Type `make install to install the programs and any data files and documentation.

5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean. There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
<<less
Download (3.6MB)
Added: 2007-08-04 License: GPL (GNU General Public License) Price:
828 downloads
 
Other version of Gnome Icon Theme
Gnome Icon Theme 2.18.0Gnome Icon Theme package contains icons for the GNOME desktop. Installation: The simplest way ... 3. Optionally, type `make check to run any self-tests that come with the package. 4. Type `make
License:LGPL (GNU Lesser General Public License)
Download (3.1MB)
962 downloads
Added: 2007-03-12
Kubuntu Human Theme 0.9

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.

<<less
Download (MB)
Added: 2007-04-16 License: GPL (GNU General Public License) Price:
946 downloads
MacOS-X Aqua Theme 1.2.1

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.
<<less
Download (0.33MB)
Added: 2007-03-01 License: GPL (GNU General Public License) Price:
646 downloads
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
Glass Icons Theme 0.2

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.
<<less
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
598 downloads
Not another MAC theme 0.1

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
<<less
Added: 2008-11-17 License: GPL Price: FREE
1 downloads
X-Files KDM Theme 0.1

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
Fan/Temp Karamba Theme 1.2

Fan/Temp Karamba Theme 1.2


Fan/Temp Karamba Theme is a simple Karamba theme that monitors fans. more>>
Fan/Temp Karamba Theme is a simple Karamba theme that shows:
- CPU Temp
- Fan Speed
- Chassis Temp
- HDD Temp (max 3 hdds)
I hope you like it like me.
Feedback is welcome.
No liability is assumed for damages to hard and software !!
<<less
Download (0.002MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1228 downloads
Gtk+ 2.0 Change Theme 0.3.1

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.
<<less
Download (0.02MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1654 downloads
KDE Trash 2.0

KDE Trash 2.0


KDE Trash theme shows the state of the KDE Trash with a big icon. more>>
KDE Trash theme shows the state of the KDE Trash with a big icon.
Main features:
- Themes
- Languages
<<less
Download (0.040MB)
Added: 2006-06-23 License: Common Public License Price:
1219 downloads
Make-Big-Money 1.0

Make-Big-Money 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-11 License: Freeware Price: Free
196 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5