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 ljosberinn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Github VS Code One Dark Vivid with Fira Code एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |