zoukankan      html  css  js  c++  java
  • Sublime Theme

    Package Control Messages
    ========================

    Theme - Spacegray
    -----------------

    Thanks for installing Spacegray!


    How to activate
    ===============

    Activate the UI theme and color scheme by modifying your user preferences file, which you can find using the menu item `Sublime Text -> Preferences -> Settings - User` (⌘+, on Mac).

    Spacegray comes in different flavors, based on Base16 color schemes. You can choose whichever flavor you like, but don't forget to change *both* color scheme and UI theme so they match.

    *Note: Don't forget to restart Sublime Text after activating the theme.*


    Spacegray
    ---------

    Default flavor based on Base16 Ocean Dark color scheme.

    *Example settings*

    {
    "theme": "Spacegray.sublime-theme",
    "color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme"
    }


    Spacegray Light
    ---------------

    Light variation based on Base16 Ocean Light color scheme.

    *Example settings*

    {
    "theme": "Spacegray Light.sublime-theme",
    "color_scheme": "Packages/Theme - Spacegray/base16-ocean.light.tmTheme"
    }


    Spacegray Eighties
    ------------------

    A variation based on Base16 Eighties Dark color scheme.

    *Example settings*

    {
    "theme": "Spacegray Eighties.sublime-theme",
    "color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme"
    }


    *Note: Don't forget to restart Sublime Text after activating the theme.*

    Other Settings:

    "highlight_line": true,
    "spacegray_sidebar_font_xlarge": true,
    "spacegray_sidebar_tree_large": true,
    "spacegray_tabs_auto_width": true,
    "spacegray_tabs_font_large": true,
    "spacegray_tabs_xlarge": true,
    "line_padding_bottom": 3,
    "line_padding_top": 3

  • 相关阅读:
    值得收藏的14款响应式前端开发框架
    简单几步把LOGO变字体
    7 款免费的 Metro UI 模板
    JPG渐进 & PNG/PNG24 交错测试
    你的钱,以后是放银行还是放支付宝?
    Bise IE6 在你的网站上加上它让IE滚蛋吧
    单例模式常见场景
    10 个最新的开发者工具
    大流量网站的底层系统架构
    DNS解析全过程及原理
  • 原文地址:https://www.cnblogs.com/gdpdroid/p/6741875.html
Copyright © 2011-2022 走看看