{"id":30151808,"url":"https://github.com/leojimenezg/minimal-madness-nvim","last_synced_at":"2025-08-11T11:09:41.085Z","repository":{"id":307235848,"uuid":"1028770352","full_name":"leojimenezg/minimal-madness-nvim","owner":"leojimenezg","description":"A minimalist Neovim colorscheme inspired by Gruber Darker. Clean, distraction-free coding with subtle color distinctions where they matter.","archived":false,"fork":false,"pushed_at":"2025-08-06T23:47:08.000Z","size":3685,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-07T01:11:37.992Z","etag":null,"topics":["colorscheme","gruber-darker","lua","neovim","nvim","theme"],"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/leojimenezg.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":"2025-07-30T03:32:24.000Z","updated_at":"2025-08-06T23:47:11.000Z","dependencies_parsed_at":"2025-07-30T07:20:54.171Z","dependency_job_id":null,"html_url":"https://github.com/leojimenezg/minimal-madness-nvim","commit_stats":null,"previous_names":["leojimenezg/minimal-madness-nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leojimenezg/minimal-madness-nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leojimenezg%2Fminimal-madness-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leojimenezg%2Fminimal-madness-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leojimenezg%2Fminimal-madness-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leojimenezg%2Fminimal-madness-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leojimenezg","download_url":"https://codeload.github.com/leojimenezg/minimal-madness-nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leojimenezg%2Fminimal-madness-nvim/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269873158,"owners_count":24488993,"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-08-11T02:00:10.019Z","response_time":75,"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","gruber-darker","lua","neovim","nvim","theme"],"created_at":"2025-08-11T11:03:09.336Z","updated_at":"2025-08-11T11:09:41.063Z","avatar_url":"https://github.com/leojimenezg.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minimal Madness Nvim\n\nA minimalist Neovim colorscheme inspired by Gruber Darker. Clean, distraction-free coding with subtle color distinctions where they matter.\n\n---\n\n## Screenshots\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg height=\"500px\" src=\"assets/imgs/colorscheme-c.png\" alt=\"C language syntax highlighting\" /\u003e\n    \u003cimg height=\"500px\" src=\"assets/imgs/colorscheme-python.png\" alt=\"Python syntax highlighting\" /\u003e\n    \u003cimg height=\"500px\" src=\"assets/imgs/colorscheme-lua.png\" alt=\"Lua syntax highlighting\" /\u003e\n\u003c/div\u003e\n\n---\n\n## Installation\n\nUsing [lazy.nvim](https://github.com/folke/lazy.nvim) (recommended)\n```lua\n{\n  \"leojimenezg/minimal-madness-nvim\",\n  lazy = false,\n  priority = 1000,\n  config = function()\n    vim.cmd.colorscheme(\"minimal-madness-nvim\")\n  end,\n}\n```\n\nUsing [packer.nvim](https://github.com/wbthomason/packer.nvim)\n```lua\nuse {\n  \"leojimenezg/minimal-madness-nvim\",\n  config = function()\n    vim.cmd.colorscheme(\"minimal-madness-nvim\")\n  end\n}\n```\n\nUsing [vim-plug](https://github.com/junegunn/vim-plug)\n```lua\nPlug 'leojimenezg/minimal-madness-nvim'\ncolorscheme minimal-madness-nvim\n```\n\n### Configuration (Optional)\nYou can customize the colorscheme by calling the `setup()` function before applying the colorscheme:\n```lua\n{\n  \"leojimenezg/minimal-madness-nvim\",\n  lazy = false,\n  priority = 1000,\n  config = function()\n    require(\"minimal-madness-nvim\").setup({\n      styles = {\n        comments = { italic = true },\n        keywords = { italic = false },\n        functions = { italic = false, bold = false },\n        variables = { italic = false },\n        headings = { bold = false },\n      },\n      transparent_background = false,\n      overrides = {},\n    })\n    vim.cmd.colorscheme(\"minimal-madness-nvim\")\n  end,\n}\n```\n\n## Requirements\n\n* Neovim \u003e= 0.8.0\n* [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) (highly recommended)\n\n---\n\n## Notes\n\n* This colorscheme is inspired by the Gruber Darker theme in Emacs. Sometimes less is more - this theme embraces simplicity while maintaining clear visual hierarchy for effective coding, focusing on meaningful distinctions that enhance readability without overwhelming your eyes with a rainbow of colors.\n* It is highly recommended to have nvim-treesitter installed, as this project takes great advantage of its highlighting groups and capabilities. While the colorscheme works without Treesitter, you'll get the best experience with it installed.* This is a project is still been developed and has a lot of work to be made. However, keep in mind this colorscheme is entirely based on my personal preferences and I will make changes based on my needs.\n* This colorscheme has been specifically tested and optimized for the main languages I use (C, Go, Python, Lua), it works perfectly for these languages, but I cannot ensure its behavior in other programming languages I have not used.\n* This project is still being developed and has a lot of work to be made. However, keep in mind this colorscheme is entirely based on my personal preferences and I will make changes based on my needs. That said, community feedback and contributions are valued.\n* Feel free to make any changes or contribute to this project. Contributions are welcome - please report bugs, suggest improvements, or add support for additional languages.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleojimenezg%2Fminimal-madness-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleojimenezg%2Fminimal-madness-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleojimenezg%2Fminimal-madness-nvim/lists"}