Skip to content

Instantly share code, notes, and snippets.

@fatihacet
Last active May 6, 2019 07:33
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fatihacet/6b9f5489ffe11998b403 to your computer and use it in GitHub Desktop.
Save fatihacet/6b9f5489ffe11998b403 to your computer and use it in GitHub Desktop.
sublime.conf
{
"close_windows_when_empty": false,
"color_scheme": "Packages/One Dark Color Scheme/One Dark.tmTheme",
"detect_indentation": false,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"env":
{
"PATH": "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/share/npm/bin/"
},
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"db.json",
"*.log",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.orig",
"*.map"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
"public/assets",
".svn",
".git",
"_site",
"tmp",
".hg",
".git_",
"dist",
"CVS",
".build",
".vagrant",
".grunt",
"bower_components",
".node_modules",
"node_modules"
],
"font_face": "Office Code Pro",
"font_size": 19,
"highlight_line": true,
"ignored_packages":
[
"Base16 Color Schemes",
"Theme - Flatland",
"Theme - Nexus",
"Vintage"
],
"index_exclude_patterns":
[
"*.log"
],
"is_using_dark_theme": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers":
[
2,
79,
119
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"tab_completion": false,
"tab_size": 2,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
@fatihacet
Copy link
Author

fatihacet commented Aug 2, 2015

"theme": "Spacegray.sublime-theme",
"color_scheme": "Packages/Dayle Rees Color Schemes/legacy/LastNight.tmTheme",
"font_size": 16,
"font_face": "Office Code Pro",

http://f.acet.me/H0c2.png

@fatihacet
Copy link
Author

fatihacet commented Nov 11, 2016

"theme": "Spacegray.sublime-theme",
"color_scheme": "Packages/Oceanic Color Scheme/Themes/Oceanic - Eighties.tmTheme",
"font_face": "Office Code Pro",
"font_size": 19,

http://f.acet.me/vRfx.png

@nurrony
Copy link

nurrony commented Nov 11, 2016

@fatihacet Your theme looks really sexy!!

@fatihacet
Copy link
Author

"font_face": "Office Code Pro",
"font_size": 22,
"color_scheme": "Packages/One Dark Color Scheme/One Dark.tmTheme",

http://f.acet.me/kfZ4.png

@fatihacet
Copy link
Author

"font_face": "Office Code Pro",
"font_size": 21,
"color_scheme": "Packages/User/Color Highlighter/themes/earthsong-light.tmTheme",
"theme": "Spacegray Light.sublime-theme",

http://f.acet.me/3rEu.png

@fatihacet
Copy link
Author

"color_scheme": "Packages/One Dark Color Scheme/One Dark.tmTheme",
"font_face": "Operator Mono Book",
"font_size": 20,"theme": "Spacegray.sublime-theme",

http://f.acet.me/MsIw.png

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