Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeffreyvr/taylor-otwell-vscode-theme
Theme based on Taylor Otwell's Sublime theme.
https://github.com/jeffreyvr/taylor-otwell-vscode-theme
Last synced: 23 days ago
JSON representation
Theme based on Taylor Otwell's Sublime theme.
- Host: GitHub
- URL: https://github.com/jeffreyvr/taylor-otwell-vscode-theme
- Owner: jeffreyvr
- Created: 2020-09-14T14:48:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T14:51:10.000Z (about 4 years ago)
- Last Synced: 2024-10-03T19:24:08.942Z (about 1 month ago)
- Size: 151 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Taylor Otwell inspired VSCode theme
This theme is based on the [Laravel Github - Classic theme](https://github.com/victorze/vscode-theme-laravel/blob/master/themes/github_clasic.json). A couple of edits are made to try and get as close as possible to Laravel creator Taylor Otwell's Inspired Github theme which he uses in SublimeText.
![Preview](preview.png)
## Installation
Code copy the folder into the `/.vscode/extensions` folder and restart Code.
## Additional suggestions
Make sure to set up a pretty large line height and font size. As font, I believe Taylor uses Operator Mono but recently I have seen another font being used. I personally like Cascadia Code a lot.
You could add this to your VSCode settings file:
```json
{
"editor.fontFamily": "Cascadia Code, Operator Mono, consolas",
"editor.fontWeight": "300",
"editor.fontSize": 15,
"editor.lineHeight": 48,
"editor.cursorStyle": "underline",
"editor.fontLigatures": true,
"workbench.iconTheme": null
}
```**Enjoy!**