Github Dark theme One Dark with ligatures
This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…
What is Github Dark theme One Dark with ligatures?
Github Dark theme One Dark with ligatures is a Chrome extension developed by Vladimir Mikhaylovskiy, and its main feature is "This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…".
Extension Screenshots
Download Github Dark theme One Dark with ligatures Extension CRX File
Download Github Dark theme One Dark with ligatures extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code to support ligatures (requires https://github.com/tonsky/FiraCode installed locally).
Extension Basic Information
Name | Github Dark theme One Dark with ligatures |
ID | nibmbfkmlnfmkfohcejnncjonfepppkk |
Official URL | https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk |
Description | This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code… |
File Size | 27.25 KB |
Installation Count | 382 |
Current Version | 0.11 |
Last Updated | 2017-10-19 |
Publish Date | 2017-10-19 |
Rating | 4.00/5 Total 11 Ratings |
Developer | Vladimir Mikhaylovskiy |
Payment Type | free |
Extension Website | https://github.com/vovanmix/github-dark-theme |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github Dark theme One Dark with ligatures", "version": "0.11", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/gist.github.com\/*" ], "css": [ "app\/app.css" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |