Gutter Themes for SL ==================== A _Sublime Text_ package that collects custom _Gutter Themes_ for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3). ### Themes Preview | Theme | Error | Warning | Colorized | | ----------------------- | :------------------------------------------------: | :--------------------------------------------------: | --------- | | Minimal | ![](.preview/minimal_error.png?raw=true) | ![](.preview/minimal_warning.png?raw=true) | Yes | | Minimal Round | ![](.preview/minimal_round_error.png?raw=true) | ![](.preview/minimal_round_warning.png?raw=true) | No | | Rectangle | ![](.preview/rectangle_error.png?raw=true) | ![](.preview/rectangle_warning.png?raw=true) | Yes | | Rectangle Vertical | ![](.preview/rectangle_vertical_error.png?raw=true) | ![](.preview/rectangle_vertical_warning.png?raw=true) | Yes | | X | ![](.preview/x_error.png?raw=true) | ![](.preview/x_warning.png?raw=true) | No | ## Installation ### Using Package Control The package is available on [Package Control](https://packagecontrol.io) as `Gutter Themes for SL`. You can easily install it using the `Package Control: Install Package` command. ### Using Git Navigate to your `Packages` directory and run the command below. git clone https://github.com/SalGnt/gutter-themes-for-sl.git "Gutter Themes for SL" ### Manually - [Download](https://github.com/SalGnt/gutter-themes-for-sl/archive/master.zip) the zipped package from GitHub; - Unzip it and rename the folder to `Gutter Themes for SL`; - Find your `Packages` directory using the `Preferences > Browse Packages...` command; - Move the `Gutter Themes for SL` folder into your `Packages` directory. ## Contributing Feel free to contribute with your own creation. All I ask of you is to **read the [official documentation](https://sublimelinter.readthedocs.org/en/latest/gutter_themes.html) before making a pull request!** You can also request new themes by opening a [new issue](https://github.com/SalGnt/gutter-themes-for-sl/issues). ## Changelog All notable changes to this project will be documented in `CHANGELOG.md`. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## License The _Gutter Themes for SL_ package was created by [Salvatore Gentile](https://github.com/SalGnt) and is released under **The MIT License (MIT)**. The MIT License (MIT) Copyright (c) 2015 Salvatore Gentile Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.