All Projects → lassekongo83 → Zuki Themes

lassekongo83 / Zuki Themes

Licence: gpl-3.0
Themes for GTK, gnome-shell and more.

Projects that are alternatives of or similar to Zuki Themes

postcss-gtk
Processes GTK+ CSS into browser CSS
Stars: ✭ 23 (-95.84%)
Mutual labels:  gtk3-theme
Windows-Whistler
A port of the Whistler theme that eventually got replaced by Luna in Windows 2001 (XP)
Stars: ✭ 24 (-95.66%)
Mutual labels:  gtk3-theme
yaru-remix
My Novice approach for yaru-remix
Stars: ✭ 57 (-89.69%)
Mutual labels:  gtk3-theme
equilux-theme
A Material Design-like theme for GNOME/GTK+ based desktop environments.
Stars: ✭ 328 (-40.69%)
Mutual labels:  gtk3-theme
Yosemite-gtk-theme
Mac OSX Yosemite like theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 74 (-86.62%)
Mutual labels:  gtk3-theme
pocillo-gtk-theme
GTK+ 3.22 & GTK+ 4 based theme for the Budgie Desktop that has Material Design elements and styled using the Arc colour palette
Stars: ✭ 33 (-94.03%)
Mutual labels:  gtk3-theme
Shades-of-gray-theme
[unmaintained] A flat dark GTK-theme with ergonomic contrasts
Stars: ✭ 60 (-89.15%)
Mutual labels:  gtk3-theme
Sierra Gtk Theme
MacOS High Sierra like theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 490 (-11.39%)
Mutual labels:  gtk3-theme
Unity-8
Theme mimicking Unity 8's design
Stars: ✭ 22 (-96.02%)
Mutual labels:  gtk3-theme
Abrus-gtk-theme
Abrus is a stylish Design theme for GTK 3, GTK 2 and Gnome-Shell etc.
Stars: ✭ 25 (-95.48%)
Mutual labels:  gtk3-theme
adw-gtk3
The theme from libadwaita ported to GTK-3
Stars: ✭ 660 (+19.35%)
Mutual labels:  gtk3-theme
tempus-themes
[Mirror] Tempus is a collection of themes for Vim, text editors, and terminal emulators that are compliant at the very least with the WCAG AA accessibility standard for colour contrast
Stars: ✭ 48 (-91.32%)
Mutual labels:  gtk3-theme
Fuchsia
Google Fuchsia theme (based on preview colors and Android theme)
Stars: ✭ 15 (-97.29%)
Mutual labels:  gtk3-theme
theme-obsidian-2
Gnome theme, based upon Adwaita-Maia dark skin
Stars: ✭ 26 (-95.3%)
Mutual labels:  gtk3-theme
DotThemes
Collection of my Themes (GTK, Xfce, Openbox)
Stars: ✭ 31 (-94.39%)
Mutual labels:  gtk3-theme
amber-theme
A theme for GNOME and Xfce4.
Stars: ✭ 23 (-95.84%)
Mutual labels:  gtk3-theme
gtk
🪟 Soothing pastel theme for GTK3
Stars: ✭ 150 (-72.88%)
Mutual labels:  gtk3-theme
Matcha Gtk Theme
Matcha is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell
Stars: ✭ 494 (-10.67%)
Mutual labels:  gtk3-theme
Gnome Layout Manager
A bash script that batch installs and tweaks GNOME extensions as well as GTK/Shell themes. There are currently three options available: Unity, Windows and macOS.
Stars: ✭ 383 (-30.74%)
Mutual labels:  gtk3-theme
GTK-Themes
简单粗暴的Linux主题安装脚本
Stars: ✭ 47 (-91.5%)
Mutual labels:  gtk3-theme

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

  • GNOME Shell 3.38 (Older versions can be found under the releases section.)
  • GTK 3.24.13+

I can't guarantee that the themes will look as intended on older versions.

Some of these packages may already be installed by default on some distros.

  • Debian/Ubuntu/Mint - 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

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/

Updating the theme

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

Then simply run:

git pull
sudo ninja -C build install

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/zuki-themes.git
cd zuki-themes
meson build
DESTDIR=/home/your-username/.themes ninja -C build install
mv ~/.themes/usr/share/themes/* ~/.themes
rm -r ~/.themes/usr

Changing themes

Use gnome-tweaks to change themes.

You can also change your GTK themes using a terminal.

# Changing the theme to Zukitre-dark, simply run
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

Flatpak applications

To use the theme in Flatpak applications you'll have to copy the theme(s) from /usr/share/themes to ~/.themes (Symbolic links won't work.)

As long as the version of the included GTK3 for the Flatpak app is at 3.24.x the theme should be used. Some apps may require you to change the theme in the app's settings.

Removing the themes

To be safe from any gnome-shell crashes or weird behavior, change the gnome-shell theme to another one before removing the theme.

As root, remove the Zukitre Zukitwo Zukitre-dark Zukitwo-dark Zuki-shell folders located in /usr/share/themes/

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].