Last Updated: February 25, 2016
·
961
· kirang89

My Sublime Settings


{
    "colorscheme": "Packages/User/Tomorrow-Night.tmTheme",
    "detectslowplugins": false,
    "drawwhitespace": "all",
    "findselectedtext": true,
    "foldbuttons": false,
    "folderexcludepatterns":
    [
        ".svn",
        ".git",
        ".hg",
        "CVS",
        "build",
        "dist",
        "build",
        "site"
    ],
    "fontface": "Ubuntu Mono",
    "fontoptions":
    [
        "subpixelantialias"
    ],
    "fontsize": 13,
    "highlightline": true,
    "ignoredpackages":
    [
        "Vintage"
    ],
    "rulers":
    [
        80,
        100
    ],
    "sodaclassictabs": true,
    "theme": "Soda Dark.sublime-theme",
    "translatetabstospaces": true,
    "trimtrailingwhitespaceon_save": true
}
</code></pre>

4 Responses
Add your response

Do you have screenshot? Thanks!

over 1 year ago ·

@nucc Screenshot of my sublime workspace ?
If so check out https://jumpshare.com/v/7uQ48sCvcTa823j9oNgQ?b=bw7dx4l82qc4OUM4ktpU

over 1 year ago ·

Hey, it gives an error on loading the scheme :"Packages/User/Tomorrow-Night.tmTheme"
do you know how to fix that?

over 1 year ago ·

@nightowl19 - have you installed the theme?

over 1 year ago ·