主题 - itg.flat
适用于Sublime Text,支持Retina和非Retina的扁平化主题。
标签 主题
详细信息
安装次数
- 总数 119K
- Win 68K
- Mac 35K
- Linux 17K
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日 | 6月22日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 2 | 1 | 0 | 2 | 1 | 0 | 1 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 2 | 0 | 2 | 2 | 2 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 0 |
Mac | 1 | 1 | 2 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 |
Linux | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
Readme
主题 - itg.flat
注意:目前正在寻找该软件包的新维护者。目前未维护。
更新:现在支持Sublime Text 2和3。
这就是它
我的扁平、高清友好、Sublime主题。它有深色和浅色两种样式。在接下来的几周内,我将添加更多的色彩变化,敬请关注。《了解详情 更多关于
安装非常简单。一旦您已安装包控制,只需按照以下说明操作。
希望您喜欢它。我很愿意听到您的想法。
深色
浅色
安装
使用Sublime Package Control
如果您使用sublime package control,可以直接从“包控制:安装包”菜单项安装。
该主题在软件包列表中列为了“主题 - itg.flat”。
开启主题
要开启主题并调整主题设置,请编辑您的Preferences.sublime-settings
文件
// for a dark theme use:
"theme": "itg.flat.dark.sublime-theme"
// for a light theme use:
"theme": "itg.flat.light.sublime-theme"
// additional (dark) color options
"theme": "itg.flat.dark.aqua.sublime-theme"
"theme": "itg.flat.dark.blue.sublime-theme"
"theme": "itg.flat.dark.green.sublime-theme"
"theme": "itg.flat.dark.orange.sublime-theme"
"theme": "itg.flat.dark.yellow.sublime-theme"
// additional (light) color options
"theme": "itg.flat.light.aqua.sublime-theme"
"theme": "itg.flat.light.blue.sublime-theme"
"theme": "itg.flat.light.green.sublime-theme"
"theme": "itg.flat.light.orange.sublime-theme"
"theme": "itg.flat.light.yellow.sublime-theme"
开启自定义语法高亮显示
从“首选项 > 颜色方案 > 主题 - itg.flat”中选择一个主题,或将其添加到您的Preferences.sublime-settings
文件中
或添加以下内容到您的Preferences.sublime-settings
文件中
// for a dark theme use:
"color_scheme": "Packages/Theme - itg.flat/itg.dark.tmTheme",
// for a light theme use:
"color_scheme": "Packages/Theme - itg.flat/itg.light.tmTheme",
额外的设置
// small tabs
"itg_small_tabs": true
// Sidebar padding options
"itg_sidebar_tree_xsmall": true
"itg_sidebar_tree_small": true
"itg_sidebar_tree_medium": true
"itg_sidebar_tree_large": true
"itg_sidebar_tree_xlarge": true
// Scrollbar size options
"itg_scrollbar_small": true
"itg_scrollbar_medium": true
// if the scrollbar options aren't working, try setting the following
"overlay_scroll_bars": "disabled"
贡献
- 分支此repo
- 运行
npm install
- 编辑现有的
src/colors/**/*.js
文件或创建一个新文件 - 运行
gulp compile
- 运行
npm test
并验证所有测试都通过 - 向开发分支提交pull请求
注意:如果向
itg.flat.mustache
添加任何内容,请确保也将这些更新添加到test/templates/
文件夹中的文件中。
测试
- 分支此repo
- 运行
npm install
- 运行
npm test