{"id":13850752,"url":"https://github.com/lassekongo83/zuki-themes","last_synced_at":"2025-10-11T15:32:38.621Z","repository":{"id":16433692,"uuid":"19185169","full_name":"lassekongo83/zuki-themes","owner":"lassekongo83","description":"Themes for GTK, gnome-shell and more.","archived":false,"fork":false,"pushed_at":"2024-11-05T06:51:07.000Z","size":9217,"stargazers_count":570,"open_issues_count":10,"forks_count":46,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-05-31T05:01:27.992Z","etag":null,"topics":["gnome-shell-theme","gnome-theme","gtk-theme","gtk3-theme","gtk4-theme","xfwm4-theme"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lassekongo83.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-04-26T18:33:10.000Z","updated_at":"2025-05-25T20:29:35.000Z","dependencies_parsed_at":"2024-12-28T04:00:27.622Z","dependency_job_id":null,"html_url":"https://github.com/lassekongo83/zuki-themes","commit_stats":{"total_commits":314,"total_committers":7,"mean_commits":"44.857142857142854","dds":0.5,"last_synced_commit":"38920a8671f53aa61d8bb6c40f5fd6397927c471"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"purl":"pkg:github/lassekongo83/zuki-themes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassekongo83%2Fzuki-themes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassekongo83%2Fzuki-themes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassekongo83%2Fzuki-themes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassekongo83%2Fzuki-themes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lassekongo83","download_url":"https://codeload.github.com/lassekongo83/zuki-themes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassekongo83%2Fzuki-themes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007603,"owners_count":26084334,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gnome-shell-theme","gnome-theme","gtk-theme","gtk3-theme","gtk4-theme","xfwm4-theme"],"created_at":"2024-08-04T21:00:17.657Z","updated_at":"2025-10-11T15:32:38.592Z","avatar_url":"https://github.com/lassekongo83.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# THIS THEME IS NO LONGER MAINTAINED\n\n# zuki-themes\nThemes for GNOME and XFCE4.\n\n#### Zukitre\n![Zukitre](zukitre.png?raw=true)\n\u003csub\u003e[Wallpapers](https://imgur.com/a/zrijHvk) | [Icons](https://github.com/vinceliuice/Tela-icon-theme) | Fonts: Roboto / SF Mono | GNOME shell extension: Dash to Panel\u003c/sub\u003e\n\n#### Zukitwo\n![Zukitwo](zukitwo.png?raw=true)\n\u003csub\u003e[Wallpapers](https://imgur.com/a/zrijHvk) | [Icons](https://github.com/vinceliuice/Tela-icon-theme) | Fonts: Roboto / SF Mono | GNOME shell extension: Dash to Panel\u003c/sub\u003e\n\n### Requirements\n\n- GTK 3.24.13+ and/or GTK 4.2+\n\n* Debian/Ubuntu/Mint/PopOS - `apt install gtk2-engines-murrine gtk2-engines-pixbuf ninja-build git meson sassc`\n* Arch/Manjaro - `pacman -S gtk-engines gtk-engine-murrine ninja git meson sassc`\n* Opensuse - `zypper in gtk2-engine-murrine gtk2-engines ninja git meson sassc`\n* Fedora - `dnf install gtk-murrine-engine gtk2-engines ninja-build git meson sassc`\n\nIf you don't use any GTK-2 applications you can skip the gtk engines.\n\nOther distros may have named the above packages differently.\n\n## Installation\n\nWhen the above requirements are installed, simply run these commands:\n```bash\ngit clone https://github.com/lassekongo83/zuki-themes.git\ncd zuki-themes\nmeson build\nsudo ninja -C build install\n```\nThe themes will be installed in: `/usr/share/themes/`\n\n### Local installation\n\nInstall the theme(s) locally if you for some reason can't run as a sudo user.\n\n```bash\ngit clone https://github.com/lassekongo83/adw-gtk3.git\ncd zuki-themes\nmeson -Dprefix=\"${HOME}/.local\" build\nninja -C build install\n```\n\n### Updating the theme\n\nNavigate to the `zuki-themes` folder that was originally cloned. (If you removed it, do the steps above instead).\nThen run:\n\nFor a global install:\n```bash\ngit pull\nsudo ninja -C build install\n```\n\nFor a local install:\n```bash\ngit pull\nninja -C build install\n```\n\n### Flatpak\n\nUse [stylepak](https://github.com/refi64/stylepak).\n\n## How to change themes\n\nUse `gnome-tweaks` to change themes.\n\nYou can also change your GTK themes using a terminal.\n```bash\n# Change the theme to Zukitre-dark\ngsettings set org.gnome.desktop.interface gtk-theme Zukitre-dark\n\n# Reverting the change to the default GNOME theme\ngsettings set org.gnome.desktop.interface gtk-theme Adwaita\n```\n\nXfce users can change themes in `Settings \u003e Appearance` and `Settings \u003e Window manager`\n\n#### How to remove the theme(s)\n\nTo be safe from any crashes or weirdness, change the theme to another one before running the command below.\n\nFor a global install: `sudo rm -r /usr/share/themes/Zuki*`\n\nFor a local install: `rm -r ~/.local/share/themes/Zuki*`\n\n## Copying or Reusing\n\nThe GTK theme(s) and included scripts are free software licensed under the terms of the [GNU General Public License, version 3](https://www.gnu.org/licenses/gpl-3.0.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flassekongo83%2Fzuki-themes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flassekongo83%2Fzuki-themes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flassekongo83%2Fzuki-themes/lists"}