Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ljosberinn/github-one-dark-vivid
[Browser Extension] changes GitHubs code appearance to resemble One Dark Vivid with Fira Code of VS Code as closely as possible, built upon https://github.com/vovanmix/github-dark-theme
https://github.com/ljosberinn/github-one-dark-vivid
chrome extension github highlighting one-dark-vivid syntax vs-code
Last synced: about 1 month ago
JSON representation
[Browser Extension] changes GitHubs code appearance to resemble One Dark Vivid with Fira Code of VS Code as closely as possible, built upon https://github.com/vovanmix/github-dark-theme
- Host: GitHub
- URL: https://github.com/ljosberinn/github-one-dark-vivid
- Owner: ljosberinn
- License: mit
- Created: 2018-06-07T10:28:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T13:26:56.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T20:46:22.943Z (3 months ago)
- Topics: chrome, extension, github, highlighting, one-dark-vivid, syntax, vs-code
- Language: CSS
- Homepage: https://chrome.google.com/webstore/detail/github-vs-code-one-dark-v/ifhihbeapkbahaelfppkncgmmmeidapl
- Size: 576 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - ljosberinn/github-one-dark-vivid - [Browser Extension] changes GitHubs code appearance to resemble One Dark Vivid with Fira Code of VS Code as closely as possible, built upon https://github.com/vovanmix/github-dark-theme (CSS)
README
# Github VS Code One Dark Vivid with Fira Code
[Chrome Web Store](https://chrome.google.com/webstore/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
![img](https://raw.githubusercontent.com/ljosberinn/github-one-dark-vivid/master/img.png 'image')
requires https://github.com/tonsky/FiraCode installed locally
If you wish more colors to be added, please open a PR.
Fonts need to be added to [/src/code.less line 5](https://github.com/ljosberinn/github-one-dark-vivid/blob/master/src/code.less#L5), with a fallback for macOS/Windows (different naming for the same font)
# Git started
```sh
git clone https://github.com/github-one-dark-vividyarn install
yarn run build
```# Credits
built upon [Github Dark Theme @ Vovanmix](https://github.com/vovanmix/github-dark-theme)