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

Halcyon Theme

Halcyon Theme for Sublime Text

Details

Installs

  • Total 3K
  • Win 2K
  • Mac 722
  • Linux 579
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 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 1 2 2 1 0 0 1 1 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0
Mac 0 0 0 1 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0
Linux 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 2 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0

Readme

Source
raw.​githubusercontent.​com

Halcyon

Halcyon Theme for Sublime Text

A minimal, dark blue theme for VS Code, Sublime Text, Atom, and more.

demo

Installation

Package Control

  1. Open package control ToolsCommand Palette and type Install Package
  2. Search for Halcyon and hit enter
  3. Then, open PreferencesSettings - User. Add the following lines.
"color_scheme": "Packages/Halcyon Theme/halcyon.tmTheme",
"theme": "halcyon.sublime-theme"
  1. Finally, restart Sublime for the Theme to be fully applied.

color_scheme defines how the code looks and theme defines how the sidebar, tabs, search, command palette work.

Manual Installation

  1. Clone or download this repo

    git clone git@github.com:bchiang7/Halcyon.git Halcyon\ Theme

  2. Make sure the downloaded folder is named Halcyon Theme. Don't forget the space!

  3. Move the Halcyon Theme folder inside your sublime Packages directory. Preferences > Browse packages...

  4. Then, open PreferencesSettings - User. Add the following lines.

"color_scheme": "Packages/Halcyon Theme/halcyon.tmTheme",
"theme": "halcyon.sublime-theme"
  1. Finally, restart Sublime for the theme to be fully applied.

Options

Sidebar Font Size

Change the sidebar's font size by using these settings in your user config:

"sidebar_font_small": true
"sidebar_font_large": true

Sidebar Padding

Adjust the sidebar's padding by using these settings in your user config:

"sidebar_small": true
"sidebar_large": true

Tab Size

Change the size of the tabs by using these settings in your user config:

"tabs_small": true
"tabs_large": true

Reference

Sublime UI Theme Reference

Sublime Color Scheme Reference

Sublime Scope Naming

Colors based on Ayu Mirage Theme

Shameless Plug

Halcyon is also available for Atom, VS Code, iTerm, and more! Check out all available options here.