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é es Github VS Code One Dark Vivid with Fira Code?
Github VS Code One Dark Vivid with Fira Code es una extensión de Chrome desarrollada por ljosberinn, y su función principal es "changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Github VS Code One Dark Vivid with Fira Code
Descarga archivos de extensión Github VS Code One Dark Vivid with Fira Code en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Github VS Code One Dark Vivid with Fira Code |
ID | ifhihbeapkbahaelfppkncgmmmeidapl |
URL Oficial | https://chromewebstore.google.com/detail/github-vs-code-one-dark-v/ifhihbeapkbahaelfppkncgmmmeidapl |
Descripción | changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme |
Tamaño del Archivo | 23.84 KB |
Cantidad de Instalaciones | 517 |
Versión Actual | 1.3 |
Última Actualización | 2020-03-16 |
Fecha de Publicación | 2020-03-15 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | ljosberinn |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/ljosberinn/github-one-dark-vivid |
URL de la Página de Ayuda | https://github.com/ljosberinn/github-one-dark-vivid/issues |
Idiomas Soportados | 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" } } |