sublime3更换主题,主题推荐
Posted 小新新2015
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sublime3更换主题,主题推荐相关的知识,希望对你有一定的参考价值。
第一步:打开编辑器输入: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
输入一下
以上是关于sublime3更换主题,主题推荐的主要内容,如果未能解决你的问题,请参考以下文章