{"id":13440705,"url":"https://github.com/vinceliuice/Orchis-theme","last_synced_at":"2025-03-20T10:32:21.864Z","repository":{"id":37815492,"uuid":"238921235","full_name":"vinceliuice/Orchis-theme","owner":"vinceliuice","description":"Orchis is a [Material Design](https://material.io) theme for GNOME/GTK based desktop environments.","archived":false,"fork":false,"pushed_at":"2024-05-28T16:30:27.000Z","size":93905,"stargazers_count":2718,"open_issues_count":177,"forks_count":214,"subscribers_count":23,"default_branch":"master","last_synced_at":"2024-05-29T07:36:11.650Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","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/vinceliuice.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2020-02-07T12:50:46.000Z","updated_at":"2024-06-21T19:42:39.937Z","dependencies_parsed_at":"2023-09-30T12:38:10.403Z","dependency_job_id":"eedf1f1d-0a16-4121-bfcf-738857370b53","html_url":"https://github.com/vinceliuice/Orchis-theme","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinceliuice%2FOrchis-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinceliuice%2FOrchis-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinceliuice%2FOrchis-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vinceliuice%2FOrchis-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vinceliuice","download_url":"https://codeload.github.com/vinceliuice/Orchis-theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213299323,"owners_count":15566602,"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":[],"created_at":"2024-07-31T03:01:25.334Z","updated_at":"2025-03-20T10:32:21.859Z","avatar_url":"https://github.com/vinceliuice.png","language":"SCSS","funding_links":["https://www.paypal.me/vinceliuice"],"categories":["HarmonyOS","CSS","Applications","应用"],"sub_categories":["Windows Manager","Desktop Customization","桌面个性化"],"readme":"# Orchis theme\n\nOrchis is a [Material Design](https://material.io) theme for GNOME/GTK based desktop environments.\n\nBased on nana-4 -- [materia-theme](https://github.com/nana-4/materia-theme)\n\n![screenshot](images/screenshot.png?raw=true)\n\n## Requirements\n\n- GTK `\u003e=3.20`\n- `gnome-themes-extra` (or `gnome-themes-standard`)\n- Murrine engine — The package name depends on the distro.\n  - `gtk-engine-murrine` on Arch Linux\n  - `gtk-murrine-engine` on Fedora\n  - `gtk2-engine-murrine` on openSUSE\n  - `gtk2-engines-murrine` on Debian, Ubuntu, etc.\n- `sassc` — build dependency\n\n## Donate\n\nIf you like my project, you can buy me a coffee:\n\n\u003cspan class=\"paypal\"\u003e\u003ca href=\"https://www.paypal.me/vinceliuice\" title=\"Donate to this project using Paypal\"\u003e\u003cimg src=\"https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-100px.png\" alt=\"PayPal donate button\" /\u003e\u003c/a\u003e\u003c/span\u003e\n\n## Installation\n\n### Manual Installation\n\nRun the following commands in the terminal:\n\n```sh\n./install.sh\n```\n\n\u003e Tip: `./install.sh` allows the following options:\n\n```\nOPTIONS:\n  -d, --dest DIR          Specify destination directory (Default: $HOME/.themes)\n  -n, --name NAME         Specify theme name (Default: Orchis)\n\n  -t, --theme VARIANT     Specify theme color variant(s) [default|purple|pink|red|orange|yellow|green|teal|grey|all] (Default: blue)\n  -c, --color VARIANT     Specify color variant(s) [standard|light|dark] (Default: All variants)s)\n  -s, --size VARIANT      Specify size variant [standard|compact] (Default: All variants)\n\n  -i, --icon VARIANT      Specify icon variant(s) for shell panel activities button\n                          [default|apple|simple|gnome|ubuntu|arch|manjaro|fedora|debian|void|opensuse|popos|mxlinux|zorin|endeavouros|tux|nixos|gentoo|budgie]\n                          (Default: ChromeOS style)\n\n  -l, --libadwaita        Link installed Orchis gtk-4.0 theme to config folder for all libadwaita app use Orchis theme\n\n  --tweaks                Specify versions for tweaks [solid|compact|black|primary|macos|submenu|(nord/dracula)] (Options can mix)\n                          1. solid              No transparency panel variant\n                          2. compact            No floating panel variant\n                          3. black              Full black variant\n                          4. primary            Change radio icon checked color to primary theme color (Default is Green)\n                          5. macos              Change window buttons to MacOS style\n                          6. submenu            Set normal submenus color contrast (dark submenu style on dark version)\n                          7. [nord|dracula]     Nord/dracula colorscheme themes (nord and dracula can not mix use!)\n                          8. dock               Fix style for 'dash-to-dock' or 'ubuntu-dock' extension\n\n  --round                 Change theme round corner border-radius [Input the px value you want] (Suggested: 2px \u003c value \u003c 16px)\n                          1. 3px\n                          2. 4px\n                          3. 5px\n                          ...\n                          13. 15px\n\n  --shell                 install gnome-shell version [38|40|42|44|46] (Without this option script will detect shell version and install the right theme)\n                          1. 38                 Gnome-shell version \u003c= 38.0\n                          2. 40                 Gnome-shell version = 40.0\n                          3. 42                 Gnome-shell version = 42.0\n                          4. 44                 Gnome-shell version = 44.0\n                          5. 46                 Gnome-shell version = 46.0\n\n  -r, --remove,\n  -u, --uninstall         Uninstall/Remove installed themes\n\n  -h, --help              Show help\n```\n\n\u003e For more information, run: `./install.sh -h`\n\n## Tweaks for Orchis\n\n![tweaks-view](images/tweaks-view.png?raw=true)\n\n### Fix for libadwaita (Gnome-shell \u003e= 42.0)\n\n![libadwaita](images/libadwaita.png?raw=true)\n\nrun: `./install.sh -l` (Default light version will installed)\n\nThis fix is just a link from selected Ochis gtk-4.0 theme in `$HOME/.theme` to `$HOME/.config/gtk-4.0/gtk.css`\nso it will not support change theme through `Gnome-tweaks`\nif you want install other theme version for libadwaita you can run like:\n\n```sh\n./install.sh -c dark -l #(Link dark version)\n```\n\n```sh\n./install.sh -c dark -t purple -l #(Link dark purple version)\n```\n\nand so on ... \n\n### Fix for Flatpak\n\n```sh\nsudo flatpak override --filesystem=xdg-config/gtk-3.0 \u0026\u0026 sudo flatpak override --filesystem=xdg-config/gtk-4.0\n```\n\nIf you use flatpak apps, you can run this to fix theme issue\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinceliuice%2FOrchis-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinceliuice%2FOrchis-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinceliuice%2FOrchis-theme/lists"}