{"id":13434726,"url":"https://github.com/hrdwrrsk/adementary-theme","last_synced_at":"2025-03-18T01:31:53.283Z","repository":{"id":87064223,"uuid":"138287610","full_name":"hrdwrrsk/adementary-theme","owner":"hrdwrrsk","description":"A theme for GNOME/Budgie/Xfce/Cinnamon desktop with elementary-ish aesthetics.","archived":false,"fork":false,"pushed_at":"2020-09-08T05:40:37.000Z","size":6374,"stargazers_count":148,"open_issues_count":20,"forks_count":9,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-10-27T17:23:59.402Z","etag":null,"topics":["gnome","gnome-shell","gtk","gtk-theme","xfce4"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"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/hrdwrrsk.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-06-22T10:05:53.000Z","updated_at":"2024-10-01T15:58:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"e705c939-de28-468d-9af9-6a6922f0ba7d","html_url":"https://github.com/hrdwrrsk/adementary-theme","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrdwrrsk%2Fadementary-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrdwrrsk%2Fadementary-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrdwrrsk%2Fadementary-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrdwrrsk%2Fadementary-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrdwrrsk","download_url":"https://codeload.github.com/hrdwrrsk/adementary-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244139288,"owners_count":20404489,"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":["gnome","gnome-shell","gtk","gtk-theme","xfce4"],"created_at":"2024-07-31T03:00:21.539Z","updated_at":"2025-03-18T01:31:53.275Z","avatar_url":"https://github.com/hrdwrrsk.png","language":"CSS","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"Adementary\n======\nAdementary is a theme for GNOME/Budgie/Xfce/Cinnamon desktop with elementary-ish aesthetics.\n\n-------------------\n![Screenshot](/data/Screenshot.png)\n![Screenshot](/data/Screenshot-dark.png)\n-------------------\nThis theme has come with **3 variants**\n\n**Variants** | **Description** | **Preview**\n:-: | :-: | :-:\n**Default** | Light variant with dark panel | ![Default](/data/variant-default.svg)\n**Dark** | Dark variant | ![Dark](/data/variant-dark.svg)\n**Light** | Light variant with light panel (and GNOME shell/Cinnamon theme) | ![Light](/data/variant-light.svg)\n\n# Supported desktop environments\n- GNOME 3\n- Xfce\n- Budgie\n- Cinnamon (\u003e 4.0)\n\n### Not supported desktops\n- Pantheon\n\u003e elementary OS is NOT compatible.\n**NOTE:** Some of 3rd-party elementary/Granite apps are uses custom stylesheet that requires default elementary Gtk theme to work (except Flatpak-ed version because it enforced to use elementary Gtk theme), so it will broken if you use this theme (also with other 3rd-party theme)\n\n- Downstream patched GNOME session (Ubuntu, Pop! OS)\n\u003e However, you can install 'vanilla' GNOME by typing `sudo apt install gnome-session` in terminal\n\n- MATE\n- LXDE\n- KDE Plasma 5\n- Other desktops/WMs\n\n# (GNOME Shell) Typography\n**Noto Sans** is used as default primary font for GNOME shell theme, Cantarell is used as fallback.\n\n# Installation\n### Dependencies\nbefore you installing this theme, you need this package installed on your system:\n- `sassc` for compiling sass css sources\n- `gtk` 3.22\n- [Ubuntu 16.04 users read this](https://github.com/hrdwrrsk/tetra-gtk-theme/wiki/Ubuntu-16.04-users-read-this)\n- `bc` (required before running `install.sh` script)\n\n#### Required for rendering assets\n- `inkscape`\n- `optipng`\n\nThen run this command:\n\n```\ngit clone https://github.com/hrdwrrsk/adementary-theme.git\ncd adementary-theme\n\n# System-wide install\nsudo ./install.sh\n\n# Local install\n./install.sh -d ~/.themes\n```\n\nThen apply this theme with GNOME Tweaks or using your desktop's appearance settings\n\n# Flatpak install\n```\nflatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo\nflatpak install flathub org.gtk.Gtk3theme.Adementary\n```\n# Reporting bugs/Add suggestions\nreport it via \"Issues\" tab, Pull request for bugfixes and features also accepted.\nfor suggestion about design add [design] tag, for DEs/gtk+ app theming/etc. support, add [feature request] tag\n\n# Credits\n- [Adwaita](https://gitlab.gnome.org/GNOME/gtk) GTK theme by GNOME. (this theme are based on Adwaita)\n- elementary OS's GTK [theme/stylesheet](https://github.com/elementary/stylesheet) and it's color palette\n- [Mint-Y](https://github.com/linuxmint/mint-themes) theme by Linux Mint, for Cinnamon theme basis\n- install.sh, parse-sass.sh and render-assets.sh script are based on nana-4's [materia-theme](https://github.com/nana-4/materia-theme)\n- some other projects: Adapta, Arc, plane-gtk-theme and more for code fixes, hacks, etc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrdwrrsk%2Fadementary-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrdwrrsk%2Fadementary-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrdwrrsk%2Fadementary-theme/lists"}