Skip to content

Latest commit

 

History

History
127 lines (70 loc) · 7.38 KB

CHANGELOG.md

File metadata and controls

127 lines (70 loc) · 7.38 KB

Changelog

2.5.1 (2024-11-27)

Bug Fixes

  • theme: search and replace highlight groups (3e56d7c)

2.5.0 (2024-11-13)

Features

  • theme: add bold to CursorLineNr highlight (33f12f4)

Bug Fixes

  • CmpItemMenu highlight colors (00a4854)
  • highlights: CursorLineNr colors (141f09b)
  • nvim tree highlights (ad6f5e3)
  • SpecialKey highlight (bbc1c71)

2.4.0 (2024-09-27)

Features

  • diff: add nvim v0.10 diff highlight groups (8e31338)
  • highlight: add terminal StatusLine (ae684ad)
  • highlights: add html highlight colors (701b8d2)

Bug Fixes

  • highlight: diagnostics groups (56797c3)
  • highlight: Directory highlight color (c082e00)
  • highlights: Title and Directory (9c543b9)
  • highlight: Title highlight group (5abf4ca)
  • highlight: warning messages color (8a9be35)
  • highlight: Whitespace color (b029d2b)
  • highlight: wrong colors of WildMenu (9886d13)

2.3.0 (2024-08-15)

Features

  • highlights: add WinSeparator (141346e)

Bug Fixes

  • StatusLine according to new style (d45e0a0)
  • theme: inlay hints not working (#35) (5afde18)

2.2.0 (2024-08-10)

Features

  • add some new treesitter capture names for v0.10 (d4c9105)

2.1.0 (2024-07-30)

Features

  • airline: add basic colors for airline theme (#24) (f0eb893)
  • vim-airline: add highlights for another sections (#24) (1e03fc7)
  • vim-lightline: add abyss theme for vim-lightline (e74491c)

2.0.3 (2024-06-24)

Bug Fixes

  • treesitter: builtin variable highlighting (c376336)
  • util: overrides verification (#26) (8234b90)

2.0.2 (2024-05-19)

Bug Fixes

  • operator highlighting (fea4237)
  • treesitter: builtin type highlighting (e09b15b)
  • treesitter: function parameter with no color (c5eb174)

2.0.1 (2024-05-16)

Bug Fixes

  • theme: display ErrorMsg highlight colors (6b4b426)

2.0.0 (2024-05-13)

⚠ BREAKING CHANGES

  • abyss.util: Now the load function and uses different processes to load the colorscheme in Vim.
  • api: add highlight function
  • theme: table with colorscheme highlights

Features

  • api: add highlight function (5717dc7)
  • config: add treesitter option (5a2ada8)
  • config: add vim config support (93a56d4)
  • editorconfig: Makefile config (01f1a0b)
  • lib: vim functions (4cd6bee)
  • make: add help target (67f16d1)
  • vim: add highlight_group function (f6a244d)

Bug Fixes

Code Refactoring

  • abyss.util: add compatibility for vim (5a0d915)
  • theme: table with colorscheme highlights (2d3f74d)