Skip to content

A flat theme with transparent elements. forked from arc-theme

License

Notifications You must be signed in to change notification settings

cinchOS/cinch-theme

 
 

Repository files navigation

Cinch Theme

Cinch is a flat theme with transparent elements for GTK 3, GTK 2 and GNOME Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Unity, Budgie, Pantheon, Xfce, MATE, etc.

Cinch is available in three variants

Cinch

A screenshot of the Cinch theme

Cinch-Darker

A screenshot of the Cinch-Darker theme

Cinch-Dark

A screenshot of the Cinch-Dark theme

Installation

Manual Installation

To build the theme the follwing packages are required

  • autoconf
  • automake
  • pkg-config or pkgconfig for Fedora
  • libgtk-3-dev for Debian based distros or gtk3-devel for RPM based distros
  • git to clone the source directory

Note: For distributions which don't ship separate development packages, just the GTK 3 package is needed instead of the -dev packages.

For the theme to function properly, install the following

  • GNOME Shell 3.14 - 3.24, GTK 3.14 - 3.22
  • The gnome-themes-standard package
  • The murrine engine. This has different names depending on the distro.
    • gtk-engine-murrine (Cinchh Linux)
    • gtk2-engines-murrine (Debian, Ubuntu, elementary OS)
    • gtk-murrine-engine (Fedora)
    • gtk2-engine-murrine (openSUSE)
    • gtk-engines-murrine (Gentoo)

Install the theme with the following commands

1. Get the source

Clone the git repository with

git clone https://github.com/cinchOS/cinch-theme --depth 1 && cd cinch-theme

2. Build and install the theme

./autogen.sh --prefix=/usr
sudo make install

Other options to pass to autogen.sh are

--disable-transparency     disable transparency in the GTK3 theme
--disable-light            disable Cinch Light support
--disable-darker           disable Cinch Darker support
--disable-dark             disable Cinch Dark support
--disable-cinnamon         disable Cinnamon support
--disable-gnome-shell      disable GNOME Shell support
--disable-gtk2             disable GTK2 support
--disable-gtk3             disable GTK3 support
--disable-metacity         disable Metacity support
--disable-unity            disable Unity support
--disable-xfwm             disable XFWM support

--with-gnome=<version>     build the theme for a specific GNOME version (3.14, 3.16, 3.18, 3.20, 3.22)
                           Note 1: Normally the correct version is detected automatically and this
                           option should not be needed.
                           Note 2: For GNOME 3.24, use --with-gnome-version=3.22
                           (this works for now, the build system will be improved in the future)

After the installation is complete the theme can be activated with gnome-tweak-tool or a similar program by selecting Cinch, Cinch-Darker or Cinch-Dark as Window/GTK+ theme and Cinch or Cinch-Dark as GNOME Shell/Cinnamon theme.

If the --disable-transparency option was used, the theme will be installed as Cinch-solid, Cinch-Darker-solid and Cinch-Dark-solid.

Uninstall

Run

sudo make uninstall

from the cloned git repository, or

sudo rm -rf /usr/share/themes/{Cinch,Cinch-Darker,Cinch-Dark}

Extras

Chrome/Chromium theme

To install the Chrome/Chromium theme go to the extra/Chrome folder and drag and drop the cinch-theme.crx or cinch-dark-theme.crx file into the Chrome/Chromium window. The source of the Chrome themes is located in the source "Chrome/cinch-theme" folder.

Plank theme

To install the Plank theme, copy the extra/Cinch-Plank folder to ~/.local/share/plank/themes or to /usr/share/plank/themes for system-wide use. Now open the Plank preferences window by executing plank --preferences from a terminal and select Cinch-Plank as the theme.

Troubleshooting

If you use Ubuntu with a newer GTK/GNOME version than the one included by default (i.e Ubuntu 14.04 with GTK 3.14 or Ubuntu 15.04 with GTK 3.16, etc.) the prebuilt packages won't work properly and the theme has to be installed manually as described above. This is also true for other distros with a different GTK/GNOME version than the one included by default

--

If you get artifacts like black or invisible backgrounds under Unity, disable overlay scrollbars with

gsettings set com.canonical.desktop.interface scrollbar-mode normal

Bugs

If you find a bug, please report it at https://github.com/cinchOS/cinch-theme/issues

License

Cinch is available under the terms of the GPL-3.0. See COPYING for details.

About

A flat theme with transparent elements. forked from arc-theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 99.6%
  • Other 0.4%