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)保存退出即可。

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