{"id":22954463,"url":"https://github.com/offdroid/vim-hi-hue","last_synced_at":"2026-05-05T12:32:52.085Z","repository":{"id":191190051,"uuid":"325600050","full_name":"offdroid/vim-hi-hue","owner":"offdroid","description":"Preview hex color under the cursor preview with a hue light for VIM","archived":false,"fork":false,"pushed_at":"2020-12-31T15:33:50.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T15:45:08.361Z","etag":null,"topics":["hue","hue-api","hue-lights","nvim","vim"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/offdroid.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}},"created_at":"2020-12-30T16:41:40.000Z","updated_at":"2020-12-31T15:35:25.000Z","dependencies_parsed_at":"2023-08-28T17:54:51.500Z","dependency_job_id":null,"html_url":"https://github.com/offdroid/vim-hi-hue","commit_stats":null,"previous_names":["offdroid/vim-hi-hue"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offdroid%2Fvim-hi-hue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offdroid%2Fvim-hi-hue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offdroid%2Fvim-hi-hue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offdroid%2Fvim-hi-hue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/offdroid","download_url":"https://codeload.github.com/offdroid/vim-hi-hue/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246731578,"owners_count":20824568,"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":["hue","hue-api","hue-lights","nvim","vim"],"created_at":"2024-12-14T16:17:51.310Z","updated_at":"2026-05-05T12:32:47.036Z","avatar_url":"https://github.com/offdroid.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HiHue (or HighlightHue)\nPreview the color under the cursor with a hue light\n\n## Installation\nMake sure that `phue` is installed, if not\n```\npip install --user phue\n```\nThen add the plugin to your vimrc; here shown for Vundle\n```vimscript\nPlugin 'offdroid/vim-hi-hue'\n```\nand install with `:PluginInstall` or equivalent of your plugin manager.\n\nNext we need to connect to the bridge.\nIt is possible to configure your Hue bridge via variables, otherwise you need to specify them at runtime as arguments of the following command\n```\n:HiHueConnect \u003cip\u003e \u003clight_name\u003e\n```\nThis command has to be run at least once to pair/register the bridge.\nWhen registering a new bridge make sure to _press the button before_ running `:HiHueConnect`.\nIf HiHue is not disabled at start it will auto-connect the next time.\n\n## Configuration\n\n### Options\n```vimscript\nlet g:hiHue#disableAtStart = 0\nlet g:hiHue#bridgeIp = '192.168.1.2'\nlet g:hiHue#lightName = 'My light'\nlet g:hiHue#fallbackIfNotOverColor = 1\nlet g:hiHue#fallbackColor = '#000000'\nlet g:hiHue#maxBrightness = 1.0\nlet g:hiHue#minBrightness = 0.0\n```\n\n### Commands\n\nCurrently, implemented commands:\n```\nHiHueConnect\nHiHueConnect \u003cip\u003e \u003clightname\u003e\nHiHueDisconnect\nHiHueDeregister\nHiHueStatus\n```\n\n## Limitations\n- Only RGB hex values starting with # are supported. The hexcode must be surrounded by whitespaces\n- Only one Philips Hue light, specified by its name can be selected as an output\n- Implementation is not asynchronous. Performance may be slow when rapidly moving between colors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffdroid%2Fvim-hi-hue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foffdroid%2Fvim-hi-hue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffdroid%2Fvim-hi-hue/lists"}