sublime preference配置

 

Preferences.sublime-setting配置---------------------

备注:

1.安装flatland主题,(通过 “Package Control: Install Package” 命令搜索 Theme - Flatland,确认安装即可

 

{
"auto_match_enabled": true,
"theme": "Flatland Dark.sublime-theme",
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"default_line_ending": "unix",
"detect_slow_plugins": true,
"font_face": "Microsoft YaHei",
"font_size": 10,
"gutter": true,
"highlight_line": true,
"ignored_packages":
[
"jQuery",
"Vintage"
],
"indent_subsequent_lines": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"tab_size": 8,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"wrap_width": 0,

"update_check":false,
}

 

 

2.安装Material主题,(通过 “Package Control: Install Package” 命令搜索 Material Theme,确认安装即可

https://packagecontrol.io/packages/Material%20Theme

{
    "auto_match_enabled": true,
    "default_line_ending": "unix",
    "detect_slow_plugins": true,
    "font_face": "Microsoft YaHei",
    "font_size": 9,
    "gutter": true,
    "highlight_line": true,
    "ignored_packages":
    [
        "jQuery",
        "Vintage"
    ],
    "indent_subsequent_lines": true,
    // "line_padding_bottom": 1,
    // "line_padding_top": 1,
    "rulers":
    [
        80
    ],
    "tab_size": 4,
    // "theme": "Flatland Dark.sublime-theme",
    "translate_tabs_to_spaces": true,
    "update_check": false,
    "word_wrap": true,
    "wrap_width": 0,

    "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
    "theme": "Material-Theme.sublime-theme",

    "always_show_minimap_viewport" : true,
    "bold_folder_labels"           : true,
    "font_options"                 : ["gray_antialias", "subpixel_antialias"], // On retina Mac & Windows
    "indent_guide_options"         : ["draw_normal", "draw_active"], // Highlight active indent
    "line_padding_bottom"          : 3,
    "line_padding_top"             : 3,
    "overlay_scroll_bars"          : "enabled"
}
 

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值