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

  • 相关阅读:
    最小生成树之prim算法
    洛谷P1443 马的遍历【BFS】
    (四)学习CSS之position、bottom、left、right和top属性
    (三)学习CSS之opacity 属性
    (二)学习CSS之cursor属性
    (一)学习CSS之z-index属性
    (八)学习MVC之三级联动
    (七)学习MVC之CodeFirst迁移更新数据库
    (六)学习MVC之标签a提交页面
    (四)学习MVC之修改个人资料和身份验证登陆
  • 原文地址:https://www.cnblogs.com/gdpdroid/p/6741875.html
Copyright © 2011-2022 走看看