Releases: savq/melange-nvim
Releases · savq/melange-nvim
2025-07-10
What's Changed
- Fine-tune font variant options by @arwenestalia in #77
- Iterm2 by @savq in #80
- Treesitter fix by @savq in #79
- fix:
@lsp
and diagnostic highlights by @savq in #82 - Add Lightline theme by @Nandax00 in #85
- Add Lualine theme by @Nandax00 in #86
- Add cmp support by @DimitrisDimitropoulos in #87
- feat: add new pmenu highlights for matches by @DimitrisDimitropoulos in #89
- fix(alacritty): update template to toml by @DimitrisDimitropoulos in #90
- fix: set correctly the FloatTitle and FloatFooter by @DimitrisDimitropoulos in #91
- Added support for Windows Terminal. by @veryslowcode in #93
- Fix iterm2 paths by @savq in #92
- Add float border highlights for Neotree by @byhill in #97
- feat(quickfix): set groups by @DimitrisDimitropoulos in #98
- feat(group): set new ComplMatchIns group by @DimitrisDimitropoulos in #99
- feat: Add ghostty support by @savq in #102
- support zellij terminal multiplexer by @borngraced in #100
- Add support for mini.nvim by @tjkuson in #101
- Added support for Markdown code and code blocks by @Pseudomanifold in #105
- feat: add vimtex highlight texItemLabelConcealed by @One-In-Dark in #113
- feat(color): add support for rainbow-delimiters.nvim by @One-In-Dark in #114
- Add new mini.nvim highlight groups by @tjkuson in #116
- Add support for blink.cmp by @tjkuson in #117
- Update contributing and add rainbow-delimiters.nvim by @savq in #118
- Update highlight groups (nvim 0.10, 0.11 and other changes) by @savq in #119
There hasn't been a release in a while...
Full Changelog: 2024-01-27...2025-07-10
2024-01-27
2023-08-11
What's Changed
- foot: Remove prefix '#' from colors by @cbilz in #52
- Add basic support for indent-blankline.nvim by @savq in #54
- Add PR templates and reduce terminal emulator support by @savq in #55
- Update tree-sitter highlight groups by @savq in #62
- Implementation of highlights for neotree by @gabrielmfern in #63
- Add LSP semantic tokens and other fixes by @savq in #65
2023-01-14
What's Changed
- The repository was renamed to
melange-nvim
. - Melange now uses calendar versioning.
- BREAKING! Rewrite Melange for Neovim 0.8 by @savq in #51
- Add foot terminal by @cbilz in #49
Full Changelog: v0.9.0...2023-01-14
v0.9.0
Breaking changes
lua/melange/init.lua
was moved tolua/melange/hl_groups.lua
Changes
- Move color definitions to separate files
- Use hex triplets for color definitions
Now you can call require 'melange.palettes.dark
to get the color palette for melange without needing Lush (the structure of the palettes is still a bit ad-hoc).