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
- Host: GitHub
- URL: https://github.com/killercup/sublime-scheme-shiny
- Owner: killercup
- License: mit
- Created: 2013-09-18T10:56:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-18T12:13:19.000Z (over 12 years ago)
- Last Synced: 2025-10-13T11:08:27.995Z (5 months ago)
- Homepage: https://github.com/killercup/sublime-scheme-shiny
- Size: 184 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## sublime-scheme-shiny
> Sublime Text Color Scheme based on [MarkdownEditing](https://github.com/ttscoff/MarkdownEditing)

## 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.)