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

https://github.com/killercup/sublime-scheme-shiny

Sublime Text Color Scheme based on MarkdownEditing
https://github.com/killercup/sublime-scheme-shiny

Last synced: about 1 month ago
JSON representation

Sublime Text Color Scheme based on MarkdownEditing

Awesome Lists containing this project

README

          

## sublime-scheme-shiny

> Sublime Text Color Scheme based on [MarkdownEditing](https://github.com/ttscoff/MarkdownEditing)

![Screenshot](screenshot.png "Sublime Text 2 with Color Scheme Shiny and theme Soda Light")

## User Preferences

This is what I am using:

```js
{
"animation_enabled": false,
"color_scheme": "Packages/sublime-scheme-shiny/Shiny.tmTheme",
"font_face": "Meslo LG L DZ",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"theme": "Soda Light.sublime-theme",
"soda_classic_tabs": false,
"overlay_scroll_bars": "system"
}
```

## Addition: Pygments Style

If you use [Pygments](http://pygments.org/) to highlight code in your HTML, you can use `_pygments.scss` to style it very similar to this color scheme. (It's SCSS, so you might have to compile it to CSS if you don't use SASS as your preprocessor.)