Skip to content

Latest commit

 

History

History
83 lines (44 loc) · 2.07 KB

README.md

File metadata and controls

83 lines (44 loc) · 2.07 KB

Pocillo GTK Theme

GTK+3.22 based theme that has Material Design elements and styled using the Arc colour palette.

The theme exists with light, darker and dark styling together with slim styled or standard title-bars.

The theme has been developed primarily for the Budgie Desktop.

Contributions are welcome for all desktop environments

Public License

Required Components:

GTK+3.22.x

  • Gtk+-3.0 >= 3.22.0
  • Gtk+-2.0 >= 2.24.30
  • gtk2-engines-pixbuf >= 2.24.30
  • gtk2-engines-murrine >= 0.98.1

Supported Desktop Environments

  • Budgie Desktop >= 10.4

Installation

Install the following packages using your package management system:

debian based

sudo apt install inkscape optipng gtk2-engines-pixbuf gtk2-engines-murrine git sassc make libglib2.0-dev-bin libxml2-utils

arch based

sudo pacman -S inkscape optipng git sassc make libxml2 gtk2 gtk3

Remove previous versions first:

sudo rm -rf /usr/share/themes/Pocillo*

Download and install Pocillo theme:

git clone https://github.com/ubuntubudgie/pocillo-gtk-theme
cd pocillo-gtk-theme
make
sudo make install

Development

After cloning run a full make to generate all CSS files:

make all

For editing GTK+3, edit the .scss files and compile:

make gtk3

Install:

sudo make install

Alternatively - if just editing GTK+3 you can compile, install and apply the theme by running

./apply

Special Thanks to

Pocillo has been created from Pop GTK theme which itself is developed from Materia GTK theme; it inherits GNOME and XFCE styling elements from those projects.