YabataDesign / afterglow-theme

[DEPRECATED] A minimal dark Theme for Sublime Text 2 and 3
http://yabatadesign.github.io/afterglow-theme/
2.12k stars 139 forks source link

activate the theme README, all have errors except for the first one. (missing ,) #3

Closed datatec closed 10 years ago

datatec commented 10 years ago

Correct

{
    "theme": "Afterglow.sublime-theme",
    "color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme"
}

Incorrect (missing , at end of first dataline)

{
    "theme": "Afterglow-blue.sublime-theme"
    "color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme"
}

Settings below are ALL missing the ,

Settings for Afterglow-blue  
Settings for Afterglow-magenta  
Settings for Afterglow-orange 
Settings for Afterglow-green 
YabataDesign commented 10 years ago

Thanks for the correction!