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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Github VS Code One Dark Vivid with Fira Code

قم بتنزيل ملفات الامتداد Github VS Code One Dark Vivid with Fira Code بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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"
    }
}