{"id":13411649,"url":"https://github.com/savq/melange-nvim","last_synced_at":"2025-04-14T01:01:51.336Z","repository":{"id":37587304,"uuid":"336861377","full_name":"savq/melange-nvim","owner":"savq","description":"🗡️ Warm color scheme for Neovim and beyond","archived":false,"fork":false,"pushed_at":"2025-01-16T17:07:24.000Z","size":4839,"stargazers_count":808,"open_issues_count":9,"forks_count":63,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-30T21:03:23.552Z","etag":null,"topics":["color-scheme","colors","colorscheme","neovim","neovim-colorscheme","neovim-theme","nvim"],"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/savq.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}},"created_at":"2021-02-07T18:38:39.000Z","updated_at":"2025-03-30T07:24:15.000Z","dependencies_parsed_at":"2023-02-18T11:07:59.902Z","dependency_job_id":"419921cf-6a90-4a21-a0b2-7e80d5494192","html_url":"https://github.com/savq/melange-nvim","commit_stats":{"total_commits":223,"total_committers":16,"mean_commits":13.9375,"dds":"0.15695067264573992","last_synced_commit":"9252c78c7bffd3126b0c9e47e51e0b5211acffb1"},"previous_names":["savq/melange"],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savq%2Fmelange-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savq%2Fmelange-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savq%2Fmelange-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/savq%2Fmelange-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/savq","download_url":"https://codeload.github.com/savq/melange-nvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247557765,"owners_count":20958047,"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","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","colors","colorscheme","neovim","neovim-colorscheme","neovim-theme","nvim"],"created_at":"2024-07-30T20:01:15.387Z","updated_at":"2025-04-06T22:03:46.960Z","avatar_url":"https://github.com/savq.png","language":"Lua","funding_links":[],"categories":["Colorscheme","Lua"],"sub_categories":["Tree-sitter Supported Colorscheme","Markdown and LaTeX"],"readme":"![melange-logo](logo.svg)\n\n## Features\n- Dark and light variants\n- Special support for various plugins, including:\n  - [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\n  - [VimTeX](https://github.com/lervag/vimtex)\n  - [gitsigns.nvim](https://github.com/lewis6991/gitsigns.nvim)\n  - [indent-blankline.nvim](https://github.com/lukas-reineke/indent-blankline.nvim)\n  - [neo-tree.nvim](https://github.com/nvim-neo-tree/neo-tree.nvim)\n  - [lightline.vim](https://github.com/itchyny/lightline.vim)\n  - [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim)\n  - [nvim-cmp](https://github.com/hrsh7th/nvim-cmp)\n  - [mini.nvim](https://github.com/echasnovski/mini.nvim)\n- Support for various terminal emulators/multiplexers (see [`term/`](term/)):\n  - [Alacritty](https://github.com/alacritty/alacritty)\n  - [Foot](https://codeberg.org/dnkl/foot)\n  - [Ghostty](https://ghostty.org/docs)\n  - [Kitty](https://github.com/kovidgoyal/kitty)\n  - [Terminator](https://github.com/gnome-terminator/terminator)\n  - [Wezterm](https://github.com/wez/wezterm)\n  - [iTerm2](https://github.com/gnachman/iTerm2)\n  - [Zellij](https://github.com/zellij-org/zellij)\n\n\n## Requirements\n* Neovim ≥ 0.9.2\n* `termguicolors` enabled\n* A terminal emulator or GUI with true color and font variants support (italics, bold, etc).\n\n\n## Installation\nYou can install Melange with any (Neo)Vim plugin manager.\n\n[Paq](https://github.com/savq/paq-nvim):\n```lua\n\"savq/melange-nvim\";\n```\n\n[Lazy](https://github.com/folke/lazy.nvim):\n```\n{ \"savq/melange-nvim\" }\n```\n\n\nAdditionally, [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\ncan be used to install tree-sitter parsers.\n\n## Usage\nEnable [`termguicolors`](https://neovim.io/doc/user/options.html#'termguicolors')\nand load the [`colorscheme`](https://neovim.io/doc/user/syntax.html#%3Acolorscheme).\n\nIn your `init.lua`:\n```lua\nvim.opt.termguicolors = true\nvim.cmd.colorscheme 'melange'\n```\n\nOr in your `init.vim`:\n```vim\nset termguicolors\ncolorscheme melange\n```\n\nTo enable the light variant, set the [`background`](https://neovim.io/doc/user/options.html#'background')\n(or let your terminal do it for you) before setting the colorscheme.\n\n\n## Design\nMelange was designed with one idea in mind: _Control flow_ should use warm colors and _data_ should use cold colors;\nIt was originally developed using [Lush.nvim](https://github.com/rktjmp/lush.nvim);\nand it's been inspired by many colorschemes, in particular Ayu and Gruvbox.\n\n## Previews\n\n\u003cimg width=\"1326\" title=\"Melange Dark with IBM Plex Mono\" alt=\"Screenshot of code listing using melange dark\" src=\"https://user-images.githubusercontent.com/30883030/212500086-a6709213-c82a-4eca-8f3f-67fdc5c26f23.png\"\u003e\n\u003cimg width=\"1326\" title=\"Melange Light with IBM Plex Mono\" alt=\"Screenshot of code listing using melange light\" src=\"https://user-images.githubusercontent.com/30883030/212500082-b67699c7-09dd-42f5-ac7e-ee71ca41c5c6.png\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavq%2Fmelange-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsavq%2Fmelange-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsavq%2Fmelange-nvim/lists"}