{"id":13674739,"url":"https://github.com/jolaleye/horizon-theme-vscode","last_synced_at":"2025-10-20T21:29:09.118Z","repository":{"id":49312514,"uuid":"145160441","full_name":"jolaleye/horizon-theme-vscode","owner":"jolaleye","description":":art: A beautifully warm dual theme for Visual Studio Code","archived":true,"fork":false,"pushed_at":"2021-11-29T15:08:38.000Z","size":1662,"stargazers_count":629,"open_issues_count":4,"forks_count":91,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-11T14:42:52.570Z","etag":null,"topics":["dark-theme","theme","vscode","vscode-theme"],"latest_commit_sha":null,"homepage":"https://horizontheme.netlify.com","language":"JavaScript","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/jolaleye.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-17T19:47:10.000Z","updated_at":"2024-11-05T14:17:54.000Z","dependencies_parsed_at":"2022-07-29T23:09:16.978Z","dependency_job_id":null,"html_url":"https://github.com/jolaleye/horizon-theme-vscode","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jolaleye%2Fhorizon-theme-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jolaleye%2Fhorizon-theme-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jolaleye%2Fhorizon-theme-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jolaleye%2Fhorizon-theme-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jolaleye","download_url":"https://codeload.github.com/jolaleye/horizon-theme-vscode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251330390,"owners_count":21572281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["dark-theme","theme","vscode","vscode-theme"],"created_at":"2024-08-02T11:00:58.804Z","updated_at":"2025-10-20T21:29:03.818Z","avatar_url":"https://github.com/jolaleye.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"horizon banner\" src=\"https://i.imgur.com/pwBUCSe.png\"\u003e\n\u003c/p\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003c!-- marketplace version --\u003e\n  \u003ca href=\"https://marketplace.visualstudio.com/items?itemName=jolaleye.horizon-theme-vscode\"\u003e\n    \u003cimg alt=\"marketplace version\" src=\"https://img.shields.io/vscode-marketplace/v/jolaleye.horizon-theme-vscode.svg?maxAge=3600\u0026style=for-the-badge\u0026labelColor=1C1E26\u0026color=F7B3A1\"\u003e\n  \u003c/a\u003e\n  \u003c!-- downloads --\u003e\n  \u003ca href=\"https://marketplace.visualstudio.com/items?itemName=jolaleye.horizon-theme-vscode\"\u003e\n    \u003cimg alt=\"downloads\" src=\"https://img.shields.io/visual-studio-marketplace/d/jolaleye.horizon-theme-vscode.svg?maxAge=3600\u0026style=for-the-badge\u0026labelColor=1C1E26\u0026color=F7B3A1\"\u003e\n  \u003c/a\u003e\n  \u003c!-- rating --\u003e\n  \u003ca href=\"https://marketplace.visualstudio.com/items?itemName=jolaleye.horizon-theme-vscode\"\u003e\n    \u003cimg alt=\"rating\" src=\"https://img.shields.io/visual-studio-marketplace/stars/jolaleye.horizon-theme-vscode.svg?maxAge=86400\u0026style=for-the-badge\u0026labelColor=1C1E26\u0026color=F7B3A1\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"preview\" src=\"https://raw.githubusercontent.com/jolaleye/horizon-theme-vscode/master/preview.png\" width=\"90%\"\u003e\n\u003c/p\u003e\n\n## Installation\n\n1. Open the **Extensions** sidebar in VS Code\n2. Search for `Horizon Theme`\n3. Click **Install**\n4. Open the **Command Palette** with `Ctrl+Shift+P` or `⇧⌘P`\n5. Select **Preferences: Color Theme** and choose a Horizon variant.\n6. Enjoy! 🎉 Also, check out some of the personalization options below...\n\n## Personalization\n\nTastes change all the time. Fortunately, VS Code makes it easy to customize just about every aspect of your editor.\nIf you want to change something, open the **Command Palette** and select **Preferences: Open Settings (JSON)**. Here, you can override VS Code's defaults or Horizon's colors.\nCheck out some of the personalization options below to customize Horizon to suit your taste.\n\n_For more info on theming, visit the [Theme Authoring Guide](https://code.visualstudio.com/api/extension-capabilities/theming) and [Theme Color Reference](https://code.visualstudio.com/api/references/theme-color)._\n\n### Contrast\n\nTo add a border between sections of the editor, add the following to your settings...\n\n```\n\"workbench.colorCustomizations\": {\n  \"contrastBorder\": \"#16161C\"\n}\n```\n\nOr for Bright variants...\n\n```\n\"workbench.colorCustomizations\": {\n  \"contrastBorder\": \"#1A1C231A\"\n}\n```\n\n### Italics\n\nThe normal theme only uses italics in a few places. If you would prefer no italics at all, you can configure this in your settings...\n\n```\n\"editor.tokenColorCustomizations\": {\n  \"textMateRules\": [\n    {\n      \"name\": \"No italics\",\n      \"scope\": [\"comment\", \"markup.quote\", \"variable.language\", \"variable.parameter\"],\n      \"settings\": {\n        \"fontStyle\": \"normal\"\n      }\n    }\n  ]\n}\n```\n\n### Tag Brackets `\u003c\u003e`\n\nFor gray rather than red brackets around HTML tags...\n\n```\n\"editor.tokenColorCustomizations\": {\n  \"textMateRules\": [\n    {\n      \"name\": \"Tag brackets\",\n      \"scope\": [\"punctuation.definition.tag\"],\n      \"settings\": {\n        \"foreground\": \"#BBBBBB\"\n      }\n    }\n  ]\n}\n```\n\n## Contributing\n\nCheck out the [contributing guide](CONTRIBUTING.md) to learn how you can report issues and help make changes.\n\nAlways be sure to follow the [Code of Conduct](CODE_OF_CONDUCT.md).\n\n## License\n\n[MIT](LICENSE) © [Jonathan Olaleye](https://github.com/jolaleye)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjolaleye%2Fhorizon-theme-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjolaleye%2Fhorizon-theme-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjolaleye%2Fhorizon-theme-vscode/lists"}