YabataDesign / afterglow-theme

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

Where should we add the "theme" and "color_scheme" ? #137

Closed yuxineverforever closed 7 years ago

yuxineverforever commented 7 years ago

When I open the Preference->Package Setting->Package Control->Setting User,

a file named Package Control.sublime-settings opens, the content is listed below:

{
    "bootstrapped": true
}

So, where should we add the theme and color_scheme? ( I have added in these two ways. However, when i reopen the sublime text, nothing changes and my modification disappear.

{
    "bootstrapped": true,
        "theme":...
        "color_scheme":....
}
{
    "bootstrapped": true,
}
{
         "theme":...,
        "color_scheme":....
}

)

yuxineverforever commented 7 years ago

I see, thanks for reminding