Skip to content

Instantly share code, notes, and snippets.

@jasperf
Created April 18, 2017 06:35
Show Gist options
  • Save jasperf/f74fb0be92146453d7a02a9a0362e3e6 to your computer and use it in GitHub Desktop.
Save jasperf/f74fb0be92146453d7a02a9a0362e3e6 to your computer and use it in GitHub Desktop.
Sublime preferences using Boxy Theme Ocean style, file icons hidden, selected tab color and line padding
{
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme",
"font_size": 11,
"ignored_packages":
[
"Vintage"
],
"theme": "Boxy Ocean.sublime-theme",
"theme_sidebar_file_icons_hidden": true,
"theme_tab_selected_filled": true,
// Additional spacing at the top of each line, in pixels
"line_padding_top": 5,
// Additional spacing at the bottom of each line, in pixels
"line_padding_bottom": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment