{"id":13611073,"url":"https://github.com/danth/stylix","last_synced_at":"2025-05-14T07:09:20.761Z","repository":{"id":38615700,"uuid":"323381043","full_name":"danth/stylix","owner":"danth","description":"Theming framework for NixOS, Home Manager, nix-darwin, and Nix-on-Droid","archived":false,"fork":false,"pushed_at":"2025-05-13T21:02:49.000Z","size":3341,"stargazers_count":1611,"open_issues_count":207,"forks_count":217,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-13T21:47:38.150Z","etag":null,"topics":["home-manager","nix","nix-darwin","nix-on-droid","nixos","ricing"],"latest_commit_sha":null,"homepage":"https://stylix.danth.me/","language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null},"funding":{"github":["danth"]}},"created_at":"2020-12-21T15:50:00.000Z","updated_at":"2025-05-13T21:02:54.000Z","dependencies_parsed_at":"2024-03-22T10:53:50.665Z","dependency_job_id":"436dd410-e8e7-4e83-bb36-8492e079915f","html_url":"https://github.com/danth/stylix","commit_stats":{"total_commits":396,"total_committers":77,"mean_commits":5.142857142857143,"dds":0.4722222222222222,"last_synced_commit":"35233f929629c8eb64e939e35260fc8347f94df9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danth%2Fstylix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danth%2Fstylix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danth%2Fstylix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danth%2Fstylix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danth","download_url":"https://codeload.github.com/danth/stylix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254092786,"owners_count":22013290,"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":["home-manager","nix","nix-darwin","nix-on-droid","nixos","ricing"],"created_at":"2024-08-01T19:01:51.535Z","updated_at":"2025-05-14T07:09:15.739Z","avatar_url":"https://github.com/danth.png","language":"Nix","funding_links":["https://github.com/sponsors/danth"],"categories":["Nix","NixOS Modules"],"sub_categories":["Zig"],"readme":"# Stylix\n\n## About\n\nStylix is a theming framework for [NixOS](https://nixos.org), [Home\nManager](https://nix-community.github.io/home-manager#ch-introduction),\n[nix-darwin](https://github.com/LnL7/nix-darwin#readme), and\n[Nix-on-Droid](https://github.com/nix-community/nix-on-droid) that applies\ncolor schemes, wallpapers, and fonts to a wide range of applications.\n\nUnlike color scheme utilities such as\n[base16.nix](https://github.com/SenchoPens/base16.nix) or\n[nix-colors](https://github.com/Misterio77/nix-colors), Stylix goes further by\napplying themes to supported applications, following the \"it just works\"\nphilosophy.\n\n## Resources\n\n- [Documentation](https://danth.github.io/stylix)\n- [GitHub Discussions](https://github.com/danth/stylix/discussions)\n- [Matrix room](https://matrix.to/#/#stylix:danth.me)\n\n## Example configurations\n\n### GNOME 46\n\n\u003cfigure\u003e\n    \u003cimg src=\"./gnome.png\" alt=\"GNOME 46\" width=100%\u003e\n    \u003cfigcaption\u003e\n        \u003cp\u003e\n            Wallpapers by \u003ca\n            href=\"https://unsplash.com/photos/three-bicycles-parked-in-front-of-building-hwLAI5lRhdM\"\u003e\n            Clay Banks\u003c/a\u003e and \u003ca\n            href=\"https://unsplash.com/photos/brown-road-in-forest-during-daytime-L505cPnmIds\"\u003e\n            Derrick Cooper\u003c/a\u003e.\n        \u003c/p\u003e\n    \u003c/figcaption\u003e\n\u003c/figure\u003e\n\nTry a live demo of this dark theme by running:\n\n```console\nnix run github:danth/stylix#testbed:gnome:default:dark:image:scheme:cursor\n```\n\n### KDE Plasma 5\n\n\u003cfigure\u003e\n    \u003cimg src=\"./kde.png\" alt=\"KDE Plasma 5\" width=100%\u003e\n    \u003cfigcaption\u003e\n        \u003cp\u003e\n            Wallpapers by \u003ca\n            href=\"https://unsplash.com/photos/mountain-surrounded-by-trees-under-cloudy-sky-T-tOgjWZ0fQ\"\u003e\n            Aniket Deole\u003c/a\u003e and \u003ca\n            href=\"https://unsplash.com/photos/landscape-photography-of-body-of-water-overlooking-mountain-range-ZqLeQDjY6fY\"\u003e\n            Tom Gainor\u003c/a\u003e.\n        \u003c/p\u003e\n    \u003c/figcaption\u003e\n\u003c/figure\u003e\n\nSince KDE theming is still a work in progress, some manual steps may be required\nto properly apply its theme.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanth%2Fstylix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanth%2Fstylix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanth%2Fstylix/lists"}