{"id":38955587,"url":"https://github.com/samesense/savitsky.nvim","last_synced_at":"2026-01-17T16:15:39.049Z","repository":{"id":330212073,"uuid":"1121974371","full_name":"samesense/savitsky.nvim","owner":"samesense","description":"Neovim themes derived from Savitsky Museum paintings","archived":false,"fork":false,"pushed_at":"2025-12-24T16:05:37.000Z","size":24308,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-25T11:58:47.875Z","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/samesense.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2025-12-23T22:09:07.000Z","updated_at":"2025-12-24T16:05:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/samesense/savitsky.nvim","commit_stats":null,"previous_names":["samesense/savitsky.nvim"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/samesense/savitsky.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samesense%2Fsavitsky.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samesense%2Fsavitsky.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samesense%2Fsavitsky.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samesense%2Fsavitsky.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samesense","download_url":"https://codeload.github.com/samesense/savitsky.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samesense%2Fsavitsky.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: 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":[],"created_at":"2026-01-17T16:15:38.977Z","updated_at":"2026-01-17T16:15:39.035Z","avatar_url":"https://github.com/samesense.png","language":"Lua","readme":"# savitsky.nvim\n\n\u003e Neovim themes derived from Savitsky Museum paintings\n\n`savitsky.nvim` is a Neovim theme plugin built on top of  \n[catppuccin/nvim](https://github.com/catppuccin/nvim).\n\nIt provides curated color palettes inspired by paintings from the Savitsky Museum and allows **runtime theme switching** via simple Neovim commands.\n\nThis plugin does **not** define its own colorscheme. Instead, it dynamically configures Catppuccin using palette and highlight overrides.\n\n---\n\n## Requirements\n\n- Neovim \u003e= 0.8\n- [catppuccin/nvim](https://github.com/catppuccin/nvim)\n\n---\n\n## Installation\n\n### lazy.nvim\n\n```lua\n{\n  \"samesense/savitsky.nvim\",\n  dependencies = {\n    \"catppuccin/nvim\",\n  },\n}\n```\n\n### packer.nvim\n\n```lua\nuse {\n  \"samesense/savitsky.nvim\",\n  requires = {\n    \"catppuccin/nvim\",\n  },\n}\n```\n\n### vim-plug\n\n```vim\nPlug 'catppuccin/nvim'\nPlug 'samesense/savitsky.nvim'\n```\n\n---\n\n## Usage\n\n`savitsky.nvim` is command-driven. No manual Lua setup is required.\n\n### List available themes\n\n```\n:SavitskyList\n```\n\nPrints all registered Savitsky themes.\n\n---\n\n### Load a theme\n\n```\n:SavitskyLoad bull\n```\n\nThis command:\n\n1. Reconfigures Catppuccin with the selected palette  \n2. Applies the appropriate Catppuccin flavour  \n3. Reloads the colorscheme immediately  \n\nTab completion is supported:\n\n```\n:SavitskyLoad \u003cTab\u003e\n```\n\n---\n\n## Available Themes\n\nEach theme corresponds to a palette inspired by a Savitsky Museum painting:\n\n- abstractBoxes\n- bull\n- camels\n- couple\n- forest\n- industry\n- man\n- witch\n\nAll themes currently target the **Catppuccin `mocha` flavour** with custom palette overrides.\n\n---\n\n## How It Works\n\nEach theme entry defines:\n\n- **flavour** – Catppuccin flavour (`mocha`)  \n- **palette** – Color overrides for that flavour  \n- **highlights** – Highlight overrides (shared by default)  \n\nWhen you run:\n\n```\n:SavitskyLoad \u003ctheme\u003e\n```\n\nThe plugin performs:\n\n- `catppuccin.setup()` with theme-specific overrides  \n- `:colorscheme catppuccin-mocha`  \n\nNo restart is required.\n\n---\n\n## Optional: Load a Theme on Startup\n\nIf you want a default Savitsky theme when Neovim starts:\n\n```lua\nvim.cmd(\"SavitskyLoad forest\")\n```\n\nPlace this after plugin initialization.\n\n---\n\n## File Structure\n\n```\nsavitsky.nvim\n├── plugin\n│   └── savitsky.lua        # user commands\n├── lua\n│   └── savitsky\n│       ├── init.lua        # theme loader\n│       ├── registry.lua   # theme definitions\n│       ├── palettes       # palette files\n│       └── highlights\n│           └── default.lua\n```\n\n---\n\n## Contributing\n\nContributions are welcome:\n\n- New palettes\n- New highlight styles\n- Documentation improvements\n\nOpen an issue or submit a pull request.\n\n---\n\n## License\n\nMIT License — see LICENSE.\n\n---\n\n## Related Projects\n\n- https://github.com/catppuccin/nvim\n- https://github.com/catppuccin/catppuccin\n\n---\n\nInspired by the Savitsky Museum’s collection of Central Asian and avant-garde art.\n","funding_links":[],"categories":["Colorscheme"],"sub_categories":["Assembly"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamesense%2Fsavitsky.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamesense%2Fsavitsky.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamesense%2Fsavitsky.nvim/lists"}