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」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |