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

    输入一下

  • 相关阅读:
    mysql日期计算转换
    Mysql的DATE_FORMAT()日期格式转换
    JDBC连接池BoneCP
    JSP之三大指令
    JSP的三大指令 七大动作 九大对象
    JSP的语法
    orcale序列操作
    Orcale约束-------外键约束
    Orcale约束-------檢查約束
    Orcale约束-------主键约束
  • 原文地址:https://www.cnblogs.com/panqingqiang/p/theme-boxy.html
Copyright © 2011-2022 走看看