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

  • 相关阅读:
    C++ 共用体
    C++ 作用域内枚举
    C++ 作用域为类的常量
    C++ 类作用域
    C++ 对象数组
    C++ this指针
    C++ const成员函数
    C++ 对象的初始化和赋值
    C++ 析构函数
    乌班图 之 apt命令 及 VMware共享文件夹
  • 原文地址:https://www.cnblogs.com/gdpdroid/p/6741875.html
Copyright © 2011-2022 走看看