Skip to content

Instantly share code, notes, and snippets.

@sergekh42
Created October 30, 2017 18:46
Show Gist options
  • Save sergekh42/039a9fa71247e0adda34d3073a0ce233 to your computer and use it in GitHub Desktop.
Save sergekh42/039a9fa71247e0adda34d3073a0ce233 to your computer and use it in GitHub Desktop.
sublime text solarized theme
{
"always_show_minimap_viewport": true,
"bold_folder_lables": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_white_space": "all",
"fade_fold_buttons": false,
"font_face": "",
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme.sublime-theme",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment