jpfleury / clearlooks-phenix

GTK3 port of the Clearlooks theme
GNU General Public License v3.0
96 stars 42 forks source link

Overview

The Clearlooks-Phénix project aims at creating a GTK3 port of Clearlooks, the default theme for Gnome 2. Style is also included for GTK2, Unity and for Metacity, Openbox and Xfwm4 window managers.

Here are screenshots (if applicable, click to see the original image):

Screenshot of a Gnome 3 desktop (fallback mode) with the Clearlooks-Phénix theme

Screenshot of gedit 3 with the Clearlooks-Phénix theme

Screenshot of GTK+ Widget Factory with the Clearlooks-Phénix theme

Requirements

Installation

Selection

The theme must be selected once the installation is complete:

Configuration

Desktop managed by Nautilus

By default, the font color on a desktop managed by Nautilus is black. To set it to white, open the file gtk-3.0/applications.css with a text editor, find the code relative to Nautilus:

/************
 * Nautilus *
 ************/

/*
COMMENTED
CSS
CODE
*/

and uncomment it, as follows:

/************
 * Nautilus *
 ************/

UNCOMMENTED
CSS
CODE

To get a custom color, change the color directly in the file gtk-3.0/applications.css.

Window buttons layout

If after installing or updating Ubuntu, the window buttons are on the left side, but you want them to the right, run the following command in a terminal:

gconftool-2 --set /apps/metacity/general/button_layout --type string ":minimize,maximize,close"

Wallpaper

The wallpaper used for the Gnome 3 desktop screenshot is available in the folder wallpapers.

Icons

The icon theme used for the same screenshot is Mist, installed with the package gnome-themes, under LGPL. However, this package is no longer available with last Ubuntu versions. Here's an easy way to install Mist:

Development and license

Git is used for revision control. Repository can be browsed online or cloned.

Thanks to Andrew Shadura and Andrey Cherepanov for the support of GTK 3.20, and to Yuri Khan for the support of HiDPI.

Author: Jean-Philippe Fleury (http://www.jpfleury.net/en/contact.php)
Copyright © 2011-2014 Jean-Philippe Fleury
Copyright © 2013-2014 Andrew Shadura

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Third-party code