Skip to content

aczepod/Holo-Gnome3-Theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holo theme for gnome shell & gtk 3.4

Based on the excellent work from Tiheum : Holo theme on DeviantArt
This repository helps to have Gnome 3.4 working with this Holo theme.
It doesn't aim to be backward compatible with Gnome 3.2.

Et un grand merci à Tiheum pour toutes ses icones/thèmes !

Installation

To install it directly using command line :

# Install git (if not already)
sudo apt-get install git
# Create .themes folder (if not already)
mkdir ~/.themes
# Checkout git repo
cd ~/.themes && git clone git://github.com/r3gis3r/Holo-Gnome3-Theme.git
# Optionally link root theme folder to your folder
sudo ln -s ~/.themes ~root/.themes

Extra configuration

Firefox

If you are a Firefox user, you may also appreciate ~illusionmist Holo Stylish script for Firefox

Thunderbird

And the thunderbird script my Holo Stylish script for Thunderbird

Fonts

You may also want to install Roboto fonts

To do so use following command lines :

# Get roboto fonts
wget http://www.fontsquirrel.com/fonts/download/roboto -O roboto.zip
# Create .fonts theme (if not already)
mkdir ~/.fonts
# Unzip fonts in folder
unzip roboto.zip -d ~/.fonts

If you plan to use Roboto Light instead of Roboto, you'll notice weird behavior from apps such as Thunderbird and Pidgin.
It's because they try to use Roboto in weight normal which resolves to Medium style and it will appear bold for you.
So, you have to force the resolution of Roboto into Roboto Light for normal weight. So edit your ~/.fonts.conf and fill with :

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <match target="pattern">
        <test name="family" qual="any">
            <string>Roboto</string>
        </test>
        <test name="weight" compare="less_eq">
            <const>normal</const>
        </test>
        <edit mode="assign" name="weight">
            <const>light</const>
        </edit>
    </match>
</fontconfig>

Finally, you can then use gnome-tweak-tool to setup everything.


Remember that the Holo theme is released under GPLv3 license. And don't hesitate to share if you modify for your own needs ;).

About

Holo theme for gnome shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published