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"
}
本文详细介绍了如何在Sublime Text中安装并配置Flatland与Material主题,包括设置字体、大小、颜色方案等,以实现个性化编辑体验。重点突出主题安装方法与自定义设置步骤。

被折叠的 条评论
为什么被折叠?



