Skip to content

Releases: savq/melange-nvim

2024-01-27

27 Jan 23:10
Compare
Choose a tag to compare

What's Changed

  • Update highlight groups for indent-blankline by @shibotto in #69
  • Dev by @savq in #70
  • update VertSplit to WinSeparator by @0x7a7a in #75
  • Update nvim-treesitter highlight groups by @savq in #76

Full Changelog: 2023-08-11...2024-01-27

2023-08-11

11 Aug 22:52
Compare
Choose a tag to compare

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

14 Jan 23:18
Compare
Choose a tag to compare

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

07 Jun 17:12
Compare
Choose a tag to compare

Breaking changes

  • lua/melange/init.lua was moved to lua/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).

v0.8.0

21 Feb 20:51
Compare
Choose a tag to compare

Syntax highlighting

  • Update SpecialChar and TSLabel
  • Update gitsigns highlighting

Templates

  • Add terminal_color_x variables to the vimscript template
  • Add template for gnome terminator
  • Add json files with the 16 and 24 color palettes

v0.7.2

16 Nov 20:50
Compare
Choose a tag to compare

v0.7.1

25 Oct 18:02
8241055
Compare
Choose a tag to compare

See #28

v0.7.0

21 Oct 17:43
cb8d222
Compare
Choose a tag to compare
  • Define colors using HSLuv
  • See #26

v0.6.3

12 Oct 00:44
Compare
Choose a tag to compare
  • Add new diagnostics highlights.

v0.6.2

01 Oct 18:35
Compare
Choose a tag to compare

See #25