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 là gì?

Github VS Code One Dark Vivid with Fira Code là một tiện ích mở rộng Chrome được phát triển bởi ljosberinn, và tính năng chính của nó là "changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Github VS Code One Dark Vivid with Fira Code

Tải xuống các tệp mở rộng Github VS Code One Dark Vivid with Fira Code dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Github VS Code One Dark Vivid with Fira Code Github VS Code One Dark Vivid with Fira Code
ID ifhihbeapkbahaelfppkncgmmmeidapl
URL Chính Thức https://chromewebstore.google.com/detail/github-vs-code-one-dark-v/ifhihbeapkbahaelfppkncgmmmeidapl
Mô tả changes Githubs code appearance to resemble One Dark Vivid of VS Code as closely as possible, built upon vovanmix/github-dark-theme
Kích Thước Tệp 23.84 KB
Số Lần Cài Đặt 517
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2020-03-16
Ngày Phát Hành 2020-03-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ljosberinn
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ljosberinn/github-one-dark-vivid
URL Trang Trợ Giúp https://github.com/ljosberinn/github-one-dark-vivid/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}