Skip to content

Instantly share code, notes, and snippets.

@nathan-isaac
Last active October 20, 2017 15:45
Show Gist options
  • Save nathan-isaac/42b441d982e244e16f93067cfe26438c to your computer and use it in GitHub Desktop.
Save nathan-isaac/42b441d982e244e16f93067cfe26438c to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"color_scheme": "Packages/User/sublime-themes/Material-Theme-Custom.tmTheme",
"draw_white_space": "all",
"enable_tab_scrolling": false,
"font_face": "Roboto Mono",
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"spell_check": true,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true
}
@nathan-isaac
Copy link
Author

nathan-isaac commented Jul 25, 2017

Clone https://github.com/adamwathan/sublime-themes to the Sublime Text 3\Packages\User directory.

Then select UI Color Scheme.

http://colorsublime.com/how-to-install-a-theme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment