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開發的Chrome擴展程式,該擴展的主要功能是“changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme”。

擴展截圖

screenshot

下載Github VS Code One Dark Vivid with Fira Code擴展crx文件

下載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 Github VS Code One Dark Vivid with Fira Code
ID ifhihbeapkbahaelfppkncgmmmeidapl
官方網址 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"
    }
}