
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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
9 years ago
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
9 years ago
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
chunkygerbil
8 years ago
Report
arni
8 years ago
http://min.us/mE1YOAbCV
Report
arni
8 years ago
http://min.us/mE1YOAbCV
Report
grvrulz
8 years ago
Report
arni
8 years ago
Report
joplass
9 years ago
Great work.
Report
mese79
9 years ago
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.
Report
anaconda1187
9 years ago
--------------------
http://imageshack.us/photo/my-images/195/20120114154914.png/
Report
anaconda1187
9 years ago
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
Report
mese79
9 years ago
Thanks for greate job.
But how could i change nautilus selected item back color? it is a little light, i think.
Report
avunat
9 years ago
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.
Report
grvrulz
9 years ago
Report
avunat
9 years ago
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...
Report
grvrulz
9 years ago
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;
}
Report
avunat
9 years ago
Report
arni
9 years ago
Report
grvrulz
9 years ago
Report
JDog2pt0
9 years ago
Report
nitrofurano
9 years ago
Report
grvrulz
9 years ago
Report
nitrofurano
9 years ago
Report
robologo
9 years ago
Report
robologo
9 years ago
Report
grvrulz
9 years ago
Report
robologo
9 years ago
Report