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

Theme - Alpenglow

Spiritual successor to @yabatadesign's Afterglow theme for Sublime Text 2/3

Labels theme

Details

Installs

  • Total 34K
  • Win 22K
  • Mac 6K
  • Linux 6K
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 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4
Windows 0 0 3 1 2 3 2 1 2 0 0 0 2 1 1 1 2 3 7 4 3 1 2 1 2 2 7 3 3 2 1 3 2 4 3 5 2 1 3 2 3 3 3 0 2
Mac 0 0 0 0 1 0 4 1 1 0 0 2 0 2 1 1 0 1 0 0 4 1 0 1 0 1 3 2 1 0 0 3 1 1 0 0 0 0 1 1 2 0 0 0 1
Linux 0 0 0 0 2 0 3 2 0 0 4 1 0 0 1 2 1 1 1 2 1 0 1 1 0 0 0 1 0 0 2 0 0 0 0 2 0 0 1 1 1 0 1 2 1

Readme

Source
raw.​githubusercontent.​com

Alpenglow

Alpenglow is the spiritual successor to the Afterglow theme, a minimal dark UI theme and syntax color scheme for Sublime Text 2 and 3. The theme is based on the Spacegray theme. The syntax color scheme is mostly derived from idlefingers.

Special thanks to the following contributors:

  • José María Clemente @YabataDesign for designing the original Afterglow theme this is based on.
  • Max Riveiro @kavu for adding a lot of icons for sidebar to this repository.
  • @vikjam for their work in maintaining the Afterglow theme.

Table of Contents

Design & Colors

Alpenglow default

Alpenglow

Alpenglow blue

Alpenglow blue

Alpenglow magenta

Alpenglow magenta

Alpenglow orange

Alpenglow orange

Alpenglow green

Alpenglow green

The font used in the screenshots is Source Code Pro.

Installation

Package Control

The easiest way to install is using Sublime Package Control.

  • Open Command Palette using menu item Tools -> Command Palette..., or Cmd+Shift+P (OS X) Ctrl+Shift+P (Win/Linux)
  • Type Package Control: Install Package
  • Search Theme - Alpenglow

Git Installation

Locate your Sublime Text Packages directory by using the menu item Preferences -> Browse Packages....

Then, clone the repository using this command:

git clone https://github.com/AlpenglowTheme/alpenglow-theme/ "Theme - Alpenglow"

Manual installation

  • Download the GitHub .zip
  • Unzip the files and rename the folder to Theme - Alpenglow
  • Find your Packages directory using the menu item Preferences -> Browse Packages...
  • Copy the folder into your Sublime Text Packages directory.

Activating the Theme

Activate this theme and color scheme by modifying your user preferences file, which you can find using the menu item Sublime Text -> Preferences -> Settings - User.

Then add the following code settings, depending on the theme you choose. (After activating the theme, you must restart Sublime Text.)

Settings for Alpenglow

{
    "theme": "Alpenglow.sublime-theme",
    "color_scheme": "Packages/Theme - Alpenglow/Alpenglow.tmTheme"
}

Settings for Alpenglow-blue

{
    "theme": "Alpenglow-blue.sublime-theme",
    "color_scheme": "Packages/Theme - Alpenglow/Alpenglow.tmTheme"
}

Settings for Alpenglow-magenta

{
    "theme": "Alpenglow-magenta.sublime-theme",
    "color_scheme": "Packages/Theme - Alpenglow/Alpenglow.tmTheme"
}

Settings for Alpenglow-orange

{
    "theme": "Alpenglow-orange.sublime-theme",
    "color_scheme": "Packages/Theme - Alpenglow/Alpenglow.tmTheme"
}

Settings for Alpenglow-green

{
    "theme": "Alpenglow-green.sublime-theme",
    "color_scheme": "Packages/Theme - Alpenglow/Alpenglow.tmTheme"
}

Configuration

Sidebar icons

Alpenglow theme support sidebar icons.

Alpenglow sidebar icons

Don't like the icons? Just add this to your preferences file Sublime Text -> Preferences -> Settings - User:

{
    "sidebar_no_icon": true
}

Don't like the folder icon? Just add this to your preferences file Sublime Text -> Preferences -> Settings - User:

{
    "folder_no_icon": true
}

Tab Height Size Options

Alpenglow Tabs

You can change the height of the file tabs (medium or small) by adding either to your preferences file Sublime Text -> Preferences -> Settings - User:

{
    "tabs_medium": true
}

or

{
    "tabs_small": true
}

Sidebar Size Options

You can change the font size of the sidebar and the row padding.

Sidebar font size

Alpenglow Sidebar Size

To change the font size (12, 13 or 14; default size is 11), you must add this to your preferences file Sublime Text -> Preferences -> Settings - User:

{
    "sidebar_size_12": true
}

or

{
    "sidebar_size_13": true
}

or

{
    "sidebar_size_14": true
}

Sidebar row padding size

Alpenglow Sidebar Row Padding

To change the row padding (medium or large), you must add this to your preferences file Sublime Text -> Preferences -> Settings - User:

{
    "sidebar_row_padding_medium": true
}

or

{
    "sidebar_row_padding_large": true
}

Status bar brighter

Alpenglow Status bar brighter

If you prefer that the status bar has a brighter color, you have to add this in your user preferences file Sublime Text -> Preferences -> Settings - User:

{
    "status_bar_brighter": true
}

Color inactive tabs

Alpenglow Color inactive tabs

You can highlight the color of inactive tabs, adding this to the user preferences file Sublime Text -> Preferences -> Settings - User:

{
    "color_inactive_tabs": true
}

Horizontal padding tabs

Alpenglow Horizontal padding tabs

Through the user preferences file, you can modify the horizontal padding of tabs. It works on all three types of height tabs (default, “tabs_medium” and “tabs_small”).

You must add this to your user preferences file Sublime Text -> Preferences -> Settings - User:

{
    "tabs_padding_medium": true
}

or

{
    "tabs_padding_small": true
}

Non-italic tab labels on Windows

Alpenglow tabs not italic

On Windows, tab labels are displayed in italic font. If you don't like that, you can add this to the user preferences file Sublime Text -> Preferences -> Settings - User:

{
    "tabs_label_not_italic": true
}

Color schemes

Alpenglow - Monokai

Alpenglow Monokai

Besides color scheme by default, you can use the color scheme Alpenglow - Monokai based on the original Monokai, slightly modified to be consistent with the Theme colors.

You must add this in your user preferences file Sublime Text -> Preferences -> Settings - User:

{
    "color_scheme": "Packages/Theme - Alpenglow/Alpenglow-monokai.tmTheme"
}

Alpenglow - Twilight

Alpenglow Twilight

If you prefer, you can use the color scheme Alpenglow - Twilight (very slightly modified from the original), adding this to the user preferences file Sublime Text -> Preferences -> Settings - User:

{
    "color_scheme": "Packages/Theme - Alpenglow/Alpenglow-twilight.tmTheme"
}

Markdown

Alpenglow markdown

This color scheme support Github Flavored Markdown.

To enable Alpenglow for Markdown

(I highly recommend installing Sublime Markdown Extending plugin.)

First, open a markdown(.md) file, then navigate to Sublime Text -> Preferences -> Settings - More -> Syntax Specific - User in the menu bar.

Add to your current settings or replace with the following:

{
    "color_scheme": "Packages/Theme - Alpenglow/Alpenglow-markdown.tmTheme",
    "draw_centered": true,
    "draw_indent_guides": false,
    "trim_trailing_white_space_on_save": false,
    "word_wrap": true,
    "wrap_width": 80  // Sets the # of characters per line
}

Dock Icon

You can also download a replacement icon for Sublime Text here.

Sublime Text icon

Retina Resolution UI

Alpenglow Theme supports retina/HiDPI displays.