{"id":21667458,"url":"https://github.com/crisvegadev/jet-dark","last_synced_at":"2026-05-10T14:46:24.007Z","repository":{"id":43687407,"uuid":"461077822","full_name":"crisvegadev/jet-dark","owner":"crisvegadev","description":"A Laravel package that add dark theme to Jetstream","archived":false,"fork":false,"pushed_at":"2022-02-23T19:21:17.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T08:26:34.284Z","etag":null,"topics":["dark-mode","dark-theme","jetstream","jetstream-laravel","laravel","laravel-package"],"latest_commit_sha":null,"homepage":"","language":"Blade","has_issues":false,"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/crisvegadev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"crisvegadev"}},"created_at":"2022-02-19T03:42:31.000Z","updated_at":"2023-03-06T21:57:11.000Z","dependencies_parsed_at":"2022-09-02T06:43:40.981Z","dependency_job_id":null,"html_url":"https://github.com/crisvegadev/jet-dark","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crisvegadev%2Fjet-dark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crisvegadev%2Fjet-dark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crisvegadev%2Fjet-dark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crisvegadev%2Fjet-dark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crisvegadev","download_url":"https://codeload.github.com/crisvegadev/jet-dark/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244566936,"owners_count":20473451,"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":["dark-mode","dark-theme","jetstream","jetstream-laravel","laravel","laravel-package"],"created_at":"2024-11-25T11:38:44.037Z","updated_at":"2026-05-10T14:46:18.963Z","avatar_url":"https://github.com/crisvegadev.png","language":"Blade","funding_links":["https://github.com/sponsors/crisvegadev"],"categories":[],"sub_categories":[],"readme":"\n\n\n\n# Introduction\n\njet-dark is a package for Laravel Jetstream that provides a dark theme for the application. \nThis package overrides the default files of Jetstream views with custom files that included support for dark mode using tailwindcss.\n\n### Recommended for new projects only.\n\n## Requirements\n\n  * Laravel\n  * Jetstream (livewire)\n  * TailwindCSS\n\n## Installation\n\n### Complete installation\n\n* publish the views of jetstream\n\nif you don't publish the views of jetstream, jet-dark will create the files automatically.\n\n```bash\n  php artisan vendor:publish --tag=jetstream-views\n```\n\n* Install with composer\n\n```bash\n  composer require crisvegadev/jet-dark\n```\n\n#### Make a backup of yours views before the execution of this command\nIf you don't like the theme, you can restore yours views later with yours backup\n\n### ¡¡WARNING!!\n\n#### This action replaces all files in following directories and this is irreversible\n#### Sure not customize views in these directories before execute this command\n\n    - resources/views/api/*\n    - resources/views/auth/*\n    - resources/views/layouts/*\n    - resources/views/profile/*\n    - resources/views/teams/*\n    - resources/views/vendor/jetstream/components/*\n    - resources/views/dashboard.blade.php\n    - resources/views/navigation-menu.blade.php\n    - resources/views/policy.blade.php\n    - resources/views/terms.blade.php\n    - resources/views/welcome.blade.php\n\n* After running `composer require crisvegadev/jet-dark` command, just run:\n* \n```bash\nphp artisan jet-dark:install --mode=complete\n```\n\n### Styles only\n\nInstalling the styles only, you can set manually the classes to your components.\n\nThis option is recommended if you conserve the original files of Jetstream views.\n\n`--mode=styles` **is the default option.**\n\n```bash\nphp artisan jet-dark:install --mode=styles\n```\n\n## Usage/Configuration\n\n* import the styles of the theme into your app.css file on resources/css/app.css\n\n```css\n  @import 'vendor/crisvegadev/jet-dark/app.css';\n  ```\n\n## Authors\n\n- [@crisvegadev](https://www.github.com/crisvegadev)\n\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrisvegadev%2Fjet-dark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrisvegadev%2Fjet-dark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrisvegadev%2Fjet-dark/lists"}