Skip to content

Commit

Permalink
commit first version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Sep 17, 2017
1 parent 9aa0158 commit 0bf624f
Show file tree
Hide file tree
Showing 14 changed files with 1,003 additions and 0 deletions.
922 changes: 922 additions & 0 deletions Laravel.tmTheme

Large diffs are not rendered by default.

59 changes: 59 additions & 0 deletions README.md
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.
4 changes: 4 additions & 0 deletions messages.json
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"
}
5 changes: 5 additions & 0 deletions messages/1.0.0.txt
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
13 changes: 13 additions & 0 deletions messages/install.txt
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
Binary file added previews/blade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added previews/html.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added previews/javascript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added previews/json.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added previews/markdown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added previews/php.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added previews/scss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added previews/vue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added previews/xml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0bf624f

Please sign in to comment.