Skip to content

killercup/sublime-scheme-shiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sublime-scheme-shiny

Sublime Text Color Scheme based on MarkdownEditing

Screenshot

User Preferences

This is what I am using:

{
    "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 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.)