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
Wat is Github VS Code One Dark Vivid with Fira Code?
Github VS Code One Dark Vivid with Fira Code is een Chrome-extensie ontwikkeld door ljosberinn, en de belangrijkste functie is "changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme".
Extensie Screenshots
Download het CRX-bestand van de extensie Github VS Code One Dark Vivid with Fira Code
Download Github VS Code One Dark Vivid with Fira Code-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ifhihbeapkbahaelfppkncgmmmeidapl |
| Officiële URL | https://chromewebstore.google.com/detail/github-vs-code-one-dark-v/ifhihbeapkbahaelfppkncgmmmeidapl |
| Beschrijving | changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme |
| Bestandsgrootte | 23.84 KB |
| Aantal Installaties | 517 |
| Huidige Versie | 1.3 |
| Laatst Bijgewerkt | 2020-03-16 |
| Publicatiedatum | 2020-03-15 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | ljosberinn |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ljosberinn/github-one-dark-vivid |
| Help Pagina-URL | https://github.com/ljosberinn/github-one-dark-vivid/issues |
| Ondersteunde Talen | 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"
}
} | |