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
Qu'est-ce que Github VS Code One Dark Vivid with Fira Code ?
Github VS Code One Dark Vivid with Fira Code est une extension Chrome développée par ljosberinn, et sa fonction principale est "changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github VS Code One Dark Vivid with Fira Code
Téléchargez les fichiers d'extension Github VS Code One Dark Vivid with Fira Code au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Github VS Code One Dark Vivid with Fira Code |
ID | ifhihbeapkbahaelfppkncgmmmeidapl |
URL Officiel | https://chromewebstore.google.com/detail/github-vs-code-one-dark-v/ifhihbeapkbahaelfppkncgmmmeidapl |
Description | changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme |
Taille du Fichier | 23.84 KB |
Nombre d'Installations | 517 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2020-03-16 |
Date de Publication | 2020-03-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ljosberinn |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ljosberinn/github-one-dark-vivid |
URL de la Page d'Aide | https://github.com/ljosberinn/github-one-dark-vivid/issues |
Langues Prises en Charge | 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" } } |