Mac Sublime Text3更换主题Material Theme

直奔主题,具体流程如下:

git: https://github.com/equinusocio/material-theme

我配置的时候的最新版本,大家根据当前最新版本或者Sublime Text3版本号选择对应的版本

less release https://github.com/equinusocio/material-theme/releases/tag/v4.1.5

1:登陆git下载最新版本的Material theme

2:下载好了,解压压缩包。重新命名Material Theme

3:将解压的文件夹移动到

/Users/你的mac用户名/Library/Application Support/Sublime Text 3/Packages

或者不清楚的直接参照下面步骤也可以找的目录。

4)Preferences->Settings->User,配置主题。

具体配置:

{
    "caret_style": "phase",
    "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
    "font_face": "Source Code Pro",
    "font_size": 17,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "Vintage"
    ],
    "line_padding_bottom": 2,
    "line_padding_top": 2,
    "tab_size": 4,
    "theme": "Material-Theme.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true
}

5)保存退出即可。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章