-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9aa0158
commit 0bf624f
Showing
14 changed files
with
1,003 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# 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 | ||
|
||
## Screenshots | ||
|
||
### PHP | ||
|
||
![PHP syntax highlighting](/previews/php.png) | ||
|
||
### HTML/Blade | ||
|
||
![HTML syntax highlighting](/previews/html.png) | ||
|
||
![Blade syntax highlighting](/previews/blade.png) | ||
|
||
### CSS/LESS/SASS | ||
|
||
![CSS/LESS/SASS syntax highlighting](/previews/scss.png) | ||
|
||
### JavaScript/Vue | ||
|
||
![JavaScript syntax highlighting](/previews/javascript.png) | ||
|
||
![Vue syntax highlighting](/previews/vue.png) | ||
|
||
### JSON | ||
|
||
![JSON syntax highlighting](/previews/json.png) | ||
|
||
### XML | ||
|
||
![XML syntax highlighting](/previews/xml.png) | ||
|
||
## 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 | ||
* HTML/Blade | ||
* JavaScript/Vue | ||
* CSS/Sass/SCSS/Less | ||
* JSON | ||
* XML | ||
* Markdown | ||
* [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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"install": "messages/install.txt", | ||
"1.0.0": "messages/1.0.0.txt" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Laravel Colour Scheme 1.0.0 | ||
|
||
- First version of colour scheme | ||
- Supports PHP, HTML/Blade, CSS/SASS/LESS, JavaScript (including Vue components), JSON, and Markdown | ||
- Defines styles for GitGutter and SublimeLinter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Laravel colour scheme | ||
|
||
Thanks for checking out this theme, based on the style presented in the official Laravel Documentation - https://laravel.com/docs. I hope you enjoy using it! | ||
|
||
I've done my best to cover what I consider to be the common syntaxes for Laravel - PHP, HTML/Blade, JavaScript, CSS/SASS/LESS, and Markdown. | ||
|
||
This theme also has colours for SublimeLinter and GitGutter. | ||
|
||
If you have any suggestions for improvement, feel free to open an issue or pull request. | ||
|
||
Twitter: @michaeldyrynda | ||
GitHub Repo: https://github.com/michaeldyrynda/Laravel.tmTheme | ||
GitHub Issues: https://github.com/michaeldyrynda/Laravel.tmTheme/issues |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.