{"id":17310786,"url":"https://github.com/lassekongo83/plano-theme","last_synced_at":"2025-04-04T17:06:57.191Z","repository":{"id":80386186,"uuid":"49509716","full_name":"lassekongo83/plano-theme","owner":"lassekongo83","description":"A flat theme for GNOME \u0026 Xfce4","archived":false,"fork":false,"pushed_at":"2024-11-05T06:49:56.000Z","size":11459,"stargazers_count":209,"open_issues_count":10,"forks_count":10,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-28T16:06:18.907Z","etag":null,"topics":["flat-theme","gnome","gtk3-theme","gtk4-theme","theme","xfwm4"],"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":"2016-01-12T15:38:03.000Z","updated_at":"2025-03-27T19:30:37.000Z","dependencies_parsed_at":"2024-11-23T01:06:46.374Z","dependency_job_id":"5a1e905c-42b5-41ac-9404-df05128cf7cf","html_url":"https://github.com/lassekongo83/plano-theme","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassekongo83%2Fplano-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassekongo83%2Fplano-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassekongo83%2Fplano-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lassekongo83%2Fplano-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lassekongo83","download_url":"https://codeload.github.com/lassekongo83/plano-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247217177,"owners_count":20903009,"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","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":["flat-theme","gnome","gtk3-theme","gtk4-theme","theme","xfwm4"],"created_at":"2024-10-15T12:38:30.027Z","updated_at":"2025-04-04T17:06:57.158Z","avatar_url":"https://github.com/lassekongo83.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# THIS THEME IS NO LONGER MAINTAINED\n\n# Plano Theme\nPlano is a flat theme for GNOME and Xfce.\n\n![Plano theme](plano.png?raw=true)\n\n\u003csub\u003eScreenshot Details: [Wallpaper](http://memovaslg.deviantart.com/art/Alone-353235628) | [Icons](https://github.com/vinceliuice/Tela-icon-theme) | GNOME shell extension: [Dash to panel](https://github.com/jderose9/dash-to-panel)\u003c/sub\u003e\n\n### Requirements\n\n- GNOME Shell 40.1+ (Older versions can be found under the releases section.)\n- GTK 3.24.13+ and/or GTK 4.2+\n\n\u003csub\u003eI can't guarantee that the themes will look as intended on older versions.\u003c/sub\u003e\n\nSome of these packages may already be installed by default on some distros. (You can skip the gtk2 dependencies if you do not use any gtk2 applications. Then all you need to install is `git`, `meson`, `sassc`, and `ninja`)\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\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/plano-theme.git\ncd plano-theme\nmeson build\nsudo ninja -C build install\n```\nThe theme(s) will be installed in: `/usr/share/themes/`\n\n### Updating the theme\n\nNavigate to the `plano-theme` folder that was originally cloned. (If you removed it, do the steps above instead).\n\nThen simply run:\n```bash\ngit pull\nsudo ninja -C build install\n```\n\n#### Changing themes\n\nUse `gnome-tweaks` to change themes.\n\nYou can also change your GTK themes using a terminal.\n```bash\n# Changing the theme to Plano\ngsettings set org.gnome.desktop.interface gtk-theme Plano\n\n# Reverting the change to the default GNOME theme\ngsettings set org.gnome.desktop.interface gtk-theme Adwaita\n```\n\nTo change the gnome-shell theme you need to install and activate the `User themes` extension in the [extensions app](https://flathub.org/apps/details/org.gnome.Extensions).\n1. If the user-themes extension is not installed, then look for the package `gnome-shell-extensions` or `gnome-shell-extension-user-theme` and install it. (Or install it from https://extensions.gnome.org/extension/19/user-themes/)\n2. Open the extensions app and activate the `user themes` extension.\n3. Go to the Appearance page in `gnome-tweaks` and change the Shell theme to Plano in the drop-down list. (If it still shows a yellow triangle, then restart `gnome-tweaks` or relog.)\n\nXfce users can change themes in `Settings \u003e Appearance` and `Settings \u003e Window manager`\n\n#### Flatpak applications\n\nTo 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.)\n\nThe theme will be used if the included GTK version for the Flatpak app is at 3.24.x or 4.0. Some apps may require you to change the theme in the app's settings.\n\n#### Removing the theme(s)\n\nTo be safe from any gnome-shell crashes or weird behavior, change the gnome-shell theme to another one before running the command below.\n\nRun `sudo rm -r /usr/share/themes/Plano*`\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%2Fplano-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flassekongo83%2Fplano-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flassekongo83%2Fplano-theme/lists"}