Halcyon Theme
Halcyon Theme for Sublime Text
Details
Installs
- Total 3K
- Win 2K
- Mac 753
- Linux 594
Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Mac | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 1 | 1 | 1 | 1 | 2 | 0 | 0 |
Linux | 0 | 0 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Halcyon Theme for Sublime Text
A minimal, dark blue theme for VS Code, Sublime Text, Atom, and more.
Installation
Package Control
- Open package control
Tools
→Command Palette
and typeInstall Package
- Search for Halcyon and hit enter
- Then, open
Preferences
→Settings - User
. Add the following lines.
"color_scheme": "Packages/Halcyon Theme/halcyon.tmTheme",
"theme": "halcyon.sublime-theme"
- 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
Clone or download this repo
git clone git@github.com:bchiang7/Halcyon.git Halcyon\ Theme
Make sure the downloaded folder is named
Halcyon Theme
. Don't forget the space!Move the
Halcyon Theme
folder inside your sublimePackages
directory.Preferences > Browse packages...
Then, open
Preferences
→Settings - User
. Add the following lines.
"color_scheme": "Packages/Halcyon Theme/halcyon.tmTheme",
"theme": "halcyon.sublime-theme"
- 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 Color Scheme Reference
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.