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

  • 相关阅读:
    设计模式之动态代理
    设计模式之单例模式
    WinDbg调试高内存的.Net进程Dump
    ping 和 远程桌面 与防火墙的关系
    log4net性能小探
    html页面缓存问题
    casperjs在拆分文件后的中文乱码问题的解决
    casperjs userAgent的一些问题
    浅谈并查集
    当你感到学习困难的时候,你在走上坡路!
  • 原文地址:https://www.cnblogs.com/gdpdroid/p/6741875.html
Copyright © 2011-2022 走看看