第一步:打開編輯器輸入:ctrl+shift+p
出現以下對話框,輸入pcip,雙擊 Package Control:Install Package
這時候 左下角會顯示 加載 倉庫進度
過一會,出現這個對話框,這里可以搜索任何你想要的插件
輸入boxy,明顯第一個 是一個主題,雙擊安裝
出現這個界面,說明安裝成功
安裝完成后,做一下 配置
點擊編輯器 Preferences->setting
輸入以下代碼:
// Activation "color_scheme": "Packages/Boxy Theme/schemes/Boxy Monokai.tmTheme", "theme": "Boxy Monokai.sublime-theme",
// Settings "theme_accent_tangerine": true, "theme_autocomplete_item_selected_colored": true, "theme_bar_margin_top_sm": true, "theme_dropdown_atomized": true, "theme_find_panel_close_hidden": true, "theme_icon_button_highlighted": true, "theme_panel_switcher_atomized": true, "theme_quick_panel_item_selected_colored": true, "theme_quick_panel_size_md": true, "theme_scrollbar_colored": true, "theme_scrollbar_line": true, "theme_sidebar_close_always_visible": true, "theme_sidebar_folder_atomized": true, "theme_statusbar_size_md": true, "theme_tab_close_always_visible": true, "theme_tab_selected_overlined": true, "theme_tab_size_md": true

這時候主題已經換了

當然還有 更多主題 ,你可以去 github上,把需要的代碼復制在配置文件內
最后貼出本主題的地址:
https://github.com/ihodev/sublime-boxy
輸入一下