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
O que é Github VS Code One Dark Vivid with Fira Code?
Github VS Code One Dark Vivid with Fira Code é uma extensão do Chrome desenvolvida por ljosberinn, e sua principal característica é "changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Github VS Code One Dark Vivid with Fira Code
Baixe arquivos de extensão Github VS Code One Dark Vivid with Fira Code no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | 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 |
Descrição | changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme |
Tamanho do Arquivo | 23.84 KB |
Contagem de Instalações | 517 |
Versão Atual | 1.3 |
Última Atualização | 2020-03-16 |
Data de Publicação | 2020-03-15 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | ljosberinn |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ljosberinn/github-one-dark-vivid |
URL da Página de Ajuda | https://github.com/ljosberinn/github-one-dark-vivid/issues |
Idiomas Suportados | 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" } } |