{"id":21053378,"url":"https://github.com/thecodechef/pygments-style-extras","last_synced_at":"2025-08-08T04:34:57.783Z","repository":{"id":62580669,"uuid":"71054708","full_name":"thecodechef/pygments-style-extras","owner":"thecodechef","description":"A Collection of Pygments Styles for Python","archived":false,"fork":false,"pushed_at":"2018-12-08T07:02:22.000Z","size":18,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T03:55:29.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thecodechef.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-16T14:14:28.000Z","updated_at":"2024-03-24T00:47:48.000Z","dependencies_parsed_at":"2022-11-03T21:20:12.845Z","dependency_job_id":null,"html_url":"https://github.com/thecodechef/pygments-style-extras","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/thecodechef/pygments-style-extras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechef%2Fpygments-style-extras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechef%2Fpygments-style-extras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechef%2Fpygments-style-extras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechef%2Fpygments-style-extras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodechef","download_url":"https://codeload.github.com/thecodechef/pygments-style-extras/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodechef%2Fpygments-style-extras/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269365684,"owners_count":24405229,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-19T16:06:00.548Z","updated_at":"2025-08-08T04:34:57.748Z","avatar_url":"https://github.com/thecodechef.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"README\n======\n\nPygments port of Github Color Scheme.\n\nInstall\n=======\n\nUsing PyPI and pip\n------------------\n\n::\n\n    $ (sudo) pip install pygments-style-extras\n\n\nManual\n------\n\n::\n\n    $ git clone git://github.com/thecodechef/pygments-style-extras.git\n    $ cd pygments-style-extras\n    $ (sudo) python setup.py install\n\n\nUsage example\n=============\n\n::\n\n    \u003e\u003e\u003e from pygments.formatters import HtmlFormatter\n    \u003e\u003e\u003e HtmlFormatter(style='github').style\n    \u003cclass 'pygments_style_github.GithubStyle'\u003e\n\n\nExport the style as CSS\n========================\n\n::\n\n    $ pygmentize -S [style] -f html -a .parent \u003e [style].css\n\nAvailable Styles\n----------------\n- github\n- monokai_light\n- railscasts\n- ``and Many Nore on the way``\n\nGithub Example\n----------------\n\n::\n\n    $ pygmentize -S github -f html -a .highlight \u003e github.css\n\n\nOutput:\n\n::\n\n    .highlight .hll { background-color: #ffffcc }\n    .highlight  { background: #ffffff; }\n    .highlight .c { color: #999988; font-style: italic } /* Comment */\n    ...\n\n\n\nExtra information\n=================\n\nPygments supported languages\n----------------------------\n\nPygments at the moment supports over 150 different programming languages,\ntemplate languages and other markup languages. To see an exhaustive list of the\ncurrently supported languages, use the command::\n\n    $ pygmentize -L lexers\n\nPygments styles avaible\n-----------------------\n\nTo get a list of all available stylesheets, execute the following command on the\ncommand line::\n\n    $ pygmentize -L styles\n\nPlease read the `official documentation`_ for further information on the usage\nof pygment styles.\n\n.. _official documentation: http://pygments.org/docs/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodechef%2Fpygments-style-extras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodechef%2Fpygments-style-extras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodechef%2Fpygments-style-extras/lists"}