ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

工业编码主题

作者: zaizupro ST3

适用于工业编码的Hyper Super Duper Sublime Text 3主题。

详细信息

  • 0.1.1
  • github.com
  • github.com
  • 6年前
  • 1小时前
  • 6年前

安装量

  • 总数 3K
  • Win 2K
  • Mac 502
  • Linux 684
8月6日 8月5日 8月4日 8月3日 8月2日 8月1日 7月31日 7月30日 7月29日 7月28日 7月27日 7月26日 7月25日 7月24日 7月23日 7月22日 7月21日 7月20日 7月19日 7月18日 7月17日 7月16日 7月15日 7月14日 7月13日 7月12日 7月11日 7月10日 7月9日 7月8日 7月7日 7月6日 7月5日 7月4日 7月3日 7月2日 7月1日 6月30日 6月29日 6月28日 6月27日 6月26日 6月25日 6月24日 6月23日
Windows 1 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
Mac 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0
Linux 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

README

源码
raw.githubusercontent.com

License Downloads Package Control

工业编码主题

industrial_coding是Sublime Text 3的一个简约暗色主题。它也是一个语法配色方案。


设计与颜色


supableak

industrial_coding_gif

安装

通过包控制

  1. 请确保您已经安装了包控制
  2. 从命令面板中选择安装软件包(从主菜单的工具 > 命令面板或按cmd/ctrl + shift + p)。
  3. 选择工业编码主题并按Enter

或手动安装

  • 使用菜单项首选项 -> 浏览包...查找您的'软件包'目录。
  • 下载GitHub .zip
  • 将文件解压到您的Sublime Text Packages/User/目录。

  • 将存储库git clone https://github.com/zaizupro/industrial-coding-theme.git克隆到您的Sublime Text Packages/User/目录。

激活

通过命令面板(推荐)

通过工具 > 命令面板(或按cmd/ctrl + shift + p)打开命令面板,并输入ICT: Activate theme

通过首选项

通过修改用户首选项文件激活此主题和配色方案,您可以在Sublime Text -> 首选项 -> 设置 - 用户菜单项中找到此文件。

然后添加以下代码设置。

普通颜色

"theme": "industrial_coding.sublime-theme",
    "color_scheme": "Packages/User/industrial-coding-theme/industrial_coding_normal.tmTheme"

bleak颜色

"theme": "industrial_coding.sublime-theme",
    "color_scheme": "Packages/User/industrial-coding-theme/industrial_coding_bleak.tmTheme"

对于supableak主题

"theme": "industrial_coding.sublime-theme",
"color_scheme": "Packages/User/industrial-coding-theme/industrial_coding_supableak.tmTheme",

配置

设置

"mouse_wheel_switches_tabs":    true, // comment

    "font_terminus":                true, // set custom font and size for elements
                                          // marked as "MARKER FOR REPLACING WITH UR FONT"
                                          // in 'industrial_coding.sublime-theme' file
                                          // default - Terminus

    "show_tab_close_buttons":       true, // show x on tabs

    "bold_folder_labels":           true, // bold font on sidebar folders labels

    "bold_sidebar_labels":          true, // bold font on sidebar entry labels

    "sidebar_font_nobold":          true, // no-bold font in side bar

    "statusbar_big_bold":           true, // big bold status bar font for terminus

    "sidebar_no_icon":              true, // deprecated

    "folder_no_icon":               true, // show/hide folder icon in side bar

许可证

版权©2018 ZaizuPro

有关详细信息,请参阅许可协议