{"id":16236423,"url":"https://github.com/bchiang7/halcyon","last_synced_at":"2026-02-18T06:31:59.403Z","repository":{"id":91565409,"uuid":"76398126","full_name":"bchiang7/Halcyon","owner":"bchiang7","description":"Halcyon Theme for Sublime Text","archived":false,"fork":false,"pushed_at":"2020-08-26T19:26:41.000Z","size":4113,"stargazers_count":25,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-21T14:13:15.362Z","etag":null,"topics":["ayu","color-scheme","halcyon-theme","sublime-text","sublime-theme","theme","tmtheme"],"latest_commit_sha":null,"homepage":"https://packagecontrol.io/packages/Halcyon%20Theme","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bchiang7.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-13T21:03:11.000Z","updated_at":"2025-01-24T18:23:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbd1c7b8-66e2-4ba8-b1be-0a0f85f483fc","html_url":"https://github.com/bchiang7/Halcyon","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/bchiang7/Halcyon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchiang7%2FHalcyon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchiang7%2FHalcyon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchiang7%2FHalcyon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchiang7%2FHalcyon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bchiang7","download_url":"https://codeload.github.com/bchiang7/Halcyon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bchiang7%2FHalcyon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29570333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T06:19:27.422Z","status":"ssl_error","status_checked_at":"2026-02-18T06:18:44.348Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ayu","color-scheme","halcyon-theme","sublime-text","sublime-theme","theme","tmtheme"],"created_at":"2024-10-10T13:30:47.218Z","updated_at":"2026-02-18T06:31:59.378Z","avatar_url":"https://github.com/bchiang7.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Halcyon\" src=\"https://raw.githubusercontent.com/bchiang7/halcyon-vscode/master/images/logo.png\" width=\"100\" /\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Halcyon Theme for Sublime Text\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  A minimal, dark blue theme for VS Code, Sublime Text, Atom, and more.\n\u003c/p\u003e\n\n![demo](https://raw.githubusercontent.com/bchiang7/Halcyon/master/images/demo.png)\n\n## Installation\n\n### Package Control\n\n1.  Open package control `Tools` → `Command Palette` and type `Install Package`\n2.  Search for Halcyon and hit enter\n3.  Then, open `Preferences` → `Settings - User`. Add the following lines.\n\n```json\n\"color_scheme\": \"Packages/Halcyon Theme/halcyon.tmTheme\",\n\"theme\": \"halcyon.sublime-theme\"\n```\n\n4.  Finally, restart Sublime for the Theme to be fully applied.\n\n`color_scheme` defines how the code looks and `theme` defines how the sidebar, tabs, search, command palette work.\n\n### Manual Installation\n\n1.  Clone or download this repo\n\n    `git clone git@github.com:bchiang7/Halcyon.git Halcyon\\ Theme`\n\n1.  Make sure the downloaded folder is named `Halcyon Theme`. Don't forget the space!\n1.  Move the `Halcyon Theme` folder inside your sublime `Packages` directory. `Preferences \u003e Browse packages...`\n1.  Then, open `Preferences` → `Settings - User`. Add the following lines.\n\n```json\n\"color_scheme\": \"Packages/Halcyon Theme/halcyon.tmTheme\",\n\"theme\": \"halcyon.sublime-theme\"\n```\n\n1.  Finally, restart Sublime for the theme to be fully applied.\n\n## Options\n\n### Sidebar Font Size\n\nChange the sidebar's font size by using these settings in your user config:\n\n```json\n\"sidebar_font_small\": true\n\"sidebar_font_large\": true\n```\n\n### Sidebar Padding\n\nAdjust the sidebar's padding by using these settings in your user config:\n\n```json\n\"sidebar_small\": true\n\"sidebar_large\": true\n```\n\n### Tab Size\n\nChange the size of the tabs by using these settings in your user config:\n\n```json\n\"tabs_small\": true\n\"tabs_large\": true\n```\n\n## Reference\n\n[Sublime UI Theme Reference](https://www.sublimetext.com/docs/3/themes.html)\n\n[Sublime Color Scheme Reference](http://docs.sublimetext.info/en/latest/reference/color_schemes.html)\n\n[Sublime Scope Naming](https://www.sublimetext.com/docs/3/scope_naming.html)\n\nColors based on [Ayu Mirage Theme](https://github.com/dempfi/ayu)\n\n## Shameless Plug\n\nHalcyon is also available for Atom, VS Code, iTerm, and more! Check out all available options [here](https://brittanychiang.com/halcyon-site/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbchiang7%2Fhalcyon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbchiang7%2Fhalcyon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbchiang7%2Fhalcyon/lists"}