Theme - Glacier
Glacier is a flat, colorful theme/scheme combo for Sublime Text.
Details
Installs
- Total 54K
- Win 32K
- Mac 14K
- Linux 8K
Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 2 | 1 | 1 | 0 | 0 | 1 | 2 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 2 | 1 | 0 | 2 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 2 | 3 | 0 | 2 | 0 | 1 | 1 |
Mac | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 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.
(font shown in screenshots is Fira Code)
Install
Via Package Control
Theme is listed as Theme - Glacier
in Will Bond's Sublime Package Control.
Manual
- Download the .zip
- Unzip and rename the folder to
Theme - Glacier
- Copy the folder into
Packages
directory, which you can find using the menu itemPreferences -> 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
CSS
js
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
md
py
rst
sql
xml
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:
- Atom [UI Theme, Syntax Theme] (thanks to Matt Graham)
- Vim, Xcode, PuTTY, Terminal.app, IntelliJ, Terminator (thanks to Brian Ward)
- Visual Studio Code (thanks to Daniel Imms)
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.