{"id":26339165,"url":"https://github.com/meeehdi-dev/sunset.nvim","last_synced_at":"2025-09-04T07:17:51.031Z","repository":{"id":216721174,"uuid":"742146755","full_name":"meeehdi-dev/sunset.nvim","owner":"meeehdi-dev","description":"🌅 Neovim colorscheme inspired by the hues of a sunset","archived":true,"fork":false,"pushed_at":"2024-04-28T18:56:24.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T03:16:28.759Z","etag":null,"topics":["color-scheme","colorscheme","lua","neovim","neovim-lua","neovim-plugin","neovim-plugins"],"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/meeehdi-dev.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-11T21:19:17.000Z","updated_at":"2024-08-15T22:12:45.000Z","dependencies_parsed_at":"2024-01-14T14:47:41.219Z","dependency_job_id":"f34f8c91-2583-4cc8-b38f-cadc409ba5b9","html_url":"https://github.com/meeehdi-dev/sunset.nvim","commit_stats":null,"previous_names":["meeehdi-dev/sunset.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meeehdi-dev/sunset.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meeehdi-dev%2Fsunset.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meeehdi-dev%2Fsunset.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meeehdi-dev%2Fsunset.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meeehdi-dev%2Fsunset.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meeehdi-dev","download_url":"https://codeload.github.com/meeehdi-dev/sunset.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meeehdi-dev%2Fsunset.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273570398,"owners_count":25129217,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["color-scheme","colorscheme","lua","neovim","neovim-lua","neovim-plugin","neovim-plugins"],"created_at":"2025-03-16T03:16:30.160Z","updated_at":"2025-09-04T07:17:50.980Z","avatar_url":"https://github.com/meeehdi-dev.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sunset.nvim\n\nSunset is a colorscheme based on a color palette inspired by the colors of sunsets.\n\nThe base code for this plugin is taken from [dracula.nvim](https://github.com/Mofiqul/dracula.nvim/).  \n\n![demo](https://github.com/meeehdi-dev/sunset.nvim/assets/3422399/ddfcdd23-e203-406b-bdba-72e9ca63914d)\n\n## Configuration\n\nHere is the default configuration.\n\n- `transparent` is a boolean defining if the background is transparent\n- `italic_comment` is a boolean defining if the comments should be in italic\n\n```lua\nrequire('sunset').setup({\n  transparent = false,\n  italic_comment = false,\n})\n```\n\n## Usage\n\nInstall and configure using [lazy.nvim](https://github.com/folke/lazy.nvim)\n```lua\n  {\n    'meeehdi-dev/sunset.nvim',\n    config = true, -- setup with default options\n  }\n  -- or\n  {\n    'meeehdi-dev/sunset.nvim',\n    opts = {\n      transparent = true,\n      italic_comment = true,\n    },\n  }\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeeehdi-dev%2Fsunset.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeeehdi-dev%2Fsunset.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeeehdi-dev%2Fsunset.nvim/lists"}