-
 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

 Apr 29 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  ... 14  15  16  17  18  19  20  21  22  23  24  25  26 

-

 please bring back lightglass

 
 by Karmicbastler on: Apr 2 2011
 
Score 63%

hi tiheum,

more easy than downloading is, to use tiheums ppa-repository from launchpad.

@ tiheum: with todays update, the nice lightglass-windowborder in your theme was removed. Could you bring that back please? I love mixing it with the mint-x gtk-theme and the Faiz-Icons from here. So, please bring this nice windowborder back please. It looks really nice!!!

Greetings
Karmicbastler


Reply to this

-

 re update 1.40, thank you!

 
 by fsando on: Apr 3 2011
 
Score 50%

Thank you for making changes to "focus". These are beautiful themes.


Reply to this

-

 Equinox - Glass

 
 by Weeta on: Apr 3 2011
 
Score 63%

Equinox Glass was removed with update to 1.40. I uesd it :/ I downgrade to version 1.30.

I hope Equinox Glass will be back in futur.

Good work for your themes ;) Great job


Reply to this

-

 Re: Equinox - Glass

 
 by fsando on: Apr 3 2011
 
Score 50%

I don't if it will have some side effects but technically you could simply copy the "glass" version to your local ~/.themes, then upgrade and still have "glass".


Reply to this

-

 Re: Equinox - Glass

 
 by tiheum on: Apr 3 2011
 
Score 50%

Equinox Glass was removed from the list of the themes provided with the theme package because it's to much work to maintain a dozen of themes, sometimes very similar. I prefer to focus on only five themes of fairly significant variations that can be used with the different Faenza themes.
The old "original" Equinox themes are still downloadable from here and can be installed in ~/.themes or /usr/share/themes (as root or sudo).
Note that if you like the glassy buttons for exemple, you can edit the gtkrc file from one of the Equinox Evolution themes and simply change the value of the corresponding parameter. I strongly encourage you to build your own themes ;)


Reply to this

-

 how to downgrade?

 
 by oneleft on: Apr 5 2011
 
Score 63%

I only used your theme for the Equinox Glass theme and am very disappointed that you have decided to remove the best part of your theme package. In fact, I registered on gnome-look.org just so I could tell you how disappointed I am. Could you kindly tell me how to "downgrade" to the previous version?


Reply to this

-

 how to downgrade?

 
 by oneleft on: Apr 5 2011
 
Score 50%

I only used your theme for the Equinox Glass theme and am very disappointed that you have decided to remove the best part of your theme package. In fact, I registered on gnome-look.org just so I could tell you how disappointed I am. Could you kindly tell me how to "downgrade" to the previous version?


Reply to this

-

 Re: how to downgrade?

 
 by tiheum on: Apr 5 2011
 
Score 50%

You don't need to downgrade but just to download the Equinox orginal themes (third link above) and install them through gnome-appearance-properties application (or copy the content of the archive in /usr/share/themes).

If you really want to downgrade, use your favorite package manager (Synaptic on Ubuntu) to force the version of the Equinox packages to 1.30.


Reply to this

-

 LibreOffice vertical scrollbar

 
 by fsando on: Apr 6 2011
 
Score 63%

A minor issue for LibreOffice Calc especially in the evolution series is that the narrow vertical scrollbar leads to narrow tabs for the sheets.

I'm perfectly willing to live with this but if it could be corrected for LibreOffice it would be nice.

And a question: Is there a comprehensive documentation for the equinox engine?


Reply to this

goto page: prev  ... 14  15  16  17  18  19  20  21  22  23  24  25  26 

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