Sublime text3 舒爽配置

安装 Theme - Soda

安装 sublime text 参考此处

Ctrl+Shift+P 搜索 install,选择 Package Control: Install Package,进入后输入 soda选择 Theme - Soda 安装。选择 Preferences -> Theme
Sublime text3 soda 主题
配色请下载: colour-schemes.zip,解压后放入 Packages/User 文件夹下。选择 Preferences -> Color Scheme
Sublime text3 soda 主题

附上安装的插件及配置文件

Sublime text3 舒爽配置

{
    "caret_style": "phase",
    "color_scheme": "Packages/User/colour-schemes/Monokai Soda.tmTheme",
    "default_encoding": "UTF-8",
    "default_line_ending": "unix",
    "font_face": "OperatorMono-Book",
    "font_size": 10,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "hot_exit": false,
    "ignored_packages":
    [
        "Vintage"
    ],
    "line_padding_bottom": 9,
    "line_padding_top": 9,
    "overlay_scroll_bars": "enabled",
    "remember_open_files": false,
    "rulers":
    [
        120,
        0
    ],
    "show_encoding": true,
    "show_line_endings": true,
    "soda_classic_tabs": true,
    "soda_folder_icons": true,
    "tabs_small": false,
    "theme": "Soda Dark 3.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true
}

另外 GIt 可以使用 Sublime Merge 配合使用哟~

本作品采用《CC 协议》,转载必须注明作者和本文链接
《L03 构架 API 服务器》
你将学到如 RESTFul 设计风格、PostMan 的使用、OAuth 流程,JWT 概念及使用 和 API 开发相关的进阶知识。
《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 Laravel 框架的设计哲学。
讨论数量: 0
(= ̄ω ̄=)··· 暂无内容!

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!