{"id":26214797,"url":"https://github.com/omega5300/delta-css","last_synced_at":"2026-04-16T03:31:45.354Z","repository":{"id":106126882,"uuid":"597219259","full_name":"omega5300/delta-css","owner":"omega5300","description":"CSS framework based on themes concept","archived":false,"fork":false,"pushed_at":"2023-02-03T22:31:54.000Z","size":414,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-31T19:29:09.813Z","etag":null,"topics":["css","framework-css","sass","tailwindcss","themes-css"],"latest_commit_sha":null,"homepage":"https://delta-css.web.app/","language":"CSS","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/omega5300.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-03T22:29:53.000Z","updated_at":"2023-02-03T22:34:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"b75d9e86-b9ab-4ff6-8127-8ed406eb257d","html_url":"https://github.com/omega5300/delta-css","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/omega5300/delta-css","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omega5300%2Fdelta-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omega5300%2Fdelta-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omega5300%2Fdelta-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omega5300%2Fdelta-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omega5300","download_url":"https://codeload.github.com/omega5300/delta-css/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omega5300%2Fdelta-css/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["css","framework-css","sass","tailwindcss","themes-css"],"created_at":"2025-03-12T10:18:29.338Z","updated_at":"2026-04-16T03:31:45.346Z","avatar_url":"https://github.com/omega5300.png","language":"CSS","readme":"# delta css\n\nCSS framework based on themes concept.\n\nEach theme may contain at least any of following technologies:\n\n- styles:\n  - sass\n  - tailwind css / postcss\n  - plain css\n  - fontawesome (only in light-dark theme)\n- scripts:\n  - typescript\n  - plain js\n\n## install and using\n\n```sh\nnpm i delta-css\n```\n\n```javascript\n// fonts only in main theme and light-dark theme\nimport 'delta-css/styles/delta-fonts.css'\n\n// theme import\nimport 'delta-css/themes/main/delta.css'\n\n// import global\nimport { deltaMainTheme } from 'delta-css'\ndeltaMainTheme.deltaAlert('example', 'primary')\n\n// specificity theme\nimport { deltaAlert } from 'delta-css/themes/main'\ndeltaAlert('example', 'primary')\n```\n\n\u003e only in electron and bundlers\n\n### browser using only\n\n#### light-dark theme\n```html\n\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/delta-css/themes/light-dark/delta.css\" /\u003e\n\n\u003cscript type=\"module\"\u003e \n// is valid the descturing import\nimport {\n  toggleTheme,\n  deltaMenu,\n  deltaAlert,\n  deltaModal\n} from \"https://cdn.jsdelivr.net/npm/delta-css/browser-js/light-dark.js\"\n\ntoggleTheme()\n\ndeltaMenu()\n\ndeltaAlert('hello world', 'primary')\n\ndeltaModal()\n\u003c/script\u003e\n```\n\n#### main theme\n```html\n\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/delta-css/themes/main/delta.css\" /\u003e\n\n\u003cscript type=\"module\"\u003e \n// is valid the descturing import\nimport {\n  deltaMenu,\n  deltaAlert,\n  deltaModal\n} from \"https://cdn.jsdelivr.net/npm/delta-css/browser-js/main.js\"\n\ndeltaMenu()\n\ndeltaAlert('hello world', 'primary')\n\ndeltaModal()\n\u003c/script\u003e\n```\n\n## How do you want to support delta CSS themes?\n\nIf you know well HTML, CSS and the essentials in js or in more recurring cases specialise in technologies written in CSS or js.\n\nall you have to do is fork the repo and upload your custom themes.\n\n## author\n\n**omega5300 from stack-analyze** *license MIT*","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomega5300%2Fdelta-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomega5300%2Fdelta-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomega5300%2Fdelta-css/lists"}