Github VS Code One Dark Vivid with Fira Code
changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme
Was ist Github VS Code One Dark Vivid with Fira Code?
Github VS Code One Dark Vivid with Fira Code ist eine Chrome-Erweiterung, die von ljosberinn entwickelt wurde, und ihr Hauptmerkmal ist "changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme".
Erweiterungsscreenshots
Github VS Code One Dark Vivid with Fira Code-Erweiterungs-CRX-Datei herunterladen
Laden Sie Github VS Code One Dark Vivid with Fira Code-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
REQUIRES FIRA CODE TO BE INSTALLED LOCALLY! https://github.com/tonsky/FiraCode#download-v1205--how-to-install--troubleshooting--news--updates If you wish more colors to be added, please open a PR. Fonts need to be added to /src/code.less line 5, with a fallback for macOS/Windows (different naming for the same font) Colors based on https://marketplace.visualstudio.com/items?itemName=kkozee.theme-one-dark-vivid
Grundlegende Informationen zur Erweiterung
Name | Github VS Code One Dark Vivid with Fira Code |
ID | ifhihbeapkbahaelfppkncgmmmeidapl |
Offizielle URL | https://chromewebstore.google.com/detail/github-vs-code-one-dark-v/ifhihbeapkbahaelfppkncgmmmeidapl |
Beschreibung | changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme |
Dateigröße | 23.84 KB |
Installationsanzahl | 517 |
Aktuelle Version | 1.3 |
Letztes Update | 2020-03-16 |
Veröffentlichungsdatum | 2020-03-15 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | ljosberinn |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ljosberinn/github-one-dark-vivid |
Hilfeseite URL | https://github.com/ljosberinn/github-one-dark-vivid/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Github VS Code One Dark Vivid with Fira Code", "description": "changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix\/github-dark-theme", "version": "1.3", "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" } } |