{"id":29576209,"url":"https://github.com/blckfrost/frost.nvim","last_synced_at":"2025-10-15T20:37:48.057Z","repository":{"id":298407009,"uuid":"999877051","full_name":"blckfrost/frost.nvim","owner":"blckfrost","description":"Personal monochrome theme","archived":false,"fork":false,"pushed_at":"2025-09-30T11:05:05.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-30T13:08:52.016Z","etag":null,"topics":["colorscheme","dotfiles","nvim","vim"],"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/blckfrost.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":"2025-06-10T23:47:26.000Z","updated_at":"2025-09-30T11:05:09.000Z","dependencies_parsed_at":"2025-06-11T00:37:36.164Z","dependency_job_id":"c35ece81-f7f0-4c9b-873d-c6d3dbca5af1","html_url":"https://github.com/blckfrost/frost.nvim","commit_stats":null,"previous_names":["blckfrost/frost.nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blckfrost/frost.nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blckfrost%2Ffrost.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blckfrost%2Ffrost.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blckfrost%2Ffrost.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blckfrost%2Ffrost.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blckfrost","download_url":"https://codeload.github.com/blckfrost/frost.nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blckfrost%2Ffrost.nvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279111791,"owners_count":26106103,"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-10-15T02:00:07.814Z","response_time":56,"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":["colorscheme","dotfiles","nvim","vim"],"created_at":"2025-07-19T12:01:28.211Z","updated_at":"2025-10-15T20:37:48.025Z","avatar_url":"https://github.com/blckfrost.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frost.nvim\n\nA subtle monochrome Neovim theme with low-contrast color hints for distraction-free coding.\n\n## ✨ Features\n\n- **Monochrome base** with subtle color accents\n- **Low contrast design** to reduce eye strain\n- **Modern syntax highlighting** with Tree-sitter support\n- **LSP integration** with diagnostic colors\n- **Plugin support** for Telescope, Neo-tree, Which-key, and more\n- **Professional aesthetic** perfect for focused work\n\n## 📦 Installation\n\n### Using [lazy.nvim](https://github.com/folke/lazy.nvim)\n\n```lua\n{\n  \"blckfrost/frost.nvim\",\n  priority = 1000,\n  config = function()\n    require(\"frost\").setup()\n  end,\n}\n```\n\n### Using [packer.nvim](https://github.com/wbthomason/packer.nvim)\n\n```lua\nuse {\n  'blckfrost/frost.nvim',\n  config = function()\n    require('frost').setup()\n  end\n}\n```\n\n``\n\n## 🚀 Usage\n\n### Method 1: Lua setup (recommended)\n\n```lua\n-- Automatically loads the plugin\nrequire('frost').setup()\n```\n\n### Method 2: Traditional colorscheme\n\n```lua\nvim.cmd('colorscheme frost')\n```\n\n### Method 3: With options\n\n```lua\nrequire('frost').setup({\n  -- Future stuff\n})\n```\n\n## 🎨 Color Palette\n\nThe theme uses a carefully crafted monochrome palette with subtle color hints:\n\n- **Background**: `#1a1a1a` - Deep dark base\n- **Foreground**: `#d9d9d9` - Clean light text\n- **Accents**: Subtle tinted grays for syntax highlighting\n- **Functions**: Blue-gray tint (`#7a8a95`)\n- **Strings**: Cyan-gray tint (`#7a9295`)\n- **Keywords**: Purple-gray tint (`#8a7a95`)\n- **Numbers**: Orange-gray tint (`#95857a`)\n- **Comments**: Green-gray tint (`#7a957a`)\n\n## 🔌 Plugin Support\n\nWorks seamlessly with popular Neovim plugins:\n\n- **LSP** - Diagnostic highlighting and references\n- **Tree-sitter** - Modern syntax highlighting\n- **Telescope** - Fuzzy finder integration\n- **Neo-tree** - File explorer styling\n- **Which-key** - Keybinding helper\n- **Git signs** - Git integration\n- **Completion** - nvim-cmp styling\n\n## 🖼️ Screenshots\n\n_Add screenshots here showing the theme in action_\n\n## 🤝 Contributing\n\nIssues and pull requests are welcome! Please feel free to contribute.\n\n## 📄 License\n\nMIT License - see LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblckfrost%2Ffrost.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblckfrost%2Ffrost.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblckfrost%2Ffrost.nvim/lists"}