Halcyon Theme
Halcyon Theme for Sublime Text
Details
Installs
- Total 3K
- Win 2K
- Mac 759
- Linux 600
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 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 | 1 | 0 |
Linux | 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 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
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.