Skip to content

Instantly share code, notes, and snippets.

@alenabdula
Created August 3, 2016 18:28
Show Gist options
  • Save alenabdula/39213bbe51a33e3938a51758caee42d5 to your computer and use it in GitHub Desktop.
Save alenabdula/39213bbe51a33e3938a51758caee42d5 to your computer and use it in GitHub Desktop.

Sublime Issues

1. Color Scheme & Theme

Issue: User-Preferences JSON file color_scheme and theme revert back to original Monokai and Default theme.

Possible: Issue with Sublime, Material theme or other package updates, need to check!

Hardware & Software:

  • Dell Latitude E6420
  • 64-bit Windows 7 Pro
  • Sublime Text 3 Stable Build 3114

Original User-Preference JSON file

{
    "always_prompt_for_file_reload": false,
    "always_show_minimap_viewport": false,
    "animation_enabled": true,
    "atomic_save": false,
    "auto_close_tags": true,
    "auto_complete": true,
    "auto_complete_commit_on_tab": false,
    "auto_complete_cycle": false,
    "auto_complete_delay": 50,
    "auto_complete_selector": "meta.tag - punctuation.definition.tag.begin, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc",
    "auto_complete_size_limit": 4194304,
    "auto_complete_triggers": [
        {
            "characters": "<",
            "selector": "text.html"
        }
    ],
    "auto_complete_with_fields": false,
    "auto_find_in_selection": false,
    "auto_indent": true,
    "auto_match_enabled": true,
    "binary_file_patterns": [
        "*.jpg",
        "*.jpeg",
        "*.png",
        "*.gif",
        "*.ttf",
        "*.tga",
        "*.dds",
        "*.ico",
        "*.eot",
        "*.pdf",
        "*.swf",
        "*.jar",
        "*.zip"
    ],
    "bold_folder_labels": true,
    "caret_extra_bottom": 1,
    "caret_extra_top": 1,
    "caret_extra_width": 3,
    "caret_style": "smooth",
    "close_windows_when_empty": false,
    "copy_with_empty_selection": false,
    "create_window_at_startup": false,
    "default_encoding": "UTF-8",
    "default_line_ending": "system",
    "detect_indentation": true,
    "dictionary": "Packages/Language - English/en_US.dic",
    "drag_text": false,
    "draw_centered": false,
    "draw_indent_guides": true,
    "draw_minimap_border": false,
    "draw_white_space": "selection",
    "enable_hexadecimal_encoding": true,
    "enable_tab_scrolling": true,
    "ensure_newline_at_eof_on_save": false,
    "fade_fold_buttons": true,
    "fallback_encoding": "Western (Windows 1252)",
    "file_exclude_patterns": [
        "*.pyc",
        "*.pyo",
        "*.exe",
        "*.dll",
        "*.obj",
        "*.o",
        "*.a",
        "*.lib",
        "*.so",
        "*.dylib",
        "*.ncb",
        "*.sdf",
        "*.suo",
        "*.pdb",
        "*.idb",
        ".DS_Store",
        "*.class",
        "*.psd",
        "*.db",
        "*.sublime-workspace"
    ],
    "find_selected_text": true,
    "fold_buttons": true,
    "folder_exclude_patterns": [
        ".svn",
        ".git",
        ".hg",
        "CVS",
        "vendor",
        "node_modules",
        ".sass-cache"
    ],
    "font_face": "inputMono",
    "font_options": [
        "gray_antialias",
        "subpixel_antialias"
    ],
    "font_size": 12,
    "gpu_window_buffer": "auto",
    "gutter": true,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "hot_exit": true,
    "ignored_packages": [
        "Vintage"
    ],
    "indent_guide_options": [
        "draw_normal",
        "draw_active"
    ],
    "indent_subsequent_lines": true,
    "indent_to_bracket": false,
    "index_exclude_patterns": [ "*.log" ],
    "index_files": true,
    "index_workers": 0,
    "line_numbers": true,
    "line_padding_bottom": 6,
    "line_padding_top": 6,
    "margin": 0,
    "match_brackets": true,
    "match_brackets_angle": false,
    "match_brackets_braces": true,
    "match_brackets_content": true,
    "match_brackets_square": true,
    "match_selection": true,
    "match_tags": true,
    // "material_theme_accent_acid-lime": true,
    // "material_theme_accent_blue": true,
    // "material_theme_accent_brba": true,
    // "material_theme_accent_bright-teal": true,
    // "material_theme_accent_cyan": true,
    // "material_theme_accent_graphite": true,
    // "material_theme_accent_indigo": true,
    // "material_theme_accent_lime": true,
    // "material_theme_accent_orange": true,
    // "material_theme_accent_pink": true,
    // "material_theme_accent_purple": true,
    // "material_theme_accent_red": true,
    // "material_theme_accent_sky": true,
    "material_theme_accent_tomato": true,
    // "material_theme_accent_yellow": true,
    // "material_theme_bold_tab": true,
    // "material_theme_compact_panel": true,
    // "material_theme_compact_sidebar": true,
    // "material_theme_contrast_mode": true,
    // "material_theme_disable_fileicons": false,
    // "material_theme_disable_folder_animation": true,
    // "material_theme_disable_tree_indicator": true,
    // "material_theme_panel_separator": true,
    // "material_theme_small_statusbar": true,
    // "material_theme_small_tab": true,
    // "material_theme_tabs_autowidth": true,
    // "material_theme_tabs_separator": true,
    "theme": "Material-Theme.sublime-theme",
    "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
    "move_to_limit_on_up_down": false,
    "open_files_in_new_window": true,
    "overlay_scroll_bars": "enabled",
    "preview_on_click": false,
    "remember_full_screen": false,
    "rulers": [],
    "save_on_focus_lost": false,
    "scroll_past_end": true,
    "scroll_speed": 1.3,
    "shift_tab_unindent": false,
    "show_encoding": true,
    "show_full_path": true,
    "show_line_endings": false,
    "show_panel_on_build": true,
    "show_tab_close_buttons": true,
    "smart_indent": true,
    "spell_check": true,
    "spelling_selector": "markup.raw, source string.quoted - punctuation - meta.preprocessor.c.include, source comment - source comment.block.preprocessor, -(source, constant, keyword, storage, support, variable, markup.underline.link, meta.tag)",
    "tab_completion": true,
    "tab_size": 4,
    "translate_tabs_to_spaces": true,
    "tree_animation_enabled": true,
    "trim_automatic_white_space": true,
    "trim_trailing_white_space_on_save": false,
    "use_simple_full_screen": false,
    "use_tab_stops": true,
    "word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
    "word_wrap": "auto",
    "wrap_width": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment