Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

11
Become a Fan
7.5

Available as/for:
Description:
This is the port of Hope gtk+ theme to gtk3. All credit goes to 0rAX0 (http://0rax0.deviantart.com/) for the beautiful theme.


This theme is released under the GPL version 3

Ubuntu Unity and gnome3 fallback mode are supported now
This theme works with gnome 3.2 now

This theme is based on unico gtk3 engine, see bottom for instructions.

xfwm4 theme included now(thanks to Illuna)

Please report bugs and/or suggestions..


Credits:

*-hope gtk by 0rAX0 (http://0rax0.deviantart.com/art/Hope-GTK-187658025)

*-half-left for gnome-shell atolm theme (http://half-left.deviantart.com/art/GNOME-Shell-Atolm-204534789).

*xfwm4 theme by Illuna (http://gnome-look.org/usermanager/search.php?username=Illuna)

*-Andrea Cimitan for the wonderful new unico gtk3 engine.

*-gnome3 design team for adwaita theme..

* ghogaru for the notebook style(http://fav.me/d34mspx)

EDIT:
how to install(assuming u're running gnome3)

The archive contains two folders, Hope and Hope_old. If you want to use the older theme based on adwaita, use Hope_old

*Extract it.
*Copy the `Hope` folder to ~/.themes.
*Open gnome-tweak-tool.
*Choose Hope as ur theme, Window theme and gnome-shell theme in the appropriate sections.
*Enjoy


HOW TO INSTALL UNICO GTK3 ENGINE:
*parabola and arch users can find the package in AUR
http://aur.archlinux.org/packages.php?ID=49242

* Ubuntu 11.10 and later-- already installed


*Others need to compile from source, download from launchpad
(If anyone knows of packages for other distros, please let me know, i'll update the info)

Download from http://launchpad.net/unico/1.0/1.0.1/+download/unico-1.0.1.tar.gz and extract

$cd unico
$./autogen.sh --prefix=/usr --disable-static
$make
#make install


Happy hacking
Last changelog:

05/01/2012
* Rebuilt Shell theme for 3.2
* Dark sidebar for nautilus
* Prettier gradient for toolbar
* New notebook styles
* Better toolbar separators
* More compact grid in shell overview
* Removed ugly resize grip

10/10/2011
Openbox theme included.

03/10/2011
* Rebuilt for unico 1.0.1
* Unity support added
* Support for fallback mode added
* minor fixes

06/07/2011
*xfwm4 theme included

22/06/2011"
*Now based on unico engine
*Better buttons
*Better text-entries
*Better Tabs
*Gnome-shell theme included (based on gnome-shell atolm by half-left)

19/05/2011:
*(hopefully) fixed white text problem

06/05/2011:
*fixed nautilus sidebar text colour
*fixed listview active gradient
*various minor fixes


26/04/2011:
*corrected gradient for horizontal scrollbars
*radial gradient for buttons
*corrected progressbar border-radius


Ratings & Comments

67 Comments

chunkygerbil

what dock and dock icons is that? great theme btw

arni

I don't know if it's a problem with colouts but in ubuntu 12.04 I can't see the text in nautilus and other applications.Here is an image http://min.us/mE1YOAbCV

arni

I don't know if it's a problem with colouts but in ubuntu 12.04 I can't see the text in nautilus and other applications.Here is an image http://min.us/mE1YOAbCV

grvrulz

I've not updated the theme to work with gnome 3.4 yet. I'll do that when I get enough time.

arni

Ok thanks very much.Can I help you with something?

joplass

Where can I find those icons you have in Nautilus. Great work.

mese79

Sorry i ask it again: How could i change back-color of selected item in nautilus? When i use 'Hope' it's too light for me and sometimes i lost item(s) which i selected. :D Thanks for you hopeful theme.

anaconda1187

Love the theme! Works well with Ubuntu 11.04 - there is one issue with the fonts in the menu bar however (see imageshack-link below) - can't figure out what I need to change in order to make them look properly. Does anybody have an idea? -------------------- http://imageshack.us/photo/my-images/195/20120114154914.png/

anaconda1187

Okay I figured out a workaround in case anyone is interested: 1) Use gnome-color-chooser to manually set the font back to Ubuntu size 11. 2) Manually change the menu background font to hex value #2f2f2f

mese79

Hi Thanks for greate job. But how could i change nautilus selected item back color? it is a little light, i think.

avunat

I'm not sure if I'm missing something, unico is there... The tabs in gtk3 applications look rather Win95 compared to the gtk2 ones. Could you take a look? Apart from that, I really like the theme having a more or less circular gradient on buttons instead of the typical linear one.

grvrulz

Can you link to a screenshot, because the tabs work for me.

avunat

Looks like this for me: http://nightsoul.org/files/tabs.png Nautilus in background, pidgin in front. The nautilus tabs look rather flat, I prefer the slight gradient on pidgin's ones...

grvrulz

That's how they are styled. The gtk3 theme isn't an exact copy of the gtk2 one. Pidgin is gtk2 and will be updated to work with gtk3 soon. I didn't make the gtk2 theme, I ported it to gtk3, and I don't have enough knomledge of gtk2 themeing to make tabs like that. If you still want to have tabs like that, you can open gtk-widgets.css and replace lines 1099-1159 with this /************ * notebook * ************/ .notebook { background-color: shade (@bg_color, 1.02); background-image: none; border-radius: 3; padding: 3; -unico-inner-stroke-color: alpha (shade (@bg_color, 1.26), 0.3); -unico-inner-stroke-gradient: none; } .notebook tab { background-image: -gtk-gradient (linear, left top, left bottom, from (shade (@bg_color, 0.97)), color-stop (0.80, shade (@bg_color, 0.95)), to (shade (@bg_color, 0.92))); padding: 2 1 0 1; -unico-border-gradient: -gtk-gradient (linear, left top, left bottom, from (shade (@bg_color, 0.86)), to (shade (@bg_color, 0.84))); -unico-inner-stroke-color: alpha (shade (@bg_color, 1.26), 0.34); -unico-inner-stroke-gradient: none; -unico-inner-stroke-width: 1; -unico-outer-stroke-color: @transparent; -unico-outer-stroke-gradient: none; -unico-outer-stroke-width: 1; } .notebook tab:active { background-image: -gtk-gradient (linear, left top, left bottom, from (shade (@bg_color, 1.1)), to (shade (@bg_color, 1.02))); -unico-border-gradient: -gtk-gradient (linear, left top, left bottom, from (shade (@bg_color, 0.84)), to (shade (@bg_color, 0.8))); } .notebook tab .button { padding: 0; }

avunat

That looks nicer in my opinion, thank you! :)

arni

Where are the themes of the icons?

grvrulz

The icon theme is Awoken. You have choose the folder type as s11 during customisation.

JDog2pt0

The folder type in the screenshot is classy, not s11.

nitrofurano

how can we use gnome-color-chooser colour schemes there (gtk3)? - or may we need to run some script to convert these colour schemes to an external css file, like at '~/.gnome-color-chooser/config.css' (neighbour to '~/.gnome-color-chooser/config.xml') ?

grvrulz

Gnome-color-chooser is not compatible with gtk3. But you can easily change the colors in the gtk.css and settings.ini files

nitrofurano

thanks!

robologo

Which line in the gtk.css is responsible for changing turquise (hovering the menu) into blue for example?

robologo

"turquoise"

grvrulz

You have to change the selected_bg_color in gtk.css and settings.ini :)

robologo

Right, that works fine. Thanks a lot!

Pling
0 Affiliates
Details
license
version 1.2
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 2

More GTK3/4 Themes from grvrulz:

Elegant Revisited
grvrulz
last update date: 13 years ago

Score 6.8

Elegant Brit gtk3
grvrulz
last update date: 13 years ago

Score 7.4

Other GTK3/4 Themes:

Aztec-gtk for Icewm Mate
blue-dxca93
last update date: 3 years ago

Score 6.4

Aero
elbullazul
last update date: 5 years ago

Score 7.9

Custubuntu
caezsar
last update date: 12 years ago

Score 3.7

Windows 8 theme By Kunal
pointguard17
last update date: 11 years ago

Score 3.9

murrine
sukkel100
last update date: 14 years ago

Score 4.0

NASCAR left-turn GTK-3
dewman0388
last update date: 12 years ago

Score 4.0