I fell in love with the Halcyon colour scheme, so I decided to port it to my favourite notetaking app, Obsidian. Halcyon is dark-mode only.
You can install Halcyon through Obsidian, or manually.
- Go to
settings > appearance
. - Click Manage next to Themes.
- Search for Halcyon (make sure you can see dark-mode themes).
- Click Install and use.
- Enjoy using my favourite theme! 🥳
Note: manually installed themes do not get updated automatically. You should prefer installing through obsidian if possible.
- Download the latest release as ZIP file.
- Extract the folder into your vault's
.obsidian/themes
folder. - Go to
settings > appearance
. - Select Halcyon from the dropdown list.
- Enjoy using my favourite theme! 🥳
- Chetachi's Highlightr plugin: when selecting
css-classes
as option, it will by default use the Halcyon colors for its highlights.
As of version 0.0.4
there is now a basic support for style settings.
This version is still work in progress and unreleased, but the code has been pushed to git.
There are a few limitations that are outside of my control as theme developer. Here's a list of them.
- Putting a codeblock (
```language
) inside a quote>
is not recognized by the underlying parser. - We cannot style a
dataviewjs
codeblock from the Dataview plugin the same way as normaljs
, because the underlying parser doesn't recognize it asjavascript
.
Did you find more issues? Let me know by making an issue!
Feel like making Halcyon even better? Have a look at the issues with the accepting PRs
label here.
If an issue does not have that label, but it's something you want in the theme, make sure to ping me on the issue. It would be a shame if you spent your time on something that clashes with my vision for Halcyon.
To build the theme, use npm run build
. This will do the following:
- Run the linter
npm run lint
. - Compile scss to css for both the theme and publish
npm run compile
. - Merge in style settings and the license file
npm run merge
.
For more details, see package.json
.
This theme is released under the MIT License.
This theme would never have seen its conception, if not for the following people:
- Brittany Chiang, for creating the Halcyon theme with a permissive license (MIT)!
- Discord user sailKite, for surprising me with a first version of the theme out of the blue. Thank you!
- Many members of the OMG discord who have gone through many dark magics to help me fix my selectors and issues I had while creating the theme.
Version 0.0.4 (work in progress):
- Add Style Settings support.
- Add Obsidian Publish support (thanks @Sigrunixia)!.
Version 0.0.3:
- Fix inaccurate HSL variables; this was the cause for #4.
- Fix cascading issues from inaccurate HSL variables.
Version 0.0.2:
- Fix: Hovering headers in tables that are in a callout. See #3.
Version 0.0.1:
- Github repository has been made public.