An open API service indexing awesome lists of open source software.

https://github.com/tinacious/sublime-tinacious-design-syntax

:traffic_light: Tinacious Design syntax theme for Sublime Text.
https://github.com/tinacious/sublime-tinacious-design-syntax

Last synced: 8 months ago
JSON representation

:traffic_light: Tinacious Design syntax theme for Sublime Text.

Awesome Lists containing this project

README

          

![Tinacious Design Syntax](https://raw.githubusercontent.com/tinacious/sublime-tinacious-design-syntax/master/images/tinacious-design-syntax.png)

**Tinacious Design Syntax** is a dark syntax theme that uses a bright palette of colours including pink, blue, turquoise, green, purple, and orange.

![](https://raw.githubusercontent.com/tinacious/sublime-tinacious-design-syntax/master/images/tinacious-design-syntax-swatches.png)

Colours curated by Web and Mobile designer and developer Tina from [Tinacious Design](http://tinaciousdesign.com).

## Variations

This syntax theme is now available in both dark and light variations.

### Dark

To use the dark syntax theme, add the following to your User Settings:

```json
{
"color_scheme": "Packages/Tinacious Design colour scheme/Tinacious-Design.tmTheme"
}
```

![](https://raw.githubusercontent.com/tinacious/sublime-tinacious-design-syntax/master/images/01_javascript-angular.png)
![](https://raw.githubusercontent.com/tinacious/sublime-tinacious-design-syntax/master/images/04_javascript-ember.png)
![](https://raw.githubusercontent.com/tinacious/sublime-tinacious-design-syntax/master/images/02_html.png)
![](https://raw.githubusercontent.com/tinacious/sublime-tinacious-design-syntax/master/images/03_stylus.png)

### Light

To use the light syntax theme, add the following to your User Settings:

```json
{
"color_scheme": "Packages/Tinacious Design colour scheme/Tinacious-Design-Light.tmTheme"
}
```

![](https://raw.githubusercontent.com/tinacious/sublime-tinacious-design-syntax/master/images/sublimetext-light-syntax-theme.png)

## Changelog

| Date | Version | Change |
|:--------------|:--------|:---------------------------------------------------|
| 5 Mar 2017 | 0.2.0 | Increased contrast of current line & selected text |
| 12 April 2016 | 0.1.0 | Initial release |