Skip to content

Latest commit

 

History

History
222 lines (123 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

222 lines (123 loc) · 15.5 KB

Changelog

3.3.0 (2024-06-29)

Features

  • add support for toggleable extensions (#82) (07d5a85)
  • extensions: add alpha, cmp, dashboard, grapple (6af8320)
  • extensions: add explicit full 'mini.nvim' support (#86) (63a4dbe)
  • extensions: borderless fzf-lua theme (ba05f56), closes #81
  • extensions: migrate remaining theme plugins to extensions (ad8ad48)

Bug Fixes

  • mini: use solid color where bg is used as fg (3d8ee41)
  • missing Added and Removed groups (8e5bf0b)
  • visual mode contrast (e5b5f34)

3.2.0 (2024-06-17)

Features

  • markup: improve first look readability/distinction (#77) (8546564)

Bug Fixes

  • attempted blend on transparent color after mode toggle (c326f93)

3.1.0 (2024-06-15)

Features

  • add highlight override function to config opts (#70) (344db87)
  • ci: developer experience improvements (#71) (b7c5f5b)
  • ci: run ci checks on pull requests (9d0662e)
  • highlights: improved NonText readability (#74) (aec0467)
  • telescope: add nvchad borderless telescope style (#75) (c1085d7)
  • use more distinct colors for variable types (#73) (e668b02)

Bug Fixes

  • blended transparent color cuasing error (99746e8)

3.0.0 (2024-06-13)

⚠ BREAKING CHANGES

  • un-break previous breaking change 💩

Bug Fixes

  • un-break previous breaking change 💩 (78b6bc0)

2.0.0 (2024-06-12)

⚠ BREAKING CHANGES

  • theme toggling highlighting issues (#66)

Bug Fixes

  • check colorscheme setting before executing update autocmd (1801de8)
  • theme toggling highlighting issues (#66) (943ba0a)

1.9.0 (2024-06-08)

Features

  • add 'auto' option to use vim.o.background for light/dark theme (ce0a60d), closes #63
  • add vim cmd to toggle between theme modes (#56) (17f9e55)
  • extras: add tmux extra (#59) (9eb7c63)

Miscellaneous Chores

1.8.0 (2024-06-03)

Features

1.7.0 (2024-05-18)

Features

  • add support for grapple.nvim (638e37c)
  • extras: add support for kitty term (#48) (3b57712)

Bug Fixes

  • add theme variant field to config class (3b5e1df)
  • docs: small typo in readme (0511451)
  • improve contrast for line numbers (5827dc9)
  • low contrast counter in telelscope light theme (0511451)

1.6.0 (2024-05-11)

Features

1.5.0 (2024-05-07)

Features

  • add lua type annotations to config (cf39bc4)
  • add support for mini.files (2615669)
  • extras: add lazydocker extra (eecc28a)
  • extras: add support for zellij (#40) (a9cb4b2)

Bug Fixes

  • markdown bold and italic highlights on v9.5 (f8342c9), closes #32

1.4.0 (2024-05-05)

Features

1.3.0 (2024-05-03)

Features

  • add support for indent-blankline (a9eb003)
  • add support for treesitter-context (ef2cbcc)

1.2.1 (2024-04-30)

Bug Fixes

  • differentiate matches when replacing with /gc (d777f1b)
  • set CursorLine hl to visible color (528085b)

1.2.0 (2024-04-28)

Features

Bug Fixes

  • typo in default config properties (8008e70)

1.1.0 (2024-04-27)

Features

Bug Fixes

  • change wezterm cursor_fg (#19) (75966c7)
  • use non-conflicting hl for quickfix list (d400d3f), closes #17

1.0.1 (2024-04-27)

Bug Fixes

1.0.0 (2024-04-26)

Features

  • Add highlights for dashboard-nvim (#7) (6c193f4)
  • add lazygit theme extra (920f867)
  • add noice lsp progress highlight groups (917f81d)
  • add opts for colors highlights & telescope (#6) (eedbda3)
  • add opts for terminal colors (#11) (78a1024)
  • add popular terminal emulator themes (265ed77)
  • add support for heirline and gitsigns (2276cda)
  • add support for lualine (#2) (2988070)
  • add support for rainbow-delimiters.nvim (7daee3d)
  • add tmtheme extra (93c4567)
  • cleaner-looking folds (82af167), closes #13
  • define highlight for telescope selection (279d997)
  • make cursor line transparent by default (7fa0734)

Bug Fixes

  • add missing heirline highlight group (f1ff29b)
  • add missing TS fallbacks for md headings (3acf4fa)
  • cmp match hidden on selected item (f90f0e1)
  • overly bright fillchar HLs when enbabled (7422b6c)
  • swap fg with bg in heirline hl groups (aa28bc7)
  • typo in WinSeparator highlight group (a80be2f)
  • untested wezterm theme errors (fadfe60)
  • update lazygit config schema url (1845546)
  • use bg highlight color for visual selection (16833ca), closes #9