Skip to content

Instantly share code, notes, and snippets.

@curtisj44
Last active September 27, 2019 20:08
Show Gist options
  • Save curtisj44/9777339 to your computer and use it in GitHub Desktop.
Save curtisj44/9777339 to your computer and use it in GitHub Desktop.
My Sublime Text user preferences / settings
{
// v3.0.4
"always_show_minimap_viewport": true,
"auto_close_tags": false,
"auto_indent": false,
"auto_match_enabled": false,
"binary_file_patterns": [
"*.sassc",
"*/tmp/*"
],
"color_scheme": "Packages/DesertExRemix/DesertExRemix.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"margin": 0,
"match_brackets": false,
"rulers": [100],
"scroll_past_end": true,
// "show_tab_close_buttons": false,
"smart_indent": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"enable_tab_scrolling": false,
// Themes ----------------
// Afterglow
// ---------
// "theme": "Afterglow-blue.sublime-theme",
// "folder_no_icon": true,
// "sidebar_size_12": true,
// "tabs_small": true,
// "tabs_padding_small": true,
// Ayu
// ---
// // "theme": "ayu-mirage.sublime-theme",
// "theme": "ayu-dark.sublime-theme",
// // "ui_separator": true, // separators between panels
// "ui_font_size_small": false, // smaller UI font size(sidebar, statusbar etc)
// // "ui_big_tabs": true, // increased tab height
// "ui_fix_tab_labels": true, // to fix tab labels if they look not right
// "ui_font_source_code_pro": true, // use [Source Code Pro](https://fonts.google.com/specimen/Source+Code+Pro) for UI
// "ui_font_default": false, // use Sublime Text's default UI font
// "ui_wide_scrollbars": false, // wider scrollbars
// Boxy
// ----
// https://github.com/oivva/boxy
// // "theme": "Boxy Yesterday.sublime-theme",
// "theme": "Boxy Monokai.sublime-theme",
// // use one of these `theme_accent_*` options:
// "theme_accent_mono": true,
// // "theme_accent_green": true,
// "theme_bar": true,
// "theme_bar_colored": true,
// "theme_bar_logo_atomized": true,
// "theme_bar_margin_top_md": true,
// "theme_find_panel_atomized": true,
// "theme_find_panel_close_hidden": true,
// "theme_find_panel_size_xxs": true,
// "theme_icon_button_highlighted": true,
// "theme_panel_switcher_atomized": true,
// "theme_scrollbar_rounded": true,
// "theme_scrollbar_semi_overlayed": true,
// "theme_sidebar_folder_arrow": true,
// // "theme_sidebar_indent_xl": true,
// "theme_sidebar_indent_top_level_disabled": true,
// "theme_sidebar_size_xs": true,
// "theme_statusbar_size_xs": true,
// "theme_statusbar_font_xs": true,
// "theme_tab_width_auto": true,
// // "theme_unified": true,
// DA UI
// -----
// https://packagecontrol.io/packages/DA%20UI
// as of 20171117 this theme also requires: https://packagecontrol.io/packages/A%20File%20Icon
// "theme": "DA.sublime-theme",
// "skin": "DA UI/Minimal",
// "overlay_scroll_bars": "enabled",
// Gravity
// -------
"theme": "Gravity.sublime-theme",
// "gravity_highlight_color_blue": true,
// "gravity_sidebar_header": false,
// "gravity_tab_font_small": false,
"gravity_tab_height_short": true,
// "gravity_tab_height_tall": false,
"gravity_title_bar": true,
// "color_scheme": "Packages/Theme - Gravity/Monokai Gravity.tmTheme",
// "color_scheme": "Packages/Theme - Gravity/One Dark Gravity.tmTheme",
"overlay_scroll_bars": "enabled",
// Material Theme
// --------------
// https://github.com/equinusocio/material-theme
// "theme": "Material-Theme.sublime-theme",
// "material_theme_disable_folder_animation": true , // Disable folder animation
// "material_theme_small_statusbar" : true , // Set small status bar
// "material_theme_compact_sidebar" : true , // Set compact side bar
// "material_theme_disable_tree_indicator" : true , // Disable sidebar file indicator
// // "material_theme_tabs_separator" : true , // Show tabs separator, this disables tab hover animation
// "material_theme_accent_red" : true , // set pale red accent color
// "material_theme_panel_separator" : true , // show bottom panel separator
// // "material_theme_tabs_autowidth" : true, // Enable autowidth for tabs
// "material_theme_contrast_mode" : true, // Enable sidebar and panels contrast mode
// // "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
// "material_theme_small_tab" : true // Set small tabs
// Seti UI
// -------
// // https://github.com/ctf0/Seti_ST3
// // https://github.com/jesseweed/seti-ui
// "theme": "Seti.sublime-theme",
// // "Seti_show_group_arrows": true,
// "Seti_sb_small_padding": true,
// "Seti_sidebar_font_size_12": true,
// "Seti_sidebar_font_Source": true,
// "Seti_panel_nrml": true,
// "caret_extra_bottom": 1,
// // "caret_extra_top": 1,
// "overlay_scroll_bars": "enabled",
// // "highlight_line": true,
// // "bold_folder_labels": true,
// // "Seti_tabs_big": true,
// "Seti_tab_font_12": true,
// "Seti_lime_label": true,
// "Seti_ClosedFolder_dots": true,
// "Seti_lime_statusbar": true,
// Spacegray
// ---------
// https://kkga.github.io/spacegray
// "theme": "Spacegray Eighties.sublime-theme",
// "spacegray_tabs_font_large": true,
// "spacegray_tabs_xlarge": true,
// "spacegray_sidebar_font_large": true,
// "spacegray_sidebar_tree_normal": true,
// "bold_folder_labels": true
// Font ----------------
// https://www.google.com/fonts/specimen/Source+Code+Pro
// Mac
// Depends on the monitor:
// "font_face": "Source Code Pro Light",
"font_face": "Source Code Pro",
// "font_size": 14.5,
"font_size": 13,
"line_padding_top": 0,
"line_padding_bottom": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment