Skip to content

Instantly share code, notes, and snippets.

@WA9ACE
Last active August 29, 2015 14:19
Show Gist options
  • Save WA9ACE/2d7110a6924590101a1f to your computer and use it in GitHub Desktop.
Save WA9ACE/2d7110a6924590101a1f to your computer and use it in GitHub Desktop.
sublime afterglow settings
{
"theme": "Afterglow-blue.sublime-theme",
"color_inactive_tabs": true,
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
// "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_face": "Monaco",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"menu_visible": false,
"rulers":
[
80
],
"sidebar_row_padding_small": true,
"sidebar_size_12": true,
"status_bar_brighter": true,
"tabs_small": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment