Skip to content

Releases: barrientosvctor/abyss.nvim

v2.5.1

27 Nov 21:55
ba2b8fd
Compare
Choose a tag to compare

2.5.1 (2024-11-27)

Bug Fixes

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

v2.5.0

13 Nov 21:26
ca3d465
Compare
Choose a tag to compare

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)

v2.4.0

27 Sep 22:55
b2ed4d4
Compare
Choose a tag to compare

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)

v2.3.0

15 Aug 17:36
78a6c37
Compare
Choose a tag to compare

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)

v2.2.0

11 Aug 02:51
b27a003
Compare
Choose a tag to compare

2.2.0 (2024-08-10)

Features

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

v2.1.0

30 Jul 03:28
471d85e
Compare
Choose a tag to compare

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)

v2.0.3

24 Jun 16:44
fa8fbc2
Compare
Choose a tag to compare

2.0.3 (2024-06-24)

Bug Fixes

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

v2.0.2

19 May 01:16
7afb3ca
Compare
Choose a tag to compare

2.0.2 (2024-05-19)

Bug Fixes

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

v2.0.1

16 May 17:24
e313dba
Compare
Choose a tag to compare

2.0.1 (2024-05-16)

Bug Fixes

  • theme: display ErrorMsg highlight colors (6b4b426)

v2.0.0

13 May 16:54
fa7bfac
Compare
Choose a tag to compare

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)