Nightfox.nvim Versions Save

🦊A highly customizable theme for vim and neovim with support for lsp, treesitter and a variety of plugins.

v3.5.0

1 year ago

3.5.0 (2023-04-11)

Features

  • ci: add github action to autogenerate extra files (#327) (727a0ea)

Bug Fixes

  • cache: move setup guard before load call (#331) (88182d4)
  • release: rename "branch" -> "branches" (#328) (b9a3385)

v3.4.0

1 year ago

3.4.0 (2023-04-04)

Features

  • add new lsp semantic token highlight groups (#318) (a8044b0)
  • add vim/neovim test on ubuntu/macos/windows (#320) (8bb6713)
  • module: add alpha support (4b73c9d)
  • semantic_tokens: add injected highlights (#321) (3802464)
  • semantic_tokens: link default library to function builtin (53cdaa5)

Bug Fixes

  • kitty: add "cursor_text_color" parameter (#325) (4a291f8)
  • load: add setup guard (9b6e3a4)
  • setup: ORIG_HEAD doesn't exist in Detached HEAD (d4a615a)

v3.3.0

1 year ago

3.3.0 (2023-02-17)

Features

  • extra: add zellij theme file (789b302)

Bug Fixes

  • compile: correct call to set background for vim (5aeb0e7)

Performance Improvements

  • compile: remove table overhead for better performance (#312) (4cf5680)
  • compiler: remove require call to write compiled file (#311) (14489df)

v3.2.0

1 year ago

3.2.0 (2023-01-24)

Colorblind support

Colorblind support has landed in nightfox with pr #281.

cvd-example-gif

Features

  • add support for ts-rainbow2 (#301) (97e66df)
  • cvd: support colorblind mode with daltonization (#281) (f093297)

Bug Fixes

  • transparent: remove NormalNC link to Normal (773fd00)

v3.1.0

1 year ago

3.1.0 (2023-01-18)

Features

  • color: add WCAG AA contrast validation (12e0ca7)
  • Nushell Extra Theme Config (#298) (23a678f)

Bug Fixes

  • module: use treesitter links only if module enabled (#296) (07332c1)

v3.0.0

1 year ago

3.0.0 (2023-01-05)

âš  BREAKING CHANGES

  • palette: rework dayfox (#285)

Features

  • module: add highlight support for nvim-navic (#283) (0f94892)

Bug Fixes

  • module: use correct group names for illuminate.vim (#286) (c88664b)

Code Refactoring

v2.1.0

1 year ago

2.1.0 (2022-12-27)

Features

  • compiler: write compile lua file if debug set (f32eef4)
  • module: add signify support (#279) (07174bf)

Bug Fixes

  • log: agnostic log with vim.notify (b4aa477)
  • treesitter: correct yaml field (#276) (d2e0888)

Performance Improvements

  • setup: cache only opt table passed to setup (ae5df67)

v2.0.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/EdenEast/nightfox.nvim/compare/v1.0.0...v2.0.0