Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fuadarradhi/6ca030d6d648be45ff599eb4d4c07bd1 to your computer and use it in GitHub Desktop.
Save fuadarradhi/6ca030d6d648be45ff599eb4d4c07bd1 to your computer and use it in GitHub Desktop.
Sublime Setting
#Install Predawn and Agila themes first
{
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "smooth",
"color_scheme": "Packages/Predawn/predawn.tmTheme",
"fade_fold_buttons": false,
"font_face": "Inconsolata",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"show_line_endings": true,
"tab_size": 4,
"theme": "Agila Monokai.sublime-theme",
"theme_agila_active_tab_entry_yellow": true,
"theme_agila_auto_complete_white": true,
"theme_agila_sidebar_font_xsmall": true,
"theme_agila_sidebar_light_icons": true,
"theme_agila_sidebar_mini": true,
"theme_agila_sidebar_selected_entry_yellow": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment