Created
April 18, 2017 06:35
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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