{"id":21517094,"url":"https://github.com/sunjon/shade.nvim","last_synced_at":"2025-04-05T13:02:09.033Z","repository":{"id":37034227,"uuid":"359400168","full_name":"sunjon/Shade.nvim","owner":"sunjon","description":"An Nvim lua plugin that dims your inactive windows","archived":false,"fork":false,"pushed_at":"2024-01-06T01:44:12.000Z","size":17,"stargazers_count":491,"open_issues_count":33,"forks_count":27,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-29T12:02:52.547Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/sunjon.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":"2021-04-19T09:22:44.000Z","updated_at":"2025-03-25T12:07:11.000Z","dependencies_parsed_at":"2024-08-01T09:21:58.181Z","dependency_job_id":null,"html_url":"https://github.com/sunjon/Shade.nvim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjon%2FShade.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjon%2FShade.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjon%2FShade.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunjon%2FShade.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunjon","download_url":"https://codeload.github.com/sunjon/Shade.nvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339147,"owners_count":20923013,"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":[],"created_at":"2024-11-24T00:33:29.562Z","updated_at":"2025-04-05T13:02:09.010Z","avatar_url":"https://github.com/sunjon.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shade.nvim\n\nShade is a Neovim plugin that dims your inactive windows, making it easier to see the active window at a glance.\n\n\u003cimg src=\"https://raw.githubusercontent.com/sunjon/images/master/shade_demo.gif\" alt=\"screenshot\" width=\"800\"/\u003e\n\n## Installation\n\n### [Packer](https://github.com/wbthomason/packer.nvim) \n\n```\nuse 'sunjon/shade.nvim'\n```\n### [Vim-Plug](https://github.com/junegunn/vim-plug)\n\n```\nPlug 'sunjon/shade.nvim'\n```\n\n## Configuration\n\n```\nrequire'shade'.setup({\n  overlay_opacity = 50,\n  opacity_step = 1,\n  keys = {\n    brightness_up    = '\u003cC-Up\u003e',\n    brightness_down  = '\u003cC-Down\u003e',\n    toggle           = '\u003cLeader\u003es',\n  }\n})\n```\n\n* The `keys` table above shows available actions. No mappings are defined by default.\n\n* The color of the numbers in the brightness control popup can be customized by creating a highlight group named: `ShadeBrightnessPopup` and setting the attributes to your liking.\n\n## License\n\nCopyright (c) Senghan Bright. Distributed under the MIT license\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunjon%2Fshade.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunjon%2Fshade.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunjon%2Fshade.nvim/lists"}