{"id":28608140,"url":"https://github.com/cosmicboots/system-theme.nvim","last_synced_at":"2026-05-15T13:35:24.019Z","repository":{"id":293820225,"uuid":"823965723","full_name":"cosmicboots/system-theme.nvim","owner":"cosmicboots","description":"Keep Neovim in sync with your system color scheme","archived":false,"fork":false,"pushed_at":"2024-08-31T05:15:12.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-20T04:40:00.188Z","etag":null,"topics":["neovim","neovim-plugin","theme-switching"],"latest_commit_sha":null,"homepage":"","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/cosmicboots.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":"2024-07-04T05:27:25.000Z","updated_at":"2025-06-29T04:20:49.000Z","dependencies_parsed_at":"2025-05-17T11:20:45.645Z","dependency_job_id":"c388b688-1b3b-4ea4-876d-34d3851320eb","html_url":"https://github.com/cosmicboots/system-theme.nvim","commit_stats":null,"previous_names":["cosmicboots/system-theme.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cosmicboots/system-theme.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicboots%2Fsystem-theme.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicboots%2Fsystem-theme.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicboots%2Fsystem-theme.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicboots%2Fsystem-theme.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmicboots","download_url":"https://codeload.github.com/cosmicboots/system-theme.nvim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicboots%2Fsystem-theme.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["neovim","neovim-plugin","theme-switching"],"created_at":"2025-06-11T21:10:37.095Z","updated_at":"2026-05-15T13:35:23.994Z","avatar_url":"https://github.com/cosmicboots.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# system-theme.nvim\n\nThis plugin uses system D-Bus messages to automatically switch Neovim between\nlight and dark modes.\n\n## Installation\n\nBecause this plugin depends on [Luarocks](https://luarocks.org/) packages, it's\nrecommended to install using [lazy.nvim](https://github.com/folke/lazy.nvim)\n(version 11.x or later):\n\n```lua\n{\n    \"cosmicboots/system-theme.nvim\",\n    config = {\n        dark_theme = \"sorbet\",\n        light_theme = \"morning\",\n    },\n}\n```\n\n## Configuration\n\nThe configuration passed into the setup function follows this format:\n```lua\n{\n    light_theme = \"your-light-theme\", -- Light theme to use\n    dark_theme = \"your-dark-theme\", -- Dark theme to use\n    hooks = {\n        light = function()\n            -- This is run after the light theme is applied\n        end,\n        dark = function()\n            -- This is run after the dark theme is applied\n        end,\n    },\n}\n```\n\nAll settings are optional. If `light_theme` or `dark_theme`\naren't set, the global vim variables `g:light_theme` and\n`g:dark_theme` will be used, respectively.\n\n## Usage\n\nThis plugin will try to stay out of your way.\n\nIf you need to terminate the thread processing system D-Bus messages, the\n`:SysThemeDbusKill` command is provided. This will prevent the plugin from\nlistening for system theme changes until Neovim is restarted.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmicboots%2Fsystem-theme.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmicboots%2Fsystem-theme.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmicboots%2Fsystem-theme.nvim/lists"}