{"id":16911679,"url":"https://github.com/hdonnay/solarized","last_synced_at":"2026-05-11T16:31:58.002Z","repository":{"id":241819310,"uuid":"806246691","full_name":"hdonnay/solarized","owner":"hdonnay","description":"Solarized for Neovim","archived":false,"fork":false,"pushed_at":"2024-11-08T22:32:41.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T18:38:19.650Z","etag":null,"topics":["lua","neovim","neovim-colorscheme","neovim-lua","neovim-theme","solarized"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hdonnay.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":"2024-05-26T19:19:46.000Z","updated_at":"2024-06-21T19:54:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"a38a6f28-3b82-4f0d-bd7d-8ae6848c63fe","html_url":"https://github.com/hdonnay/solarized","commit_stats":null,"previous_names":["hdonnay/solarized"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hdonnay/solarized","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdonnay%2Fsolarized","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdonnay%2Fsolarized/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdonnay%2Fsolarized/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdonnay%2Fsolarized/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hdonnay","download_url":"https://codeload.github.com/hdonnay/solarized/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hdonnay%2Fsolarized/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32903307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["lua","neovim","neovim-colorscheme","neovim-lua","neovim-theme","solarized"],"created_at":"2024-10-13T19:07:08.919Z","updated_at":"2026-05-11T16:31:57.976Z","avatar_url":"https://github.com/hdonnay.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Solarized for Neovim\n\nThis is a port of [solarized] for Neovim.\n\nLightly tested on neovim `0.9.5` and `0.10.0`.\n\n## Installation\n\n```\n(\n    d=$HOME/.local/share/nvim/site/pack/themes/opt\n    mkdir -p $d \u0026\u0026 cd $d\n    git clone https://github.com/hdonnay/solarized.git\n)\n```\n\nThe theme `solarized` should be available for use with `:colorscheme`.\n\n## Configuration\n\nTo configure the color scheme, it must be loaded manually or a derivative color\nscheme created. For example, given this lua file:\n\n```lua\n-- ~/.config/nvim/colors/my-solarized.lua\nvim.cmd.packadd('solarized')\nrequire('solarized').init {\n  force_sync = false,\n  disable_format = { 'bold', 'italic' },\n}\n```\n\nThen `:colorscheme my-solarized` would load the color scheme without bold and\nitalic formatting attributes.\n\nSee the annotations in the lua for the valid configuraiton options.\n\n## Choices\n\n- Only uses the terminal colors.\n\n## Improvements\n\n- There may be some colors hard-coded for the dark variant.\n- More modules welcome.\n\n[solarized]: https://github.com/altercation/solarized\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdonnay%2Fsolarized","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhdonnay%2Fsolarized","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhdonnay%2Fsolarized/lists"}