Skip to content

Commit

Permalink
feat: add Material Theme gutter theme for SublimeLinter
Browse files Browse the repository at this point in the history
  • Loading branch information
equinusocio committed Jul 7, 2016
1 parent 3019285 commit 156f734
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gutter-theme/Material-Theme.gutter-theme
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"colorize": true
}
73 changes: 73 additions & 0 deletions gutter-theme/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# [![Boxy - The Best Sublime Text 3 Theme of 2016][img-name]][theme-downloads]

[![Downloads][img-downloads]][downloads]
[![Click here to lend your support to: Boxy and make a donation at patreon.com !][img-patreon]][patreon] 
[![Click here to lend your support to: Boxy and make a donation at flattr.com !][img-flattr]][flattr] 
[![Click here to lend your support to: Boxy and make a donation at bitcoin.com !][img-bitcoin]][bitcoin]

This [Boxy][theme] addon enables you to change the appearance of the [SublimeLinter][linter].

![Boxy Sublime Linter Theme][img-linter]

Want to learn more? [**See the wiki →**][wiki].

## Get It

### Package Control

The easiest way to install is using [Package Control][pc], where [it][downloads] is listed as `Boxy Theme Addon - Linter Theme`.

1. Open `Command Palette` using menu item `Tools → Command Palette...`
2. Choose `Package Control: Install Package`
3. Find `Boxy Theme Addon - Linter Theme` and hit `Enter`

### Manual

You can also install the theme addon manually:

#### Default

1. [Download the .zip][releases]
2. Unzip and rename the folder to `Boxy Theme Addon - Linter Theme`
3. Copy the folder into `Packages` directory, which you can find using the menu item `Preferences → Browse Packages...`

#### Preferred

This is the preferred method, because you'll be able to upgrade theme addon package via [Package Control][pc].

1. Go to `Packages` directory, which you can find using the menu item `Preferences → Browse Packages...`
2. Clone repository here: `git clone https://github.com/oivva/boxy-addon-linter-theme.git "Boxy Theme Addon - Linter Theme"`

## Activation

Activate the SublimeLinter gutter theme by modifying plugin's preferences file, which you can find using the menu item `Preferences → Package Settings → SublimeLinter → Settings - User`.

![SublimeLinter Theme Activation][img-linter-activation]

```js
"gutter_theme": "Packages/Boxy Theme Addon - Linter Theme/Boxy.gutter-theme",
```

<!-- Links -->

[theme]: https://github.com/oivva/boxy
[theme-downloads]: https://packagecontrol.io/packages/Boxy%20Theme
[releases]: https://github.com/oivva/boxy-addon-linter-theme/releases
[downloads]: https://packagecontrol.io/packages/Boxy%20Theme%20Addon%20-%20Linter%20Theme
[patreon]: https://www.patreon.com/oivva "Donate with Patreon"
[flattr]: https://flattr.com/profile/oivva "Donate with Flattr"
[bitcoin]: https://www.coinbase.com/oivva "Donate with Bitcoin"
[wiki]: https://github.com/oivva/boxy/wiki
[pc]: https://sublime.wbond.net
[linter]: https://github.com/SublimeLinter/SublimeLinter3
[pr]: https://github.com/wbond/package_control_channel/pull/5575

<!-- Images -->

[img-name]: https://raw.githubusercontent.com/oivva/boxy-extras/master/assets/readme/name.png
[img-downloads]: https://img.shields.io/packagecontrol/dt/Boxy%20Theme%20Addon%20-%20Linter%20Theme.svg?maxAge=3600
[img-patreon]: https://raw.githubusercontent.com/oivva/boxy-extras/master/assets/readme/patreon.png
[img-flattr]: https://raw.githubusercontent.com/oivva/boxy-extras/master/assets/readme/flattr.png
[img-bitcoin]: https://raw.githubusercontent.com/oivva/boxy-extras/master/assets/readme/bitcoin.png
[img-linter]: https://raw.githubusercontent.com/oivva/boxy-extras/master/assets/wiki/gallery/default/tomorrow.png
[img-linter-activation]: https://raw.githubusercontent.com/oivva/boxy-extras/master/assets/readme/linter-theme-activation.png
Binary file added gutter-theme/error.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 gutter-theme/error@2x.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 gutter-theme/error@3x.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 gutter-theme/warning.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 gutter-theme/warning@2x.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 gutter-theme/warning@3x.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 156f734

Please sign in to comment.