Skip to content

Latest commit

 

History

History
63 lines (36 loc) · 1.78 KB

README.md

File metadata and controls

63 lines (36 loc) · 1.78 KB

Laravel Color Theme

Laravel is a Color Theme for Visual Studio Code forked from Michael Dyrynda original theme for Sublime Text 3. It is inspired by the syntax highlighting found in the official Laravel documentation.

Installation

Visual Studio Code Marketplace

You can install this awesome theme through the Visual Studio Code Marketplace.

Screenshots

PHP

PHP syntax highlighting

HTML/Blade

HTML syntax highlighting

Blade syntax highlighting

CSS/LESS/SASS

CSS/LESS/SASS syntax highlighting

JavaScript/Vue

JavaScript syntax highlighting

Vue syntax highlighting

JSON

JSON syntax highlighting

XML

XML syntax highlighting

Diff

Diff syntax highlighting

Supported languages

This color scheme ought to work with any language in Visual Studio Code, it has been specifically built and tested against languages common to development with Laravel.

  • PHP
  • MySQL
  • HTML/Blade
  • JavaScript/Vue
  • CSS/Sass/SCSS/Less
  • JSON
  • XML
  • Markdown
  • Diff

About

Created by Nuno Souto.

Thanks to Jack McDade for creating the original theme as presented in the docs, Michael Dyrynda for the Sublime Text 3 adaptation and Taylor Otwell for creating the framework.