zoukankan      html  css  js  c++  java
  • 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

    输入一下

  • 相关阅读:
    Gitee 码云 pages 搭建vue项目记录
    vscode 双击选中用中划线拼接的名称和几个常用的扩展
    在ios微信客户端遇到的坑,input等错位
    vscode管理员身份运行
    使用tcpdump测试反向代理和lvs的nat区别
    Linux配置snmp
    Nginx做web服务器反向代理
    centos7.1安装tomcat8
    kvm报错集
    lsof一些使用
  • 原文地址:https://www.cnblogs.com/panqingqiang/p/theme-boxy.html
Copyright © 2011-2022 走看看