# Laravel colour scheme
Laravel is a colour scheme for Sublime Text 3. It is inspired by the syntax highlighting found in the official [Laravel documentation](https://laravel.com/docs).
## Installation
### Package Control
1. Open the Command Pallette (Command+Shift+P on OSX, Ctrl+Shift+P on Windows/Linux) and choose *Install Package*
2. Choose *Laravel Colour Scheme* from the list
3. Select *Laravel* from *UI: Select Color Scheme* from the Command Pallette
### Manual
1. Download the `Laravel.tmTheme` file from GitHub
2. In Sublime Text, open the Command Pallette (Command+Shift+P on OSX, Ctrl+Shift+P on Windows/Linux) and choose *Browse Packages*.
3. Place the `Laravel.tmTheme` file into the `User` directory.
4. Select *Laravel* from *UI: Select Color Scheme* from the Command Pallette
## Screenshots
### PHP

### HTML/Blade


### CSS/LESS/SASS

### JavaScript/Vue


### JSON

### XML

### Diff

## Supported languages
This colour scheme ought to work with any language in Sublime Text, 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
* [GitGutter](https://packagecontrol.io/packages/GitGutter)
* [SublimeLinter](https://packagecontrol.io/packages/SublimeLinter)
## About
Created by [Michael Dyrynda](https://twitter.com/michaeldyrynda). Copyright 2017. MIT Licensed.
Thanks to [Jack McDade](https://twitter.com/jackmcdade) creating the original theme as presented in the docs and [Taylor Otwell](https://twitter.com/taylorotwell) for creating the frameworkđź’–