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

Theme - Glacier

Glacier is a flat, colorful theme/scheme combo for Sublime Text.

Details

  • 2019.12.08.17.17.58
  • github.​com
  • github.​com
  • 5 years ago
  • 2 hours ago
  • 11 years ago

Installs

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

Readme

Source
raw.​githubusercontent.​com

Glacier

Glacier is a flat, colorful theme/scheme combo for Sublime Text. It focuses on using saturated colors to introduce more contrast and visual interest compared to other flat approaches.

Glacier Screenshot (font shown in screenshots is Fira Code)

Color Palette

Install

Via Package Control

Theme is listed as Theme - Glacier in Will Bond's Sublime Package Control.

Manual

  1. Download the .zip
  2. Unzip and rename the folder to Theme - Glacier
  3. Copy the folder into Packages directory, which you can find using the menu item Preferences -> Browse Packages... in Sublime Text

Setup

Activate the UI theme and color scheme by modifying your user preferences file, which you can find using the menu item Preferences -> Settings - User in Sublime Text or cmd, on a Mac.

To change the color of the text input background, open Glacier.sublime-theme, search for “widget” and follow the comments.

Example settings

{
  "theme": "Glacier.sublime-theme",
  "color_scheme": "Packages/Theme - Glacier/glacier.sublime-color-scheme",
  // "color_scheme": "Packages/Theme - Glacier/glacier-legacy.tmTheme",
  "font_face": "Ubuntu Mono"
}

Color Scheme

The color scheme has been tested against many languages:

HTML

html

CSS

css

js

js

json

json

Key uses Hashed Syntax Highlighting. If you wish to disable this, create this file: Packages/Users/glacier-theme/glacier.sublime-color-scheme and add this in it:

{
  "rules": [
    {
      "name": "JSON - Keys",
      "scope": "source.json meta.mapping.key.json string.quoted.double.json",
      "foreground": "var(blue-bright-1)"
    }
  ]
}

lua

lua

md

md

py

py

rst

rst

sql

sql

xml

xml

yaml

yaml

Legacy

In case you were using this theme before 2019 and you prefer the original colors, you can activate glacier-legacy.tmTheme. But you will loose latest additions like “gutter line diff” and Markups colorization.

Other Editors

Glacier has been ported to:

Credits

Most icons are from the fantastic Spacegray by Gadzhi Kharkharov - the folder icon seen in the sidebar is from the talented Joe Harrison via the noun project.

Future Updates

This is my first time writing a theme/color scheme for Sublime, so I have much to learn. As I learn more about styling bits and pieces of the UI, I will make improvements. Please feel free to open issues as you see fit, fork and improve, or contact/follow me on Twitter.