{"id":17480238,"url":"https://github.com/iamnewton/base16-marked","last_synced_at":"2025-04-22T12:40:59.145Z","repository":{"id":18677866,"uuid":"21886549","full_name":"iamnewton/base16-marked","owner":"iamnewton","description":"Marked theme based on Chris Kempson's Base16 color scheme","archived":false,"fork":false,"pushed_at":"2020-03-15T23:03:38.000Z","size":128,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T15:11:49.045Z","etag":null,"topics":["base16-template","macosx","marked2","theme"],"latest_commit_sha":null,"homepage":"https://iamnewton.github.io/base16-marked/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamnewton.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null},"funding":{"github":"iamnewton","patreon":"iamnewton"}},"created_at":"2014-07-16T04:21:41.000Z","updated_at":"2024-06-06T15:24:42.000Z","dependencies_parsed_at":"2022-09-24T20:01:22.306Z","dependency_job_id":null,"html_url":"https://github.com/iamnewton/base16-marked","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/iamnewton%2Fbase16-marked","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnewton%2Fbase16-marked/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnewton%2Fbase16-marked/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamnewton%2Fbase16-marked/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamnewton","download_url":"https://codeload.github.com/iamnewton/base16-marked/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250242840,"owners_count":21398207,"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":["base16-template","macosx","marked2","theme"],"created_at":"2024-10-18T21:43:04.361Z","updated_at":"2025-04-22T12:40:59.101Z","avatar_url":"https://github.com/iamnewton.png","language":"CSS","funding_links":["https://github.com/sponsors/iamnewton","https://patreon.com/iamnewton"],"categories":[],"sub_categories":[],"readme":"# Base16 for Marked\n\nSee the [Base16 repository](https://github.com/chriskempson/base16) for more information.  This theme was built with [Base16 Builder](https://github.com/chriskempson/base16-builder).\n\n![Base16 Marked Dark/Light](https://github.com/iamnewton/base16-marked/blob/master/screenshot.png?raw=true)\n\n## Installation\n\n```bash\n$ git clone https://github.com/chrisopedia/base16-marked.git Base16\n$ ln -s Base16/* ~/Library/Application\\ Support/Marked/Custom\\ CSS/\n```\n\n### Update\n\n```bash\n$ cd Base16\n$ git pull\n```\n\n## Table of Contents\n\n- [Usage](#usage)\n- [Documentation](#where-to-find-documentation)\n- [Changelog](#how-we-track-changes)\n- [Versioning](#how-we-version)\n- [Contribution](#how-to-contribute)\n- [Support](#where-to-find-suport)\n- [References](#references)\n- [License](#license)\n\n## Where to Find Documentation\n\nThe best way to find out what's available is to dig through source code, as each directory has a README file to describe each feature.\n\n## How We Track Changes [![Keep a Changelog](https://img.shields.io/badge/Keep%20a%20Changelog-1.0.0-orange)](https://keepachangelog.com/en/1.0.0/)\n\nThis project uses a CHANGELOG and [GitHub releases](https://help.github.com/en/github/administering-a-repository/about-releases) which contains a curated, chronologically ordered list of notable changes for each version of a project. [Read more about changelogs](https://keepachangelog.com/en/1.0.0/).\n\n## How We Version [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)\n\nWe use [SemVer](https://semver.org/) for its versioning providing us an opt-in approach to releases. This means we add a version number according to the spec, as you see below. So rather than force developers to consume the latest and greatest, they can choose which version to consume and test any newer ones before upgrading. Please the read the spec as it goes into further detail.\n\nGiven a version number **MAJOR.MINOR.PATCH**, increment the:\n\n- **MAJOR** version when you make incompatible API changes.\n- **MINOR** version when you add functionality in a backward-compatible manner.\n- **PATCH** version when you make backward-compatible bug fixes.\n\nAdditional labels for pre-release and build metadata are available as extensions to the **MAJOR.MINOR.PATCH** format.\n\n## How to Contribute [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n\nHave a bug or a feature request? Looking to contribute to advance the project? Read our [contribution guide](./github/CONTRIBUTING.md) or [maintenance guide](./.github/MAINTAINING.md) first in order to understand how we do things around here. Or you could look at some of our other guides below:\n\n\u003cdetails\u003e\n  \u003csummary\u003e\u003cstrong\u003eHow do I…\u003c/strong\u003e (click to expand)\u003c/summary\u003e\n\n- [Ask or Say Something?](./.github/SUPPORT.md)\n    - [Request Support](./.github/SUPPORT.md#request-support)\n    - [Report an Error or Bug](./.github/SUPPORT.md#report-an-error-or-bug)\n    - [Request a Feature](./.github/SUPPORT.md#request-a-feature)\n- [Make Something?](./.github/CONTRIBUTING.md)\n    - [Setup the Project](./.github/CONTRIBUTING.md#get-started)\n    - [Create an Issue](./.github/CONTRIBUTING.md#creating-a-good-issue)\n    - [Create a Feature Request](./.github/CONTRIBUTING.md#create-a-good-feature-request)\n    - [Contribute Documentation](./.github/CONTRIBUTING.md#contribute-to-documentation)\n    - [Contribute Code](./.github/CONTRIBUTING.md#create-a-pull-request)\n- [Manage Something](./.github/MAINTAINING.md)\n    - [Provide Support on Issues](./.github/MAINTAINING.md#provide-support-on-issues)\n    - [Label Issues](./.github/MAINTAINING.md#label-issues)\n    - [Clean Up Issues and PRs](./.github/MAINTAINING.md#clean-up-issues-and-prs)\n    - [Create a Pull Request](./.github/MAINTAINING.md#create-a-pull-request)\n    - [Review Pull Requests](./.github/MAINTAINING.md#review-pull-requests)\n    - [Merge Pull Requests](./.github/MAINTAINING.md#merge-pull-requests)\n\n\u003c/details\u003e\n\n## Where to Find Support [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](code_of_conduct.md)\n\nLooking to talk to someone or need some help? Please read our [support guidelines](./.github/SUPPORT.md).\n\n## References\n\n- [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) - For how we format commit messages\n- [Contributor Convenant](https://www.contributor-covenant.org)\n- [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - For building out a quality CHANGELOG\n- [Make a README](https://www.makeareadme.com/) - For building out this README\n- [SemVer](https://semver.org/) - For versioning this library\n\n## License [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n©2020 GNU General Public License v3. See [LICENSE](./LICENSE.md) for specifics.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamnewton%2Fbase16-marked","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamnewton%2Fbase16-marked","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamnewton%2Fbase16-marked/lists"}