{"id":15407953,"url":"https://github.com/ryanccn/modernflux","last_synced_at":"2025-07-06T19:38:52.401Z","repository":{"id":165855303,"uuid":"611321453","full_name":"ryanccn/modernflux","owner":"ryanccn","description":"A modern look and feel for Miniflux","archived":false,"fork":false,"pushed_at":"2025-06-30T12:46:55.000Z","size":549,"stargazers_count":49,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-30T13:49:37.360Z","etag":null,"topics":["catppuccin","css","custom-css","flexoki","miniflux","rss","rss-reader","scss","userstyle","userstyles"],"latest_commit_sha":null,"homepage":"https://modernflux.ryanccn.dev/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanccn.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":{"ko_fi":"ryancaodev"}},"created_at":"2023-03-08T15:30:12.000Z","updated_at":"2025-06-30T12:46:19.000Z","dependencies_parsed_at":"2024-01-12T21:42:13.688Z","dependency_job_id":"8beab4f9-8db4-4b3e-9240-ed409e2a9a3e","html_url":"https://github.com/ryanccn/modernflux","commit_stats":{"total_commits":59,"total_committers":3,"mean_commits":"19.666666666666668","dds":0.3728813559322034,"last_synced_commit":"e81b2be5cf55b018b0e69b2cd90cd7522ef15d4d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanccn/modernflux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanccn%2Fmodernflux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanccn%2Fmodernflux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanccn%2Fmodernflux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanccn%2Fmodernflux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanccn","download_url":"https://codeload.github.com/ryanccn/modernflux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanccn%2Fmodernflux/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263961675,"owners_count":23536272,"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":["catppuccin","css","custom-css","flexoki","miniflux","rss","rss-reader","scss","userstyle","userstyles"],"created_at":"2024-10-01T16:30:18.522Z","updated_at":"2025-07-06T19:38:52.397Z","avatar_url":"https://github.com/ryanccn.png","language":"SCSS","funding_links":["https://ko-fi.com/ryancaodev"],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2025 Ryan Cao \u003chello@ryanccn.dev\u003e\n\nSPDX-License-Identifier: AGPL-3.0-or-later\n--\u003e\n\n# Modernflux\n\n**Last updated: April 22, 2025**\n\nA modern look and feel for [Miniflux](https://miniflux.app/), with beautiful color schemes based on [Catppuccin](https://catppuccin.ryanccn.dev/) and [Flexoki](https://stephango.com/flexoki).\n\n![Demo](/.github/demo.png)\n\n## Installation\n\nCurrently, Modernflux has two color schemes available: Catppuccin and Flexoki. Each has different choices of variant and accent color:\n\n| Color scheme | Variants                                | Accent colors                                                                                                                        |\n| ------------ | --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |\n| Catppuccin   | `latte`, `frappe`, `macchiato`, `mocha` | `rosewater`, `flamingo`, `pink`, `mauve`, `red`, `maroon`, `peach`, `yellow`, `green`, `teal`, `sky`, `sapphire`, `blue`, `lavender` |\n| Flexoki      | `light`, `dark`                         | `red`, `orange`, `yellow`, `green`, `cyan`, `blue`, `purple`, `magenta`                                                              |\n\n### CSS `@import`\n\nSince [Miniflux 2.2.2](https://github.com/miniflux/v2/releases/tag/2.2.2), Miniflux has provided a setting for customizing the Content Security Policy by allowlisting specific domains for loading styles and fonts.\n\nAdd this to the **Custom CSS** field (and replace the placeholders with your color choices):\n\n```css\n@import url(\"https://modernflux.ryanccn.dev/base.min.css\");\n@import url(\"https://modernflux.ryanccn.dev/{color_scheme}/{variant}/{accent_color}.min.css\");\n```\n\nAnd then add `modernflux.ryanccn.dev` to the **External font hosts** field. Update your settings, and you should see your brand new modern-looking Miniflux!\n\n### Manual\n\nIf you don't want to allowlist Modernflux's domain or want it to update on your own schedule, manually copying the CSS also works!\n\nFetch `https://modernflux.ryanccn.dev/base.css` and paste its contents into the **Custom CSS** field; this includes most of Modernflux's styles. Then, for your specific color choices, paste the contents of `https://modernflux.ryanccn.dev/{color_scheme}/{variant}/{accent_color}.css` behind the base styles you pasted before.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanccn%2Fmodernflux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanccn%2Fmodernflux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanccn%2Fmodernflux/lists"}