美文网首页
推荐一个不错的sublime UI界面美化方案

推荐一个不错的sublime UI界面美化方案

作者: leenty | 来源:发表于2016-10-11 00:47 被阅读907次

    晒一晒我的prefernces.sublime-setting

    界面如图


    prefernces-sublime-setting

    主题地址

    equinusocio/material-theme

    {
        "always_show_minimap_viewport": true,
        "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
        "file_exclude_patterns":
        [
            ".DS_Store"
        ],
        "folder_exclude_patterns":
        [
            ".git",
            "node_modules",
            "public/static"
        ],
        "font_size": 12,
        "ignored_packages":
        [
            "Vintage"
        ],
        "line_padding_bottom": 3,
        "line_padding_top": 3,
        "material_theme_accent_sky": true,
        "material_theme_compact_sidebar": true,
        "material_theme_contrast_mode": 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,
        "material_theme_tree_headings": true,
        "overlay_scroll_bars": "enabled",
        "tab_size": 2,
        "theme": "Material-Theme.sublime-theme",
        "translate_tabs_to_spaces": true,
        "word_warp": "auto"
    }
    

    相关文章

      网友评论

          本文标题:推荐一个不错的sublime UI界面美化方案

          本文链接:https://www.haomeiwen.com/subject/mvivyttx.html