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
Что такое Github VS Code One Dark Vivid with Fira Code?
Github VS Code One Dark Vivid with Fira Code - это расширение Chrome, разработанное ljosberinn, и его основная функция - "changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme".
Снимки экрана расширения
Скачать файл CRX расширения Github VS Code One Dark Vivid with Fira Code
Скачайте файлы расширений Github VS Code One Dark Vivid with Fira Code в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Github VS Code One Dark Vivid with Fira Code |
ID | ifhihbeapkbahaelfppkncgmmmeidapl |
Официальный URL | https://chromewebstore.google.com/detail/github-vs-code-one-dark-v/ifhihbeapkbahaelfppkncgmmmeidapl |
Описание | changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme |
Размер файла | 23.84 KB |
Количество установок | 517 |
Текущая Версия | 1.3 |
Последнее Обновление | 2020-03-16 |
Дата публикации | 2020-03-15 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | ljosberinn |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/ljosberinn/github-one-dark-vivid |
URL страницы помощи | https://github.com/ljosberinn/github-one-dark-vivid/issues |
Поддерживаемые языки | 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" } } |