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

哥谭主题

0xhjohnson ST3

深邃的Sublime Text 3 UI主题

详细信息

安装

  • 总计 6K
  • Win 3K
  • Mac 1K
  • Linux 1K
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 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1
Mac 1 1 1 1 0 0 0 1 1 0 0 1 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 0 0 0 0 0 0 0
Linux 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 1 0 0 0 1 0 0 0 0 0 0 0

说明文件

源代码
raw.​githubusercontent.​com

曙光前的夜晚最为深沉。我向你保证,曙光就要到来。

哥谭是一个非常深的Sublime Text 3 UI主题。我试图制作出受我的首选配色方案'哥谭'启发的主题。敬请欣赏!

Sublime Text 3 UI主题

主要基于arvi的Agila主题所做的出色工作。


屏幕截图

您可以通过参考本说明文档的设置部分,自定义UI以满足你自己的喜好(例如,使用配色方案的背景、侧边栏、标签页、自动完成和滚动条设置/颜色偏好来伪装工作空间)

以下屏幕截图使用的字体面: Adobe Source Code Pro

哥谭主题


如何安装

轻松方式-即将推出

通过软件包控制,其中哥谭主题列表为哥谭主题

  1. 使用菜单项工具 -> 命令面板...打开命令面板
  2. 选择软件包控制:安装软件包
  3. 查找哥谭主题并按*Enter
冒险方式

通过手动安装主题。

  1. 下载最新版本的.zip文件
  2. 解压并将文件夹重命名为Gotham-Theme
  3. 哥谭主题*文件夹移动到 Packages 目录内(*首选项 > 浏览软件包...)

常规方式激活主题

通过用户首选项文件(Sublime Text -> 首选项 -> 设置 - 用户)。设置完成后,不要忘记强烈建议重启Sublime Text编辑器以便更改生效。

默认主题
"theme": "Gotham.sublime-theme",
"color_scheme": "Packages/Gotham Theme/Gotham.tmTheme",

注意:您可以通过添加

"indent_guide_options":
[
    "draw_normal",
    "draw_active"
],

图标

本主题使用A File Icon软件包来显示文件图标。请安装该软件包并重启Sublime。

设置

我已经使一些UI组件可定制 | 图标颜色,侧边栏项等。

主题覆盖

基于主题方案背景覆盖默认主题的侧边栏、滚动条和标签页背景

"theme_gotham_camouflage": true,

仅基于主题方案背景覆盖默认主题的侧边栏和标签页背景

"theme_gotham_camouflage_semi": true,
侧边栏紧凑树结构 - 没有缩进
"theme_gotham_compact_sidebar": true,
侧边栏树的大小(默认:中等)
"theme_gotham_sidebar_mini": true,
"theme_gotham_sidebar_xsmall": true,
"theme_gotham_sidebar_small": true,
"theme_gotham_sidebar_medium": true,
"theme_gotham_sidebar_large": true,
侧边栏标题(默认:基于主题的颜色)
"theme_gotham_sidebar_heading_white": true,
"theme_gotham_sidebar_heading_gray": true,
"theme_gotham_sidebar_heading_cyan": true,
"theme_gotham_sidebar_heading_yellow": true,
"theme_gotham_sidebar_heading_desaturated": true,
侧边栏条目/项字体大小(默认:13)
"theme_gotham_sidebar_font_xsmall": true, //font-size: 11
"theme_gotham_sidebar_font_small": true, //font-size: 12
"theme_gotham_sidebar_font_big": true, //font-size: 14
侧边栏选中条目/项(默认:无饱和度)
"theme_gotham_sidebar_selected_entry_white": true,
"theme_gotham_sidebar_selected_entry_gray": true,
"theme_gotham_sidebar_selected_entry_cyan": true,
"theme_gotham_sidebar_selected_entry_yellow": true,
"theme_gotham_sidebar_selected_entry_desaturated": true,
侧边栏浅色图标(默认:深色)
"theme_gotham_sidebar_light_icons": true,
紧凑标签 - 减少标签高度
"theme_gotham_compact_tab": true,
活动标签 - 文本颜色(默认:无饱和度)
"theme_gotham_active_tab_entry_white": true,
"theme_gotham_active_tab_entry_gray": true,
"theme_gotham_active_tab_entry_cyan": true,
"theme_gotham_active_tab_entry_yellow": true,
"theme_gotham_active_tab_entry_desaturated": true,
修改过标签 - 图标标记颜色(默认:青色)
"theme_gotham_modified_tab_marker_white": true,
"theme_gotham_modified_tab_marker_gray": true,
"theme_gotham_modified_tab_marker_cyan": true,
"theme_gotham_modified_tab_marker_yellow": true,
"theme_gotham_modified_tab_marker_desaturated": true,
自动补全 - 关键词颜色(默认:无饱和度)
"theme_gotham_auto_complete_white": true,
"theme_gotham_auto_complete_gray": true,
"theme_gotham_auto_complete_cyan": true,
"theme_gotham_auto_complete_yellow": true,
"theme_gotham_auto_complete_desaturated": true,
滚动条颜色(默认:主题基于颜色)
"theme_gotham_vertical_scrollbar_white": true,
"theme_gotham_horizontal_scrollbar_white": true,

"theme_gotham_vertical_scrollbar_gray": true,
"theme_gotham_horizontal_scrollbar_gray": true,

"theme_gotham_vertical_scrollbar_cyan": true,
"theme_gotham_horizontal_scrollbar_cyan": true,

"theme_gotham_vertical_scrollbar_yellow": true,
"theme_gotham_horizontal_scrollbar_yellow": true,

"theme_gotham_vertical_scrollbar_desaturated": true,
"theme_gotham_horizontal_scrollbar_desaturated": true,
滚动条粗细(默认:4)
"theme_gotham_vertical_scrollbar_thickest": true,   //width: 6
"theme_gotham_horizontal_scrollbar_thickest": true,

"theme_gotham_vertical_scrollbar_thicker": true,   //width: 5
"theme_gotham_horizontal_scrollbar_thicker": true,

"theme_gotham_vertical_scrollbar_thinner": true,    //width: 3
"theme_gotham_horizontal_scrollbar_thinner": true,

"theme_gotham_vertical_scrollbar_thinnest": true,   //width: 2
"theme_gotham_horizontal_scrollbar_thinnest": true,

"theme_gotham_vertical_scrollbar_invisible": true,  //width:  0
"theme_gotham_horizontal_scrollbar_invisible": true,