-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Frugalware-Art.org Artwork for Frugalware Linux 
 Arch-Stuff.org Artwork and Stuff for Arch Linux 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
Xfce-Look.org - Eyecandy for your Xfce-Desktop
Xfce-Look.orgXfce-Look.org

 May 13 2024  
 Not logged in  
Xfce-Look.org
 Home    Add Artwork   Forum   Groups   Knowledge   Events   Jobs   Users   Register   Login-


Sponsoring


-
- Content .- Fans (122) .- Knowledge Base  . 

Equinox GTK Engine

   1.50  

GTK 2.x Theme/Style

Score 76%
Equinox GTK Engine
zoom


Equinox GTK Engine
zoom


Equinox GTK Engine
zoom


Minimum required   GTK 2.x
Downloads:  231191
Submitted:  Mar 20 2010
Updated:  Apr 27 2011

Description:

A heavily modified version of the beautiful Aurora engine (1.4). Thanks to his author.

IMPORTANT! Since version 1.40, the file below contains only the engine source. You can download themes (both GTK and Metacity) from the second and third links :
- The five Equinox Evolution themes are new offical ones and will get some updates in the future. Only these themes are now included in the theme package available from the Launchpad PPA
- The original themes are no longer maintained (but still usable).

Engine installation

First of all, make sure you have installed the GTK+ library development files (libgtk2.0-dev on Debian/Ubuntu, gtk2-devel on Fedora) with your favourite package manager.

Then to compile the Equinox engine, extract the corresponding archive in your home folder. In the new directory, run the following commands:
./configure --prefix=/usr --enable-animation
make


On Fedora 64 bits (and perhaps other distribs), compilation don't work with the options above. You must run:
./configure --prefix=/usr --libdir=/usr/lib64 --enable-animation


Finally, run this command as root:
make install


Themes installation

To install the themes, extract the content of the other archive in your ~/.themes.

You can easily change the colour used for selected items or tooltips in Appearance preferences.

To fix the issue with the text of selected menu items in Firefox and Thunderbird, copy the userChrome.css in both ~/.mozilla/firefox/xxxxxxxx.default/chrome/ and ~/.thunderbird/xxxxxxxx.default/chrome/

To use the Equinox Evolution theme with Chromium or Google Chrome, open the browser and drag the CRX file (provided in the themes archive) into the address bar. In applications options, don't forget to enable the display of Metacity borders.

Icon theme
A (still uncomplete) version of Faenza icon theme is now available. Follow the link a the bottom of this page.

Engine options

* curvature = 2.5
* menubarstyle = 1 # 0 = flat, 1 = gradient
* menubaritemstyle = 0 # 0 = flat, 1 = gradient, 2 = inverse gradient, 3 = line
* menubarborders = 1 # 0 = none, 1 = bottom border, 2 = top half-border, 3 = bottom border and top half-border
* toolbarstyle = 1 # 0 = flat, 1 = gradient, 2 = flat without border, 3 = gradient without border, 4 = flat with bottom border, 5 = gradient with bottom border
* buttonstyle = 0 # 0 = normal, 1 = glassy
* menuitemstyle = 0 # 0 = normal, 1 = glassy
* listviewheaderstyle = 0 # 0 = normal, 1 = glassy
* listviewitemstyle = 1 # 0 = flat, 1 = gradient
* scrollbarstyle = 0 # 0 = normal, 1 = glassy, 2 = normal with grip, 3 = glassy with grip, 4 = flat
* scrollbartrough = 0 # 0 = background color of the parent widget, 1 = base color of the widget itself
* scalesliderstyle = 0 # 0 = normal, 1 = glassy, 2 = normal with bullet
* checkradiostyle = 0 # 0 = normal, 1 = glassy
* progressbarstyle = 0 # 0 = normal, 1 = glassy
* separatorstyle = 1 # 0 = solid inset, 1 = gradient inset, 2 = lighter line, 3 = darker line
* textstyle = 0 # orientation of text shadow
* textshade = 1.08 # > 1.0 for light text shadow, < 1.0 for dark text shadow
* animation = TRUE # FALSE = disabled, TRUE = enabled
* arrowsize = 0.1 # controls combo_arrow circle size. Diameter set by (11 + 2 * arrowsize)

Known bugs
* Strange progressbars in Firefox and Thunderbird
* Some ugly message areas

Launchpad PPA
Equinox is available to install for Ubuntu users via a PPA repository. Open a terminal and run :
sudo add-apt-repository ppa:tiheum/equinox
sudo apt-get update
sudo apt-get install gtk2-engines-equinox equinox-theme




Changelog:

1.50
* New option resizegripstyle
* New value for menubaritemstyle option (return of the original style !)

1.40
* New options menubaritemstyle, scrollbartrough, textstyle and textshade
* Rendering of progressbars improved
* Better support of dark themes
* Some changes in displaying focuses
* FIX: some crashes with Evolution

1.30.2:
ENGINE
* Better rendering for gradient listitems
THEMES
* Windows can be dragged from menubar
* Include userChrome.css to fix Firefox/Thunderbird menu issue
* Include Chromium/Chrome theme for Equinox Evolution
* Some fixes

1.30.1:
ENGINE
* Fix missing parameters in function equinox_style_copy

1.30:
ENGINE
* New options menubarborders and listviewitemstyle
* New values for menubarstyle and scrollbarstyle options
* Some fixes
THEMES
* New themes Evolution and Evolution Light
* Fix bug with Inkscape palette
* Workspace switcher and menubar items more lighter in dark panels
* Fix bugs with some applets: CPU scaling, network monitor, dictionary.
METACITY
* Bottom border of all themes reduced
* New themes Evolution Rounded and Evolution Squared

1.20:
ENGINE
* New options progressbarstyle and separatorstyle
* New values for options menubarstyle and toolbarstyle to hide borders of menubar and toolbar controls
* Overall performance improved
* Some fixes
THEMES
* Better integration in gnome 2.30 (specially for Nautilus)
* New light theme
METACITY
* New themes Light and Light Glass in which window controls used the selected background color
* New themes Classic and Classic Glass with a red close button and others in the selected background color

1.1:
ENGINE
* Progressbars and tabs now accept curvature option
* New engine option for menuitems style
* New focus rendering for tabs[/li]
THEMES
* New Gtkrc theme with wider controls
* Gnome panel with gradient pixmap
* Correct search bar color in Nautilus
METACITY
* Title bar reduced
* Space between title and buttons (if needed)
* Various corrections on windows controls




LicenseGPL
Source(Equinox engine and GTK themes)
Source(Equinox Evolution themes)
Source(Equinox original themes)
Source(Faenza Icons)
Donate
Send to a friend
Subscribe
Other  Artwork  from tiheum
Report inappropriate content



goto page: prev  ... 4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19 ...

-

 Equinox Theme + Light Panels?

 
 by darkbolt on: Jul 2 2010
 
Score 50%

First, I'd like to say I absolutely love the engine, it's some great work!

I'd like to see the plain equinox theme with gnome panel being light. As it stands, I'm using the elementary icon set, and it doesn't mesh well with a dark panel

Thanks for your work, and keep it up!


Reply to this

-

 Re: Equinox Theme + Light Panels?

 
 by darkbolt on: Jul 3 2010
 
Score 50%

I've actually accomplished this, by switching out the panel_bg image with the one from the light theme, as well as the code from the light section under the panel comments, to the gnome specific ones. Still needed a bit of tweaking for the font colors, but I have something I'm happy enough with.


Reply to this

-
.

 slackware txz and engine name

 
 by brainvision on: Jul 8 2010
 
Score 50%

hi man,
how are you?

First of all my compliments for your nice engine: even if I have not discovered all it power I'm loving it every day a little bit more: so, thank you for your engine and much of all thanks for sharing! Share means love, to me..

But go on.. Since I start using Linux I installed on my notebook the powerful Slackware Linux; and from that day IO never changed distro! Slackware is all you want in an OS.. but, anyway, I don't want to make here propaganda :)
I'm writing yo tell you that I'm packaging your Equinox GTK Engine for my beloved Slackware: something similar to deb or rpm (deb: Debian e related; rpm for Red Hat), in two words.
It would be great if you would link the package here between others..

I think that that's all, for now.. I will let you know the link as soon as you will reply to me: the package is ready, I'm uploading it here and on DA.. OK?

Uhhhh.. another question, just for my big big big curiosity: what's the origin of the Equinox name? I mean: why Equinox?
I'm very curious about that, but if you don't want to tell us tit meaning, we will understand.. ;)

OK, now that's really all!
Hoping to hear you soon,
I wish you a nice day

elleti.brainvision


Reply to this

-
.

 Re: slackware txz and engine name

 
 by brainvision on: Jul 15 2010
 
Score 50%

as I promised, that's the link that bring you to the slackware package for equinox, with the 4 standard themes included: http://gnome-look.org/content/show.php/Equinox+GTK+Engine+-+Slackware+packages?content=127200

see ya!


Reply to this

-

 Re: slackware txz and engine name

 
 by tiheum on: Jul 30 2010
 
Score 50%

Thanks for your packages: you made one of my friend happy ;)

At the beginning, i've planned to develop two GTK themes for this engine: Spring (light and fresh) and Fall (brown, like Human). For this reason, i've named my engine Equinox. But, it was a few years ago...


Reply to this

-

 Package names

 
 by mainerror on: Jul 15 2010
 
Score 50%

Hey,

Just wanted to point out that the following package names are wrong.

equinox-themes
equinox-ubuntu-themes

it should be

equinox-theme
equinox-ubuntu-theme

without the s at the end. ;)


Reply to this

-

 Re: Package names

 
 by tiheum on: Jul 30 2010
 
Score 50%

Because each package include more than one theme ?


Reply to this

-

 Re: Re: Package names

 
 by frriction on: Jul 31 2010
 
Score 50%

In ubuntu synaptic its without "s"


Reply to this

-
.

 iconset

 
 by nickioc on: Jul 19 2010
 
Score 50%

nice theme and nice gtk engine, but what's the name of the iconset in the first and second screenshot?


nickioc
Reply to this

-

 Re: iconset

 
 by ugluck on: Jul 22 2010
 
Score 50%

yes, what about icon set?¿


Reply to this

-

 Re: Re: iconset

 
 by IstrikeAgain on: Jul 23 2010
 
Score 50%

it's currently WIP ;) the author said it will be released when it's ready


Simplicity is the ultimate sophistication. --aka el mariachi--
Reply to this

-

 Change metacity button

 
 by Vortex0965 on: Jul 30 2010
 
Score 50%

Could you change the buttons layout also for the left position in metacity?


Reply to this

-

 Re: Change metacity button

 
 by tiheum on: Jul 30 2010
 
Score 50%

For the moment, I'll keep the default layout for others distros. The Lucid layout is already available with Equinox Radient and Equinox Ambiant themes and I don't want to have too much themes to maintain (it's a lot of work). But i'll keep an eye on Maverick to see what they do with windicators...


Reply to this

-

 Icons

 
 by sht0rm on: Jul 30 2010
 
Score 50%

Icons are GREAT! Big thahx!!!


Reply to this

goto page: prev  ... 4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19 ...

Add commentBack




-

Copyright 2004-2016 Xfce-Look.org Team  Legal Notice
All rights reserved. Xfce-Look.org is not liable for any content or goods on this site.
You can find our FAQ here.
All contributors are responsible for the lawfulness of their uploads.
Please send us a notice if you spot an ABUSE of the website.
Information about advertising in Xfce-Look.org.
Developers can use our public webservice interface. More information here: public api
For further information or comments on this site, please send us a message
Xfce is a trademark of the Xfce Project
Content RSS   
Events RSS