{"id":15505229,"url":"https://github.com/lachlanjc/theme-ui-preset-geist","last_synced_at":"2025-04-23T01:19:04.279Z","repository":{"id":72287621,"uuid":"332884402","full_name":"lachlanjc/theme-ui-preset-geist","owner":"lachlanjc","description":"Theme UI preset, derived from Geist UI","archived":false,"fork":false,"pushed_at":"2021-01-25T22:39:04.000Z","size":269,"stargazers_count":17,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T20:44:16.109Z","etag":null,"topics":["theme-ui"],"latest_commit_sha":null,"homepage":"https://theme-ui-preset-geist.vercel.app","language":"TypeScript","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/lachlanjc.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":"2021-01-25T21:10:02.000Z","updated_at":"2024-07-04T00:08:25.000Z","dependencies_parsed_at":"2023-03-11T12:08:55.708Z","dependency_job_id":null,"html_url":"https://github.com/lachlanjc/theme-ui-preset-geist","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lachlanjc%2Ftheme-ui-preset-geist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lachlanjc%2Ftheme-ui-preset-geist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lachlanjc%2Ftheme-ui-preset-geist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lachlanjc%2Ftheme-ui-preset-geist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lachlanjc","download_url":"https://codeload.github.com/lachlanjc/theme-ui-preset-geist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250349199,"owners_count":21415935,"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":["theme-ui"],"created_at":"2024-10-02T09:22:02.041Z","updated_at":"2025-04-23T01:19:04.270Z","avatar_url":"https://github.com/lachlanjc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `theme-ui-preset-geist`\n\n[Theme UI](https://theme-ui.com) theme preset, derived from [Geist UI](https://geist-ui.dev).\n\n```bash\nyarn add theme-ui-preset-geist\n# npm i theme-ui-preset-geist\n```\n\n- Dark mode included\n- Syntax highlighting theme included\n- Variants inspired by Geist components:\n  - Avatars\n  - Badges\n  - Buttons\n  - Cards\n  - Containers\n  - Forms: input, textarea, select, radio, checkbox\n\nSee a preview/documentation: [**theme-ui-preset-geist.vercel.app**](https://theme-ui-preset-geist.vercel.app)\n\n## Usage\n\n```js\nimport { ThemeProvider } from 'theme-ui'\nimport theme from 'theme-ui-preset-geist'\n\nexport default ({ children }) =\u003e (\n  \u003cThemeProvider theme={theme}\u003e{children}\u003c/ThemeProvider\u003e\n)\n```\n\nMaking your own modifications:\n\n```js\nimport { ThemeProvider, merge } from 'theme-ui'\nimport theme from 'theme-ui-preset-geist'\n\nconst brandTheme = merge(theme, {\n  colors: {\n    brand: '#ff6d00',\n  },\n})\n\nexport default ({ children }) =\u003e (\n  \u003cThemeProvider theme={brandTheme}\u003e{children}\u003c/ThemeProvider\u003e\n)\n```\n\n## Contributing\n\nAll types of contributions welcome!\n\n1. Fork this repo \u0026 clone it\n2. Run `yarn` to install the development dependency ([microbundle](https://github.com/developit/microbundle))\n3. Run `yarn link` so docs site can use your local version\n4. Run `yarn watch` to continuously compile changes\n5. In the docs directory, `yarn link theme-ui-preset-geist` to use the local version instead of the published package, then `yarn` to install dependencies \u0026 `yarn dev` to see your changes live\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flachlanjc%2Ftheme-ui-preset-geist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flachlanjc%2Ftheme-ui-preset-geist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flachlanjc%2Ftheme-ui-preset-geist/lists"}