{"id":13727282,"url":"https://github.com/beerose/theme-ui-sketchy","last_synced_at":"2025-04-09T11:10:00.733Z","repository":{"id":38428287,"uuid":"259379493","full_name":"beerose/theme-ui-sketchy","owner":"beerose","description":"Sketchy Theme UI Preset ","archived":false,"fork":false,"pushed_at":"2023-01-06T20:57:07.000Z","size":2679,"stargazers_count":204,"open_issues_count":11,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-02T10:14:02.191Z","etag":null,"topics":["hacktoberfest"],"latest_commit_sha":null,"homepage":"https://themeui-sketchy.netlify.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/beerose.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}},"created_at":"2020-04-27T15:52:00.000Z","updated_at":"2025-03-14T15:55:41.000Z","dependencies_parsed_at":"2023-02-06T09:15:36.797Z","dependency_job_id":null,"html_url":"https://github.com/beerose/theme-ui-sketchy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beerose%2Ftheme-ui-sketchy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beerose%2Ftheme-ui-sketchy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beerose%2Ftheme-ui-sketchy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beerose%2Ftheme-ui-sketchy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beerose","download_url":"https://codeload.github.com/beerose/theme-ui-sketchy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248027408,"owners_count":21035594,"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":["hacktoberfest"],"created_at":"2024-08-03T01:03:47.849Z","updated_at":"2025-04-09T11:10:00.711Z","avatar_url":"https://github.com/beerose.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"![npm](https://img.shields.io/npm/v/theme-ui-sketchy-preset)\n\n# Theme UI Sketchy Preset\n\n\u003cp align=\"center\"\u003e\n\u003cimg width=\"500\" alt=\"Screenshot 2020-04-28 at 21 13 52\" src=\"https://user-images.githubusercontent.com/9019397/81507987-6fe8ce80-9301-11ea-8943-d385e5b9e5f9.png\"\u003e\n\u003cp\u003e\n\nFor detailed specifications check out [the demo page](https://themeui-sketchy.netlify.app/).\n\nOr try it out in [CodeSandbox](https://codesandbox.io/s/sketchy-theme-ui-demo-6mywo?file=/src/App.js).\n\n## 💥 Installation\n\n```sh\nnpm i theme-ui-sketchy-preset # yarn add theme-ui-sketchy-preset\n```\n\n## 🙇‍♀️ Usage\n\nThis library exports the theme object compliant with [Theme UI theme specification](https://styled-system.com/theme-specification/) that can be passed to your theme provider.\n\n```tsx\nimport { ThemeProvider } from \"theme-ui\"\nimport sketchy from \"theme-ui-sketchy-preset\"\n\nconst App = props =\u003e (\n  \u003cThemeProvider theme={sketchy}\u003e{props.children}\u003c/ThemeProvider\u003e\n)\n```\n\nIt can be also extended or modified:\n\n```ts\nimport sketchy from \"theme-ui-sketchy-preset\"\n\nconst myTheme = {\n  ...sketchy,\n  colors: {\n    text: \"#000\",\n    background: \"#fff\",\n    primary: \"#33e\",\n  },\n}\n```\n\nThis preset uses _Architects Daughter_ font, so you need to copy this code into the `\u003chead\u003e` of your HTML document:\n\n```html\n\u003clink\n  rel=\"stylesheet\"\n  href=\"https://fonts.googleapis.com/css?family=Architects+Daughter\"\n/\u003e\n```\n\n## 🚀 Development quick start\n\n1.  **Clone the repository**\n\n    ```sh\n    git clone git@github.com:beerose/theme-ui-sketchy.git\n    ```\n\n1.  **Install dependencies and start the project**\n\n    ```sh\n    cd theme-ui-sketchy\n    yarn\n    yarn start\n    ```\n\n1.  **Open the source code and start editing!**\n\n    Your site is now running at `http://localhost:8000`!\n\n    _Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.org/tutorial/part-five/#introducing-graphiql)._\n\n## 🧐 What's inside?\n\nA quick look at the top-level files and directories you'll see in this Gatsby project.\n\n    .\n    ├── node_modules\n    ├── src\n    ├── .gitignore\n    ├── .prettierrc\n    ├── gatsby-config.js\n    ├── LICENSE\n    ├── package.json\n    └── README.md\n\n1.  **`/node_modules`**: This directory contains all of the modules of code that your project depends on (npm packages) and are automatically installed.\n\n2.  **`/src`**: This directory will contain all of the code related to what you will see on the front-end of your site.\n\n3.  **`.gitignore`**: This file tells git which files it should not track / not maintain a version history for.\n\n4.  **`.prettierrc`**: This is a configuration file for [Prettier](https://prettier.io/). Prettier is a tool to help keep the formatting of your code consistent.\n\n5.  **`gatsby-config.js`**: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you’d like to include, etc. (Check out the [config docs](https://www.gatsbyjs.org/docs/gatsby-config/) for more detail).\n\n6.  **`LICENSE`**: Project's license.\n\n7.  **`package.json`**: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.\n\n8.  **`README.md`**: A text file containing useful reference information about your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeerose%2Ftheme-ui-sketchy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeerose%2Ftheme-ui-sketchy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeerose%2Ftheme-ui-sketchy/lists"}