Skip to content

sjoanez/zuki-themes

This branch is up to date with lassekongo83/zuki-themes:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38920a8 · Nov 5, 2024
May 19, 2019
Feb 11, 2022
Oct 23, 2020
May 19, 2019
May 19, 2019
May 19, 2021
May 19, 2019
Nov 5, 2024
Apr 7, 2022
Apr 7, 2022
May 19, 2019
May 19, 2019

Repository files navigation

THIS THEME IS NO LONGER MAINTAINED

zuki-themes

Themes for GNOME and XFCE4.

Zukitre

Zukitre Wallpapers | Icons | Fonts: Roboto / SF Mono | GNOME shell extension: Dash to Panel

Zukitwo

Zukitwo Wallpapers | Icons | Fonts: Roboto / SF Mono | GNOME shell extension: Dash to Panel

Requirements

  • GTK 3.24.13+ and/or GTK 4.2+
  • Debian/Ubuntu/Mint/PopOS - apt install gtk2-engines-murrine gtk2-engines-pixbuf ninja-build git meson sassc
  • Arch/Manjaro - pacman -S gtk-engines gtk-engine-murrine ninja git meson sassc
  • Opensuse - zypper in gtk2-engine-murrine gtk2-engines ninja git meson sassc
  • Fedora - dnf install gtk-murrine-engine gtk2-engines ninja-build git meson sassc

If you don't use any GTK-2 applications you can skip the gtk engines.

Other distros may have named the above packages differently.

Installation

When the above requirements are installed, simply run these commands:

git clone https://github.com/lassekongo83/zuki-themes.git
cd zuki-themes
meson build
sudo ninja -C build install

The themes will be installed in: /usr/share/themes/

Local installation

Install the theme(s) locally if you for some reason can't run as a sudo user.

git clone https://github.com/lassekongo83/adw-gtk3.git
cd zuki-themes
meson -Dprefix="${HOME}/.local" build
ninja -C build install

Updating the theme

Navigate to the zuki-themes folder that was originally cloned. (If you removed it, do the steps above instead). Then run:

For a global install:

git pull
sudo ninja -C build install

For a local install:

git pull
ninja -C build install

Flatpak

Use stylepak.

How to change themes

Use gnome-tweaks to change themes.

You can also change your GTK themes using a terminal.

# Change the theme to Zukitre-dark
gsettings set org.gnome.desktop.interface gtk-theme Zukitre-dark

# Reverting the change to the default GNOME theme
gsettings set org.gnome.desktop.interface gtk-theme Adwaita

Xfce users can change themes in Settings > Appearance and Settings > Window manager

How to remove the theme(s)

To be safe from any crashes or weirdness, change the theme to another one before running the command below.

For a global install: sudo rm -r /usr/share/themes/Zuki*

For a local install: rm -r ~/.local/share/themes/Zuki*

Copying or Reusing

The GTK theme(s) and included scripts are free software licensed under the terms of the GNU General Public License, version 3.

About

Themes for GTK, gnome-shell and more.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 78.6%
  • SCSS 20.1%
  • Other 1.3%