Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only "body" changed to the theme #35

Closed
Frexuz opened this issue Oct 10, 2016 · 1 comment
Closed

Only "body" changed to the theme #35

Frexuz opened this issue Oct 10, 2016 · 1 comment
Labels

Comments

@Frexuz
Copy link

Frexuz commented Oct 10, 2016

image

Using latest Sublime 3 on Ubuntu 14.04LTS

My settings

{
    "always_show_minimap_viewport": true,
    "animation_enabled": false,
    "binary_file_patterns":
    [
        "*.min.js",
        "*jquery*.js"
    ],
    "bold_folder_labels": true,
    "color_scheme": "Packages/ayu/ayu.tmTheme",
    "draw_minimap_border": true,
    "ensure_newline_at_eof_on_save": true,
    "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",
        "*.log"
    ],
    "folder_exclude_patterns":
    [
        ".svn",
        ".git",
        ".hg",
        "CVS",
        "tmp",
        "coverage",
        "public/assets"
    ],
    "font_size": 12,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "SublimeLinter",
        "Vintage"
    ],
    "index_exclude_patterns":
    [
        "*.log"
    ],
    "index_files": true,
    "index_workers": 2,
    "match_brackets_angle": true,
    "scroll_speed": 10.0,
    "show_encoding": true,
    "show_line_endings": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "tree_animation_enabled": false,
    "trim_trailing_white_space_on_save": true
}
@dempfi
Copy link
Owner

dempfi commented Oct 10, 2016

You missed to add theme entry. Check out readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants