ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Theme - Windows 10

by andreibsk ST3

Windows 10 inspired light theme for Sublime Text 3.

Labels theme

Details

Installs

  • Total 15K
  • Win 13K
  • Mac 803
  • Linux 2K
Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5
Windows 0 2 3 0 0 1 0 1 0 1 0 0 0 0 1 0 1 2 4 0 1 1 1 1 0 2 0 0 1 0 1 1 1 0 2 0 0 0 0 1 1 0 1 0 0 2
Mac 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 1 0 1 0 0 0 1 0 2 0 0 0 0 1 0 0 0 0 0 1 1 0

Readme

Source
raw.​githubusercontent.​com

Windows 10 Theme for Sublime Text 3

Windows 10 inspired light theme for Sublime Text 3.

Screenshot

Instalation

Easy installation using Package Control:

  • Select Package Control: Install Package from Sublime Text's quick panel (Ctrl+Shift+P)
  • Search the theme by its name and press enter to install

Manual installation

  • Download the zipped files from the release page or using GitHub's Donwload ZIP function
  • Unzip the files and rename the folder to Theme - Windows 10
  • Find your Packages directory using the menu item Preferences > Browse Packages...
  • Copy the folder into your Sublime Text Packages directory

Activate the theme

Activate the theme by setting the following entries in your settings file (Preferences > Settings User):

{
    "theme"       : "Windows 10.sublime-theme",
    "color_scheme": "Packages/Theme - Windows 10/Widget - Windows 10.tmTheme",
}

Configure the theme

Overview

{
    "theme"       : "Windows 10.sublime-theme",
    "color_scheme": "Packages/Theme - Windows 10/Widget - Windows 10.tmTheme",

    "theme_accent_color_58"        : true,
    "theme_default_selection_color": true,
    "theme_default_toggle_color"   : true,
    "theme_lightgray_sidebar"      : true,
    "theme_blue_folders"           : true,
}

Accent colors

It is recommended to select one of the predefined accent colors from the Settings app > Personalisation > Colors, and turn on the Show color on title bar feature. Additionally Sublime's menu can be hidden selecting View > Hide Menu (press Alt when you need to use the menu again).

Settings panel

Setting the accent color

Select the theme's accent color by setting theme_accent_color_<i><j> to true where i and j are the color's column and row number in the settings panel as pictured above.

e.g. "theme_accent_color_58": true,

Selection color

Set theme_default_selection_color to use a default explorer styled color for selected items instead of the chosen accent color.

"theme_default_selection_color": true,

Use default selection color

Toggle buttons color

To better distinguish the toggle status of the panel buttons with certain accent colors, an option has been included for using the default blue color instead of the chosen accent color.

"theme_default_toggle_color": true,

Default toggle color

Light gray sidebar

"theme_lightgray_sidebar": true,

Light gray sidebar

Blue folder icons

"theme_blue_folders": true,

Blue folder icons