{"id":17724702,"url":"https://github.com/igrmk/helsing","last_synced_at":"2026-02-21T20:35:08.126Z","repository":{"id":110677998,"uuid":"191645599","full_name":"igrmk/helsing","owner":"igrmk","description":"Color theme for JetBrains IDEs for working under the sunlight","archived":false,"fork":false,"pushed_at":"2025-07-05T13:55:39.000Z","size":401,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-05T15:05:15.882Z","etag":null,"topics":["dark-theme","jetbrains","theme"],"latest_commit_sha":null,"homepage":"","language":"Python","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/igrmk.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,"zenodo":null}},"created_at":"2019-06-12T21:13:36.000Z","updated_at":"2025-07-05T13:55:43.000Z","dependencies_parsed_at":"2025-06-14T16:34:07.163Z","dependency_job_id":"4fa24b36-5189-49bf-8f9b-4b28525a0f2c","html_url":"https://github.com/igrmk/helsing","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/igrmk/helsing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrmk%2Fhelsing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrmk%2Fhelsing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrmk%2Fhelsing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrmk%2Fhelsing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/igrmk","download_url":"https://codeload.github.com/igrmk/helsing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/igrmk%2Fhelsing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29692521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: 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":["dark-theme","jetbrains","theme"],"created_at":"2024-10-25T15:48:32.742Z","updated_at":"2026-02-21T20:35:08.106Z","avatar_url":"https://github.com/igrmk.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cimg src=\"images/pluginIcon_grey.svg\" width=\"23\" height=\"23\"\u003e\u0026ensp;Helsing\n==========================================================================\n\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/12553-helsing)](https://plugins.jetbrains.com/plugin/12553-helsing)\n\nThis is a dark color theme for JetBrains products for working under the sunlight.\nIt is designed to be visible even in enormously bright environment.\n\n\u003cimg src=\"images/screenshot.png\" width=\"400\"\u003e\n\n\nInstallation\n------------\n\nOpen __Settings__ of your IDE and install the plugin from __Plugins__ dialog.\nOr install it from here https://plugins.jetbrains.com/plugin/12553-helsing.\n\n\nTips for Working on Plain Air\n-----------------------------\n\n1. Wear dark.\n   Your screen will reflect your bright clothes.\n   Even a matte display won't help if the sun will be shining on your white T-shirt.\n2. Try to find a shadow.\n   But try to not use trees.\n   A lot of trees produce tiny drops of a resin.\n   They are hard to clean from your screen.\n3. Set the brightness level to the maximum.\n4. Have a cleaning cloth with you. A dust is very distracting in the sun.\n5. Try [garlic](https://github.com/igrmk/garlic) theme\n   for GNOME Terminal and [kitty](https://sw.kovidgoyal.net/kitty/).\n   Also try [hull](https://github.com/igrmk/kull-vim) theme for Vim.\n\n\nBuild\n-----\n\nThe page at https://plugins.jetbrains.com/docs/intellij/setting-up-theme-environment.html\ndescribes how to set up an environment for theme development.\nHere are some additional details to address potential questions:\n\n1. When adding the JDK as described in the page above, use JetBrains Runtime 17.\n2. As a JetBrains Toolbox user on macOS, my correct path to the IntelliJ Platform Plugin SDK\n   is `/Users/igrmk/Applications/IntelliJ IDEA Community Edition.app/Contents`.\n   The SDK should be added to the project, not the module.\n   You can do this via **File \u003e Project Structure \u003e Project Settings \u003e Project \u003e SDK**.\n   The module SDK is set to the Project SDK by default and should remain unchanged.\n\nTo build the plugin, select **Build \u003e Prepare Plugin Module 'Helsing' For Deployment**.\nAfter doing so, locate the **Helsing.jar** file in the project directory. This is the file to publish.\n\n\nSome Helpful Development Tips\n-----------------------------\n\n\n### Use UI Inspector\n\nThe UI Inspector displays extensive information for UI elements, similar to the Elements panel in Google Chrome Developer Tools.\nTo enable it, follow these steps:\n\n1. Enable internal mode: https://plugins.jetbrains.com/docs/intellij/enabling-internal.html\n\n2. Use the shortcut from here: https://plugins.jetbrains.com/docs/intellij/internal-ui-inspector.html\n\n\n### Useful Tables\n\nHere are the possible values for the `FONT_TYPE` attribute:\n\n| Value | Interpretation |\n|-------|----------------|\n| 0     | Normal         |\n| 1     | Bold           |\n| 2     | Italics        |\n| 3     | Bold italics   |\n\nHere are the possible values for the `EFFECT_TYPE` attribute:\n\n| Value | Interpretation   |\n|-------|------------------|\n| 0     | No effects       |\n| 1     | Underscored      |\n| 2     | Underwaved       |\n| 3     | Strikeout        |\n| 4     | Bold underscored |\n| 5     | Dotted line      |\n\n\n### JSON Schema for Themes\n\nYou can find an up-to-date description of theme attributes at this link:\n[metadata](https://github.com/JetBrains/intellij-community/blob/master/platform/platform-resources/src/themes/metadata).\nThe available keys are likely merged from all files in this directory.\nActually, the parent directory has many helpful examples as well.\nClone the repository and use those files as practical guidance.\n\nThanks To\n---------\n\n[![JetBrains](images/jetbrains.svg)](https://www.jetbrains.com/?from=helsing)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figrmk%2Fhelsing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figrmk%2Fhelsing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figrmk%2Fhelsing/lists"}