-
 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  ... 10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25 ...

-

 Theme?

 
 by bubuzzz on: Sep 28 2010
 
Score 50%

What is the them in the first screenshot? Would you mind share it in here ?


Reply to this

-

 Re: Theme?

 
 by tiheum on: Sep 28 2010
 
Score 50%

GTK theme is Equinox Evolution, Metacity is Equinox Evolution Squared. Both of them are included in the corresponding archive.


Reply to this

-

 Re: Re: Theme?

 
 by bubuzzz on: Sep 28 2010
 
Score 50%

Weird, the menu of the evolution theme is not dark in my system. I use xfce but it should be the same, right ? i used the package from ppa for ubuntu


Reply to this

-

 Re: Re: Re: Theme?

 
 by frankhart on: Oct 15 2010
 
Score 50%

Same here. I can't manage to get the background in the menu's dark. Also, the clock-text in the dock uses a dark font so it isn't readable. The minimized apps in the bottom bar are light too. I tried the source and the ubuntu ppa on Debian sid.


Reply to this

-

 Re: Re: Re: Re: Theme?

 
 by bubuzzz on: Oct 15 2010
 
Score 50%

i checked the gtkrc and there is not any line for the black menu, so i have to modify a bit for it. Put these line under the line widget_class "*Panel*<GtkButton>" style:highest "theme-button-panel"

style "theme-menu-black" = "theme-black" {
xthickness = 0
ythickness = 0
bg[SELECTED] = shade(1.6, @panel_bg)
bg[INSENSITIVE] = shade(0.85, @panel_bg)
}

style "theme-menuitem-black" = "theme-black" {
xthickness = 2
ythickness = 2
text[NORMAL] = shade (0.85, @selected_fg_color)
fg[PRELIGHT] = @selected_fg_color
text[PRELIGHT] = @selected_fg_color
bg[SELECTED] = shade (1.8, @panel_bg)
}

style "theme-menubar-item-black" = "theme-menuitem-black" {
bg[SELECTED] = shade (0.88, @panel_bg)
}


Reply to this

-

 Re: Re: Re: Re: Re: Theme?

 
 by frankhart on: Oct 15 2010
 
Score 50%

Thanks, but the lines are already there... Did you use the Equinox Evolution theme?


Reply to this

-

 Re: Re: Re: Re: Re: Re: Theme?

 
 by bubuzzz on: Oct 15 2010
 
Score 50%

sorry, i cannot remember exactly what i changed. Here is mine

http://www.mediafire.com/?uc91kw2dlpjdrbf



-

 Re: Re: Re: Re: Re: Re: Theme?

 
 by frankhart on: Oct 17 2010
 
Score 50%

Thanks for your help bubuzzz. Turned out I had an old .gtkrc file in my homedir... Always check with a new, standard account before complaining :-P



-

 selected buttons

 
 by alecive on: Sep 29 2010
 
Score 50%

Hi! Your engine is fantastic, but it has some problems regards usability.

1. How can I make selected buttons (and other things) more distinctive over non-selected buttons?

To be clear with a clear (I hope) example: open gimp -> open a random image -> type "Shift"+"T" -> go in the first gtk entry (in wich you can select width of the scale tool). Now press "Tab" button on your keyboard. Selection goes in the little chain on the right (indeed if you type "Enter" key you see that the chain opens or closes itself), but there is no visual feedback to see this! And it's a big problem for me!
Another example: if I'm posting something in whatever forum you want (I'm thinking about ubuntu.it forum), if I press "Tab" button selection goes on "Send" button, but there is also here a lack of visual feedback! :(

2. If I'm typing something in a gtkentry, there is a slight blue border on the gtkentry; how can I make this more clear and distinctive?

Thanks for the help!


Reply to this

-

 Fedora 13 32bit

 
 by kalpet89 on: Oct 1 2010
 
Score 50%

Im getting some errors when im trying to install from source.
Anyone knows how to install in fedora 13?

Thanks


Reply to this

-
.

 Bar2Smaller

 
 by Sov on: Oct 4 2010
 
Score 50%

http://wisher.planet.ee/kraam/bar.jpg

I love the theme, but that bar is way too big for me. Can anyone point out what settings I have to change.

Thanks.


Reply to this

-

 Aaaah THE gnome theme

 
 by captaincavern on: Oct 6 2010
 
Score 50%

Thank a lot really useable and beautiful...must be the default theme simply speaking ;)

Some little bug but rather annoying like mail list in Evolution:

click on some header mail (the main list) and click in the preview mail ( double click on some mail and keep the focus on the new body mail window. -> the current selected mail is not highlighted (or too faded as is invisible).

It's hard too look which is the current readed mail.

Thank again


Reply to this

-

 Re: Aaaah THE gnome theme

 
 by timorei on: Nov 27 2010
 
Score 50%

Having the same Problem in the theme I am trying to make/modify. Thats how I found this entry really.


Reply to this

-

 Re: Re: Aaaah THE gnome theme

 
 by timorei on: Nov 27 2010
 
Score 50%

I found the part in my theme. Don't even know if this is still relevant to anyone:

http://ubuntuforums.org/showpost.php?p=10170121&postcount=2

so sorry for the spam.


Reply to this

-

 window borders

 
 by oguncak on: Oct 8 2010
 
Score 50%

could you publish a version with window borders bottom corners NOT rounded?


Reply to this

goto page: prev  ... 10  11  12  13  14  15  16  17  18  19  20  21  22  23  24  25 ...

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