{"id":26096365,"url":"https://github.com/stuttter/wp-datepicker-styling","last_synced_at":"2025-04-12T11:50:41.171Z","repository":{"id":1593088,"uuid":"41887838","full_name":"stuttter/wp-datepicker-styling","owner":"stuttter","description":"jQuery UI Datepicker styling to match WordPress color schemes","archived":false,"fork":false,"pushed_at":"2022-03-29T09:29:43.000Z","size":9036,"stargazers_count":79,"open_issues_count":8,"forks_count":25,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-26T06:34:29.644Z","etag":null,"topics":["datepicker","jquery","styling","wordpress"],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stuttter.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}},"created_at":"2015-09-03T22:58:49.000Z","updated_at":"2024-11-29T16:01:21.000Z","dependencies_parsed_at":"2022-08-08T08:30:17.295Z","dependency_job_id":null,"html_url":"https://github.com/stuttter/wp-datepicker-styling","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/stuttter%2Fwp-datepicker-styling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-datepicker-styling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-datepicker-styling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stuttter%2Fwp-datepicker-styling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stuttter","download_url":"https://codeload.github.com/stuttter/wp-datepicker-styling/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248564977,"owners_count":21125412,"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":["datepicker","jquery","styling","wordpress"],"created_at":"2025-03-09T14:45:44.830Z","updated_at":"2025-04-12T11:50:41.144Z","avatar_url":"https://github.com/stuttter.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jQuery UI Datepicker CSS for WordPress\n\nThis is a CSS file you include with WordPress plugins or themes to make the jQuery UI Datepicker widget match WordPress color schemes. It's goal is to make the jQuery UI Datepicker widget look as natural as possible inside of the WordPress dashboard.\n\nAs new color schemes are introduced and old ones are updated, this file will be maintained to match.\n\nIt is updated for changes to WordPress 5.7 colors.\n\nIt is used by the [Sugar Calendar](https://sugarcalendar.com) plugin for WordPress, if you'd like an example.\n\n# Screenshots\n\nThe following screenshots show off what this CSS file looks like in the Sugar Calendar plugin.\n\n## Fresh\n![Fresh](https://github.com/stuttter/wp-datepicker-styling/blob/master/screenshots/fresh.png?raw=true \"Fresh\")\n\n## Light\n![Light](https://github.com/stuttter/wp-datepicker-styling/blob/master/screenshots/light.png?raw=true \"Light\")\n\n## Modern\n![Modern](https://github.com/stuttter/wp-datepicker-styling/blob/master/screenshots/modern.png?raw=true \"Modern\")\n\n## Blue\n![Blue](https://github.com/stuttter/wp-datepicker-styling/blob/master/screenshots/blue.png?raw=true \"Blue\")\n\n## Coffee\n![Coffee](https://github.com/stuttter/wp-datepicker-styling/blob/master/screenshots/coffee.png?raw=true \"Coffee\")\n\n## Ectoplasm\n![Ectoplasm](https://github.com/stuttter/wp-datepicker-styling/blob/master/screenshots/ectoplasm.png?raw=true \"Ectoplasm\")\n\n## Midnight\n![Midnight](https://github.com/stuttter/wp-datepicker-styling/blob/master/screenshots/midnight.png?raw=true \"Midnight\")\n\n## Ocean\n![Ocean](https://github.com/stuttter/wp-datepicker-styling/blob/master/screenshots/ocean.png?raw=true \"Ocean\")\n\n## Sunrise\n![Sunrise](https://github.com/stuttter/wp-datepicker-styling/blob/master/screenshots/sunrise.png?raw=true \"Sunrise\")\n\n## Evergreen\n![Evergreen](https://github.com/stuttter/wp-datepicker-styling/blob/master/screenshots/evergreen.png?raw=true \"Evergreen\")\n\n## Mint\n![Mint](https://github.com/stuttter/wp-datepicker-styling/blob/master/screenshots/mint.png?raw=true \"Mint\")\n\n# FAQ\n\n### Is this a WordPress plugin?\n\nNo, it's just a CSS file.\n\nYou'll want to include this in your plugin \u0026 enqueue it however you feel is best.\n\n### How will I use it, then?\n\nProbably something like:\n\n```php\n/**\n * Enqueue calendar styles\n *\n * @since 0.1.0\n */\nfunction enqueue_my_calendar_styles() {\n\n\t// Enqueue the datepicker JS\n\twp_enqueue_script( 'jquery-ui-datepicker' );\n\n\t// Enqueue the datepicker CSS\n\twp_enqueue_style( 'my-jquery-ui-datepicker', dirname( __FILE__ ) . '/datepicker.css' );\n}\nadd_action( 'admin_head', 'enqueue_my_calendar_styles' );\n```\n\nBut you'll want to basically rename all of this to fit your needs, and if you're reading this, chances are you already know how to do this bit.\n\n### What exactly is supported?\n\n* All WordPress color schemes (including Modern)\n* Both bbPress color schemes (Evergreen, Mint)\n* Current day (light yellow)\n* Selected day (green)\n* Hover days (matched to scheme)\n* Disabled days (opacity 50%)\n* Adjacent month days (opacity 30%)\n* Naturally responsive (this could be improved)\n\n### Where can I get support?\n\nhttps://github.com/stuttter/wp-datepicker-styling/discussions\n\n### Can I contribute?\n\nYes, please!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuttter%2Fwp-datepicker-styling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstuttter%2Fwp-datepicker-styling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstuttter%2Fwp-datepicker-styling/lists"}