Skip to content

jeffreyvr/taylor-otwell-vscode-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taylor Otwell inspired VSCode theme

This theme is based on the Laravel Github - Classic theme. 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

Installation

Code copy the folder into the <user home>/.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:

{
    "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!

About

Theme based on Taylor Otwell's Sublime theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published